Skip to content

Commit

Permalink
init data (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoanle396 authored Aug 8, 2024
1 parent 25443e6 commit 14bc554
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 2 deletions.
1 change: 1 addition & 0 deletions projects/DeFi/DEX/Coinlink/detail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## This is Coinlink detail
6 changes: 6 additions & 0 deletions projects/DeFi/DEX/Coinlink/features.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"key": "3dArt",
"value": true
}
]
39 changes: 39 additions & 0 deletions projects/DeFi/DEX/Coinlink/info.json
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"
}
}
28 changes: 28 additions & 0 deletions projects/DeFi/category.json
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."
}
]
}
12 changes: 12 additions & 0 deletions projects/DeFi/features.json
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"
}
]
10 changes: 10 additions & 0 deletions projects/DeFi/glossaries.json
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."
}
]
9 changes: 7 additions & 2 deletions projects/projects.json
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"
}
]
}
27 changes: 27 additions & 0 deletions projects/socials.json
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"
}
]

0 comments on commit 14bc554

Please sign in to comment.