-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
130 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
## This is Coinlink detail |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"key": "3dArt", | ||
"value": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"industry": [ | ||
"Coinlink", | ||
"Dex" | ||
], | ||
"display_term": "Coinlink", | ||
"term": "coinlink", | ||
"tags": [ | ||
"AMM", | ||
"CLMM", | ||
"Swaps", | ||
"NFT", | ||
"Liquidity Manager", | ||
"Yield Farming", | ||
"Yield Optimizer" | ||
], | ||
"glossaries": [ | ||
"Wallets" | ||
], | ||
"short_description": "Acala provides backend infrastructure for traditional finance that is trusted by institutions like Coinbase, Figment, and Current.com.", | ||
"partnerships": [ | ||
{ | ||
"name": "Telegram", | ||
"image": "https://www.svgrepo.com/show/452115/telegram.svg" | ||
}, | ||
{ | ||
"name": "Discord", | ||
"image": "https://www.svgrepo.com/show/353655/discord-icon.svg" | ||
} | ||
], | ||
"author": "builtongno", | ||
"social": { | ||
"website": "https://coinlink.com", | ||
"twitter": "https://twitter.com/coinlink", | ||
"github": "https://github.com/coinlink", | ||
"discord": "https://discord.com/invite/coinlink", | ||
"telegram": "https://t.me/coinlink" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "DeFi", | ||
"description": "Acala provides backend infrastructure for traditional finance that is trusted by institutions like Coinbase, Figment, and Current.com.", | ||
"pathname": "DeFi", | ||
"status": "active", | ||
"tags": [ | ||
"DeFi", | ||
"Education", | ||
"Videos", | ||
"Merchandise", | ||
"Learn", | ||
"AMM", | ||
"CLMM", | ||
"Swaps", | ||
"NFT", | ||
"Liquidity Manager", | ||
"Yield Farming", | ||
"Yield Optimizer" | ||
], | ||
"sub_categories": [ | ||
{ | ||
"name": "DEX", | ||
"pathname": "DEX", | ||
"status": "active", | ||
"description": "Acala provides backend infrastructure for traditional finance that is trusted by institutions like Coinbase, Figment, and Current.com." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"key": "3dArt", | ||
"label": "3D and Art", | ||
"status": "active" | ||
}, | ||
{ | ||
"key": "2dAction", | ||
"label": "2D and Action", | ||
"status": "active" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"name": "Wallets", | ||
"description": "If you’re searching for where to store Gno, ada, you’ve come to the right page. The best Gno wallet is a hotly debated topic in the Gno community, and there are many types of Gno wallet, all listed here, available to users. The only Gno desktop wallet available is Daedalus, a full node wallet that downloads the complete Gno blockchain, ~100GB. By far the most popular type of wallet is a Gno light wallet and there are many of these for you to choose from. The second most popular type of wallet is a Gno web wallet. Most Gno wallets will show the Gno price, and a few have even the integrated the ability for you to buy Gno, ada, directly in the wallet! Almost all the wallets listed above allow you participate in the Gno staking protocol, Ouroboros, where you can help to secure the network and earn passive income in the form of staking rewards. Many of the wallets listed above will also allow you to search for which pool to stake your Gno, ada, to right in the wallet itself. Finally, there are multiple Gno cold storage wallets for you to choose from. There are five hardware wallets that offer native support for where to store ada, and two of them, the Ledger and Trezor are supported by multiple light wallets allowing you to use your favorite interface to keep your coins secure in cold storage." | ||
}, | ||
{ | ||
"name": "AMM", | ||
"description": "AMM stands for Automated Market Maker. This is an algorithm, often supplemented by oracles, that facilitates the pricing and exchange of assets between users. Assets are exchanged at market value through liquidity pools. These pools are created by Liquidity providers, LPs, who deposit assets to the exchange in pairs. This “asset pair” then allows users to swap one asset for the other through the liquidity pool. Fees are paid to the LPs who provided the liquidity. The more liquidity a pair has the less “slippage” a user experiences, meaning the less likely the user is to experience a price change in their trade." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"projects": "Built on gno", | ||
"description": "Built on gnosis", | ||
"categories": [] | ||
} | ||
"categories": [ | ||
{ | ||
"name": "DeFi", | ||
"pathname": "DeFi" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"name": "Website", | ||
"code": "website", | ||
"icon_url": "https://icons.veryicon.com/png/o/miscellaneous/cryptape_neuron_icon/browser-48.png" | ||
}, | ||
{ | ||
"name": "Twitter", | ||
"code": "twitter", | ||
"icon_url": "https://upload.wikimedia.org/wikipedia/commons/c/cc/X_icon.svg" | ||
}, | ||
{ | ||
"name": "Github", | ||
"code": "github", | ||
"icon_url": "https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" | ||
}, | ||
{ | ||
"name": "Discord", | ||
"code": "discord", | ||
"icon_url": "https://www.svgrepo.com/show/353655/discord-icon.svg" | ||
}, | ||
{ | ||
"name": "Telegram", | ||
"code": "telegram", | ||
"icon_url": "https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg" | ||
} | ||
] |