GET /api/dapps/list?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "name": "Anchor",
        "created_at": "2021-10-12T11:26:14.395189Z",
        "updated_at": "2021-12-02T09:52:44.716178Z",
        "short_description": "Secure Desktop and Mobile wallet for the Telos Blockchain.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nAnchor is a next-generation authenticator powered by blockchain technology.\r\nSecurely sign in to applications using your blockchain accounts and execute smart contract actions with ease.\r\n\r\n#### Desktop\r\n\r\n---\r\n\r\n- [Mac Os](https://github.com/greymass/anchor/releases/download/v1.3.0/mac-anchor-wallet-1.3.0-x64.dmg)\r\n- [Windows](https://github.com/greymass/anchor/releases/download/v1.3.0/win-anchor-wallet-1.3.0.exe)\r\n- [Linux](https://github.com/greymass/anchor/releases)\r\n\r\n#### Mobile\r\n\r\n---\r\n\r\n- [iOS](https://apps.apple.com/us/app/anchor-wallet/id1487410877)\r\n- [Android](https://play.google.com/store/apps/details?id=com.greymass.anchor&hl=en&gl=US)",
        "email": null,
        "website": "https://greymass.com/en/anchor/download/",
        "facebook": "",
        "twitter": "https://twitter.com/greymass",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "https://github.com/greymass/",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/anchorC.png",
        "detailImage": "http://127.0.0.1:8080/media/images/anchorD.png",
        "is_published": true,
        "is_example": false,
        "category": "Wallet",
        "created_by": 22,
        "upvote": [
            4,
            22
        ],
        "downvote": [],
        "report": []
    },
    {
        "name": "Antelope Leap",
        "created_at": "2022-09-11T07:54:33.518997Z",
        "updated_at": "2024-01-14T08:27:12.185739Z",
        "short_description": "Leap is blockchain node software and supporting tools that implements the Antelope protocol.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nAntelope is an open framework for building fast, secure, and user-friendly Web3 products and services.\r\n\r\n\r\n#### Updating Network Nodes\r\n\r\n---\r\n\r\nThere are quite a few publications covering this topic already, but one more should not do any harm.\r\n\r\n\r\n##### Step 1- Clone\r\n\r\nFrom your server CLI, download the repository onto your machine:  \r\n`git clone --recursive https://github.com/AntelopeIO/leap.git`\r\n\r\n\r\n##### Step 2 - Checkout Release Tag or Branch\r\n\r\nThe repository would be in a directory called \"leap\". Go into the directory:  \r\n`cd leap`\r\n\r\nOpen the readme file which contains all the installation instructions:  \r\n`nano README.md`\r\n\r\nChange from the main branch to the v5.0.0 branch:  \r\n`git fetch --all --tags`  \r\n`git checkout v5.0.0`\r\n\r\nOnce you have all the dependencies, run the following command from within the \"leap directory\":  \r\n`git pull`  \r\n`git submodule update --init --recursive`\r\n\r\n\r\n##### Step 3 - Build\r\n\r\nMake sure to follow the instructions for your operating system.  \r\nYou first need to install all the required dependencies.  \r\n`sudo apt-get update`\r\n\r\nHere is the list for Ubuntu **20.04** and **22.04**:  \r\n- `build-essential`  \r\n- `cmake`  \r\n- `git`  \r\n- `libcurl4-openssl-dev`  \r\n- `libgmp-dev`  \r\n- `llvm-11-dev`  \r\n- `python3-numpy`  \r\n- `python3-numpy`  \r\n- `file `  \r\n- `zlib1g-dev`\r\n\r\nYou can install these using  \r\n`sudo apt-get install -y`\r\n\r\nOn Ubuntu **20.04** you need to install gcc-10 which has C++20 support:  \r\n`sudo apt-get install -y g++-10`\r\n\r\n\r\nNext, create a build directory:  \r\n`mkdir -p build`\r\n\r\nGo into the build directory:  \r\n`cd build`\r\n\r\nBuild (**Ubuntu 20.04**):  \r\n`cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/llvm-11 ..`\r\n\r\nBuild (**Ubuntu 22.04**):  \r\n`cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/llvm-11 ..`\r\n\r\n\r\n##### Step 4 - Test\r\n\r\nOnce the installation is complete, run the parallelizable tests as shown in the readme file:  \r\n`ctest -j $(nproc) -LE _tests`  \r\n`ctest -j $(nproc) -L wasm_spec_tests`\r\n\r\nThere are non-parallelizable tests, but they take a long time to complete.  \r\nThese are not recommended, but you should at the very least run the first parallelizable test.\r\n\r\nOnce these tests complete successfully, you can install and start Nodeos v5.0.0  \r\n\r\n\r\n##### Step 5 - Install\r\n\r\nIntall:  \r\n`make -j $(nproc) package`\r\n\r\nYou can specify the number of threads to use by replacing the $(nproc) with the number of threads to use.\r\nRoughly 2Gb RAM per j value is required.\r\n\r\nMy operating system is Ubuntu **22** so I've not gone through the installation for **20**, but if you are using **20** just follow the instructions in the readme file.\r\n\r\n\r\n\r\n##### Quick Sync to the Network\r\n\r\nYou can use one of the snapshots we saved to get up and running quickly.  \r\n- [Snapshots](https://teloscentral.com/snapshots/view)\r\n\r\nIt is recommended to go through the upgrade on the TestNet first.  \r\nIf you run into any issues or errors, you can reach out on any one of the following telegram groups:  \r\n- [Telos Testnet](https://t.me/TelosTestnet)  \r\n- [Antelop Leap Launch Group](https://t.me/Mandel_LaunchGroup)",
        "email": null,
        "website": "https://github.com/AntelopeIO/leap",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "https://t.me/NodeOperatorsRoundtable",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "https://github.com/AntelopeIO/leap",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/antelope_leap.png",
        "detailImage": "http://127.0.0.1:8080/media/images/antelop_detail-min.png",
        "is_published": true,
        "is_example": false,
        "category": "Network",
        "created_by": 22,
        "upvote": [
            22
        ],
        "downvote": [],
        "report": []
    },
    {
        "name": "Anyswap",
        "created_at": "2021-11-19T08:50:46.839159Z",
        "updated_at": "2021-11-19T09:01:00.667791Z",
        "short_description": "Anyswap is a cross chain swap protocol.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nAnyswap is a fully decentralized cross-chain swap protocol, based on Fusion DCRM technology, with automated pricing and liquidity system. Anyswap enables swaps between any coins on any blockchain which uses ECDSA or EdDSA as the signature algorithm, including BTC, ETH, USDT, XRP, LTC, FSN, etc.\r\n\r\n#### Learn More:\r\n\r\n---\r\n\r\n###### Docs\r\n- [How to use Anyswap](https://anyswap-faq.readthedocs.io/en/latest/How%20To%20Setup%20and%20Use%20Anyswap.html#how-to-use-anyswap)\r\n- [YouTube Links](https://anyswap-faq.readthedocs.io/en/latest/YouTube.html)\r\n\r\n###### Videos\r\n- [How to Swap](https://www.youtube.com/watch?v=G0xnbHdXUsM)",
        "email": null,
        "website": "https://anyswap.exchange/",
        "facebook": "",
        "twitter": "https://twitter.com/AnyswapNetwork",
        "linkedin": "",
        "telegram": "https://t.me/anyswap",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "https://anyswap.medium.com/",
        "cardImage": "http://127.0.0.1:8080/media/images/anyswap_C.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/anyswap_D-min.PNG",
        "is_published": true,
        "is_example": false,
        "category": "EVM",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Apish Me",
        "created_at": "2022-05-17T10:53:01.326748Z",
        "updated_at": "2022-05-17T10:57:35.847695Z",
        "short_description": "NFT creator on the Telos EVM.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nApish Punks has been brought to life by a team that looks to bring investors into a new world of secure Cryptocurrency Projects.\r\nBy launching NFTS on Telos ecosystem, utilising the low, eco-friendly gas fees and high-speed transactions to benefit all investors to get the most out of their transactions at the lowest price possible.\r\nApish Punks has been the first pixelated ApeNFTS created within the telos eco-system.\r\n\r\n#### Token Price\r\n\r\n---\r\n\r\n- [DexTools](https://www.dextools.io/app/telos/pair-explorer/0x5aad5c61c64bdcb1122f7ea21476fa44e14a8159)\r\n- [CoinGecko](https://www.coingecko.com/en/coins/apish-me)\r\n\r\n#### Currently Minting\r\n\r\n---\r\n\r\n- [Lazy Lizzy](https://lizzy.apish.me/)",
        "email": null,
        "website": "https://apish.me/#home-banner",
        "facebook": "",
        "twitter": "https://twitter.com/ApishPunks",
        "linkedin": "",
        "telegram": "https://t.me/apishpunks",
        "instagram": "https://www.instagram.com/ApishPunks/",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "https://discord.com/invite/WhGYaWyMVb",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/ghost.png",
        "detailImage": "http://127.0.0.1:8080/media/images/apishD-min.png",
        "is_published": true,
        "is_example": false,
        "category": "NFT",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "AreaX",
        "created_at": "2021-10-28T15:46:49.922158Z",
        "updated_at": "2021-12-02T20:33:57.004750Z",
        "short_description": "A NFT marketplace on the Telos Blockchain.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nAreaX NFT is an NFT marketplace based on Marble Standard. \r\nEnjoy AreaX NFT and Telos blockchain features.",
        "email": null,
        "website": "https://areaxnft.com/",
        "facebook": "",
        "twitter": "https://twitter.com/AreaxNft",
        "linkedin": "",
        "telegram": "https://t.me/areax_en",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/AreaX_C.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/AreaX_D.png",
        "is_published": true,
        "is_example": false,
        "category": "NFT",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "BP Scorecard",
        "created_at": "2021-10-28T09:46:31.972113Z",
        "updated_at": "2021-11-01T13:17:32.974122Z",
        "short_description": "Provides information related to the Telos network validators infrastructure and server setup.",
        "detailed_description": "#### How it works\r\n\r\n---\r\n\r\nThe bp.json validator aims to check if Block Producers and Standby Block Producers are providing information to the community in a \"standard\" way.\r\n\r\nThe list of block producers is generated by those who ran \"regproducer\".\r\nUsing the base URL provided in the regproducer, chains.json is requested to determine the URL of the bp.json file specific to the network. If chains.json does not exist, then the default filename is used (see the Network Information page for the default name).\r\nData from each block producer is re-checked approximately every 30 minutes.\r\n\r\n#### References\r\n\r\n---\r\n\r\n- [Information Standard](https://github.com/eosrio/bp-info-standard)",
        "email": "info@eosnation.io",
        "website": "https://validate.eosnation.io/telos/producers/",
        "facebook": "https://www.facebook.com/EOSNATIONBP/",
        "twitter": "https://twitter.com/EOS_Nation/",
        "linkedin": "https://www.linkedin.com/company/eos-nation/",
        "telegram": "https://t.me/EOSNation",
        "instagram": "https://www.instagram.com/eos_nation/",
        "pinterest": "",
        "reddit": "https://www.reddit.com/user/EOSNation/",
        "youtube": "https://www.youtube.com/channel/UCXgAY9DyooykrubRXw3xK1g",
        "github": "https://github.com/EOS-Nation",
        "discord": "",
        "medium": "https://medium.com/@eosnationbp",
        "cardImage": "http://127.0.0.1:8080/media/images/BPValidatorC.jpeg",
        "detailImage": "http://127.0.0.1:8080/media/images/BPValidatorD.PNG",
        "is_published": true,
        "is_example": false,
        "category": "Tools",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Bitfinex",
        "created_at": "2021-11-11T08:32:54.611436Z",
        "updated_at": "2021-11-18T09:21:32.886380Z",
        "short_description": "A global cryptocurrency exchange.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nBitfinex is the longest-running and most liquid major cryptocurrency exchange. Founded in 2012, it has become the go-to platform for traders & institutional investors.\r\n\r\n#### Mobile Apps\r\n\r\n---\r\n\r\n- [Android](https://play.google.com/store/apps/details?id=com.bitfinex.mobileapp&hl=en)\r\n- [iOS](https://apps.apple.com/us/app/bitfinex/id1436383182?ls=1)\r\n\r\n#### Trade\r\n\r\n---\r\n\r\n- [TLOS - USD](https://trading.bitfinex.com/t/TLOS:USD)\r\n- [TLOS - USDT](https://trading.bitfinex.com/t/TLOS:UST)",
        "email": null,
        "website": "https://www.bitfinex.com/",
        "facebook": "https://www.facebook.com/bitfinex1",
        "twitter": "https://twitter.com/bitfinex",
        "linkedin": "https://www.linkedin.com/company/bitfinex/",
        "telegram": "https://t.me/bitfinex",
        "instagram": "https://www.instagram.com/bitfinex/",
        "pinterest": "",
        "reddit": "https://www.reddit.com/r/bitfinex/",
        "youtube": "https://www.youtube.com/channel/UCxOndh75c7-4Zlw42BGXQkQ",
        "github": "https://github.com/bitfinexcom/",
        "discord": "",
        "medium": "https://medium.com/bitfinex",
        "cardImage": "http://127.0.0.1:8080/media/images/bitfinex_C1-min.png",
        "detailImage": "http://127.0.0.1:8080/media/images/Bitfinex_D-min.png",
        "is_published": true,
        "is_example": false,
        "category": "Exchange",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Bitmart",
        "created_at": "2021-11-11T08:14:29.082663Z",
        "updated_at": "2021-11-11T08:23:16.140458Z",
        "short_description": "A global cryptocurrency exchange.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nBitMart is a global digital asset trading platform that provides real-time trading services including Bitcoin (BTC), Ethereum (ETH), Tether (USDT) and most importantly Telos (TLOS).\r\n\r\n#### Trade\r\n\r\n---\r\n\r\n- [TLOS - USDT](https://www.bitmart.com/trade/en?symbol=TLOS_USDT&layout=basic)",
        "email": null,
        "website": "https://www.bitmart.com/en",
        "facebook": "https://www.facebook.com/bitmartexchange",
        "twitter": "https://twitter.com/BitMartExchange",
        "linkedin": "https://www.linkedin.com/company/bitmart",
        "telegram": "https://t.me/BitmartExchange",
        "instagram": "",
        "pinterest": "",
        "reddit": "https://www.reddit.com/r/BitMartExchange/",
        "youtube": "https://www.youtube.com/c/BitMartExchange",
        "github": "",
        "discord": "",
        "medium": "https://bitmart-exchange.medium.com/",
        "cardImage": "http://127.0.0.1:8080/media/images/Bitmart_C1-min.png",
        "detailImage": "http://127.0.0.1:8080/media/images/Bitmart_D-min.jpg",
        "is_published": true,
        "is_example": false,
        "category": "Exchange",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Blockchain Monitor",
        "created_at": "2022-08-06T06:53:22.282337Z",
        "updated_at": "2022-08-11T08:42:00.597739Z",
        "short_description": "Eosnation blockchain mechanics and monitoring tool",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nA website by EOS Nation containing comprehensive information and statistics regarding the Telos blockchain validators.\r\n\r\n#### Links\r\n\r\n---\r\n\r\n- [Mainnet](https://blockchain.stats.eosnation.io/d/R9LKC_anz/mechanics-monitoring?orgId=1&var-network=telos&refresh=5m)\r\n- [Testnet](https://blockchain.stats.eosnation.io/d/R9LKC_anz/mechanics-monitoring?orgId=1&var-network=telostest&refresh=5m)",
        "email": null,
        "website": "https://blockchain.stats.eosnation.io/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/grafana_icon.png",
        "detailImage": "http://127.0.0.1:8080/media/images/eosnationBlockD.png",
        "is_published": true,
        "is_example": false,
        "category": "Tools",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "CPU Performance",
        "created_at": "2021-10-28T15:35:12.315712Z",
        "updated_at": "2021-11-04T09:19:39.158725Z",
        "short_description": "A tool that monitors the CPU executions times of the validators.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nA tool that measures the CPU execution times of the Telos blockchain Validators.\r\n\r\n#### MainNet\r\n\r\n---\r\n\r\n- [Validator CPU Performance](https://app.telos.net/validators)\r\n\r\n#### TestNet\r\n\r\n---\r\n\r\n- [Validator CPU Performance](https://app-dev.telos.net/validators)",
        "email": null,
        "website": "https://app.telos.net/validators",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/CPUC.PNG",
        "detailImage": "http://127.0.0.1:8080/media/images/CPUD.PNG",
        "is_published": true,
        "is_example": false,
        "category": "Tools",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Chainspector",
        "created_at": "2021-10-28T09:32:20.527592Z",
        "updated_at": "2021-10-28T15:50:40.232082Z",
        "short_description": "Chainspector offers a set of tools that present useful information about the Telos Blockchain.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nChainspector combines a variety of live data about the Telos blockchain network. Although raw data is public, giving it a meaninful sense can be difficult for non technical users. It can even be tedious for people using a block explorer. Unlike a block explorer, Chainspector offers a set of tools that present useful information so the user can play with it.\r\n\r\nDevelopment of this software has been partially funded by the Telos Worker Proposal System. Chainspector will align with the community needs. This alpha version offers just 4 initial sets of tools, but we plan to add many more. We need your feedback to shape our development!\r\n\r\n#### Learn More\r\n\r\n---\r\n\r\n- [Guide](https://medium.com/theteloscope/the-complete-guide-to-chainspector-38819a89084d)",
        "email": null,
        "website": "https://chainspector.io/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/ChainspectorC_M0jnfCm.png",
        "detailImage": "http://127.0.0.1:8080/media/images/ChainspectorD_4eUmila.PNG",
        "is_published": true,
        "is_example": false,
        "category": "Tools",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "EVM",
        "created_at": "2021-11-08T18:49:46.638504Z",
        "updated_at": "2022-01-21T08:37:12.462343Z",
        "short_description": "The Ethereum Virtual Machine (EVM) that runs on the Telos blockchain.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nDue to the popularity of Ethereum, EVM and its programming languages (Solidity and Vyper) are the dominant smart contract execution and development environments. However, networks such as Ethereum have become near unusable for the average user, with slow transaction times and excessive transaction fees. \r\n\r\nTelos EVM (tEVM) is an EVM running on a Telos blockchain. This allows for Ethereum based dapps to easily deploy on the Telos blockchain with all the benefits of \r\nTelos, such as \r\n\r\n- no front-running\r\n- faster transaction speeds\r\n- and low transaction fees\r\n\r\n#### Learn More\r\n\r\n---\r\n\r\n- [Introduction to tEVM](https://docs.telos.net/evm/getting-started/introduction-to-tevm)\r\n- [Creating an EVM address in Telos Wallet](https://docs.telos.net/evm/getting-started/creating-an-evm-address-in-telos-wallet)\r\n- [Deposit, Withdraw and Send TLOS](https://docs.telos.net/evm/getting-started/deposit-withdraw-and-send-tlos)\r\n- [Using dapps on the tEVM](https://docs.telos.net/evm/getting-started/using-dapps-on-the-tevm)\r\n- [EVM Roadmap](https://www.telos.net/news/the-telos-evm-mainnet-launch-has-started-and-roadmap-is-out)\r\n\r\n#### Metamask\r\n\r\n---\r\n\r\nMetamask is one of the most popular wallets used on Ethereum today.\r\nIt's also used on the Binance Smart Chain (BSC) to interact with DeFi platforms such as PancakeSwap, etc.\r\nYou can use it on the Telos EVM as well. Just import the tEVM network into Metamask by using the Chainlist link below:\r\n\r\nThe Telos EVM Mainnet is Chain ID 40.\r\n\r\n- [Chainlist](https://chainlist.org/)\r\n\r\n#### Bridge\r\n\r\n---\r\n\r\nMultichain is a platform that allows you to bridge your tokens from the Telos EVM to the Ethereum network and vice versa.  \r\n\r\n- [Multichain](https://multichain.org/)\r\n- [TLOS to ETH](https://app.multichain.org/#/router)",
        "email": null,
        "website": "https://wallet.telos.net/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/EVM_C_vmnzNoY.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/Telos_EVM-min1.jpeg",
        "is_published": true,
        "is_example": false,
        "category": "EVM",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Eos Authority",
        "created_at": "2022-01-27T09:28:03.034628Z",
        "updated_at": "2022-01-27T09:28:38.170129Z",
        "short_description": "A Telos block explorer",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nThe most comprehensive & universal wallet and explorer for the Telos ecosystem",
        "email": null,
        "website": "https://telos.eosauthority.com/",
        "facebook": "https://www.facebook.com/eosauthority",
        "twitter": "https://twitter.com/EOSauthority",
        "linkedin": "",
        "telegram": "https://t.me/eosauthority",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/authorityC.png",
        "detailImage": "http://127.0.0.1:8080/media/images/authority_D.png",
        "is_published": true,
        "is_example": false,
        "category": "Explorer",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Gate.io",
        "created_at": "2021-09-10T17:06:53.132735Z",
        "updated_at": "2021-09-23T13:02:24.304194Z",
        "short_description": "A global cryptocurrency exchange.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nGate.io is one of the oldest crypto-to-crypto exchanges from China operating since 2013. After being rebranded to Gate.io in 2017, it is one of the fastest-growing crypto platforms with a leading Initial Exchange Offering (IEO) platform, numerous cryptocurrencies, margin trading with leverage, and other advanced financial services like margin lending or borrowing. Despite having a powerful trading engine, the platform interface feels somewhat cluttered as is generally not the best starting place for inexperienced investors.\r\n\r\n#### Learn more\r\n\r\n---\r\n\r\n- [Video tutorials](https://www.youtube.com/channel/UCChFMpMMqduaUuGGCPIn9xw/search?query=tutorial)\r\n- [Gate.io guides](https://www.gate.io/en/help/guide)\r\n\r\n#### Earn\r\n\r\n---\r\n\r\n- [Liquidity Mining](https://www.gate.io/en/liquidity_add/TLOS_USDT)\r\n\r\n#### Trade\r\n\r\n---\r\n\r\n- [TLOS - USDT](https://www.gate.io/trade/tlos_usdt)\r\n- [TLOS - BTC](https://www.gate.io/trade/tlos_btc)",
        "email": "support@mail.gate.io",
        "website": "https://www.gate.io/",
        "facebook": "https://www.facebook.com/gateioglobal",
        "twitter": "https://twitter.com/gate_io",
        "linkedin": "",
        "telegram": "https://t.me/gateio",
        "instagram": "https://www.instagram.com/gateioglobal/",
        "pinterest": "",
        "reddit": "https://www.reddit.com/r/GateioExchange/",
        "youtube": "https://www.youtube.com/channel/UCChFMpMMqduaUuGGCPIn9xw/feature",
        "github": "https://github.com/gateio",
        "discord": "",
        "medium": "https://gateio.medium.com/",
        "cardImage": "http://127.0.0.1:8080/media/images/gate.io_logo.png",
        "detailImage": "http://127.0.0.1:8080/media/images/gate.ioD_Ktr60Rf.jpg",
        "is_published": true,
        "is_example": false,
        "category": "Exchange",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Hyperion",
        "created_at": "2023-05-03T07:38:50.264553Z",
        "updated_at": "2023-05-03T07:41:26.382803Z",
        "short_description": "How to install and run a Hyperion Node",
        "detailed_description": "I used the installation scrips as described here:\r\n\r\n[Hyperion Docs, Installation](https://hyperion.docs.eosrio.io/providers/install/auto_install/)",
        "email": null,
        "website": "",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/1-min.png",
        "detailImage": "http://127.0.0.1:8080/media/images/2-min.png",
        "is_published": false,
        "is_example": false,
        "category": "Network",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Kroco Island",
        "created_at": "2022-05-16T07:41:42.425213Z",
        "updated_at": "2022-05-18T06:29:49.386259Z",
        "short_description": "Discover the mystery of Kroco Island.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\n4,444 Totally unique friendly Krocos that live on Telos and feature a richly diverse and unique pool of rarity-powered traits.\r\nAdopt a Krocokile by minting your NFT.\r\n\r\n#### NFT Marketplace\r\n\r\n---\r\n\r\nYou can view your freshly minted NFT on the \"tofunft.com\" marketplace.\r\nConnect with Metamask and click on \"My NFT's\" under your profile.\r\n\r\n- [tofunft.com](https://tofunft.com/telos)",
        "email": null,
        "website": "https://krocoisland.com/",
        "facebook": "",
        "twitter": "https://twitter.com/KrocoIslandNFT",
        "linkedin": "",
        "telegram": "https://t.me/KrocosIsland",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "https://discord.com/invite/NnHkfhXpAg",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/krocoC.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/krocoD-min.png",
        "is_published": true,
        "is_example": false,
        "category": "NFT",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "KuCoin",
        "created_at": "2021-09-23T13:01:35.131596Z",
        "updated_at": "2021-09-23T13:02:06.291156Z",
        "short_description": "A global cryptocurrency exchange.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nKuCoin is a third-party exchange that permits users to buy, trade, and sell various different cryptocurrencies. The exchange was started in May 2017 by a group of business specialists who worked on previous projects such as iBox, PAY and Ant Financial. KuCoin is among the most recent cryptocurrency exchanges on the market.\r\n\r\nThe intention of the founders was to produce a safe and straightforward platform for individuals worldwide for trading a range of digital coins. Their long-term goal is to rank among the top ten most significant exchanges in the world.\r\n\r\n#### Learn more\r\n\r\n---\r\n\r\n- [Video tutorials](https://www.youtube.com/c/KuCoinExchange/playlists)\r\n- [KuCoin help](https://support.kucoin.plus/hc/en-us)\r\n\r\n#### Trade\r\n\r\n---\r\n\r\n- [TLOS-USDT](https://trade.kucoin.com/TLOS-USDT)\r\n- [TLOS-BTC](https://trade.kucoin.com/TLOS-BTC)",
        "email": null,
        "website": "https://www.kucoin.com/",
        "facebook": "https://www.facebook.com/KuCoinOfficial/",
        "twitter": "https://twitter.com/KuCoinCom",
        "linkedin": "https://www.linkedin.com/company/kucoin/",
        "telegram": "https://https://t.me/Kucoin_Exchanget.me/Kucoin_Exchange",
        "instagram": "https://www.instagram.com/kucoinexchange/",
        "pinterest": "",
        "reddit": "https://www.reddit.com/r/kucoin/",
        "youtube": "https://www.youtube.com/c/KuCoinExchange",
        "github": "https://github.com/Kucoin",
        "discord": "",
        "medium": "https://medium.com/kucoinexchange",
        "cardImage": "http://127.0.0.1:8080/media/images/KucoinC.png",
        "detailImage": "http://127.0.0.1:8080/media/images/KucoinD.png",
        "is_published": true,
        "is_example": false,
        "category": "Exchange",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Newdex",
        "created_at": "2021-09-10T17:33:02.621059Z",
        "updated_at": "2022-03-31T20:16:51.118426Z",
        "short_description": "A decentralized cryptocurrency exchange.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nNewdex was launched on the EOS blockchain on August 8, 2018. It is the leading order-book decentralized Exchange for on-chain matching and settlement in the entire network. Newdex has reached cooperation with more than 20 digital coin wallets (TokenPocket, imToken, Bitpie etc.) to perfectly present the decentralized transaction experience “matching via smart contract and receiving assets while transaction completed”. On January 19, 2021, Newdex has completed the new upgrade, from an order-book decentralized Exchange to an aggregate decentralized Exchange, and has successfully aggregated the depth of Newdex's limit orders and the depth of liquidity pools of the major Swaps on the EOS (Defibox, Defis Network, etc.), allowing EOS users to obtain the best depth and best price trading experience, which has become the first trading entry in the EOS ecosystem.\r\n\r\nNewdex is committed to taking advantage of the composability of DeFi to aggregate the depth of DEX in multiple chains, develop the aggregated DEX with \"best depth, best price and best experience\", provide users with good decentralized trading experience, and become multi-chain DEX trading entry.\r\n\r\n#### Learn more\r\n\r\n---\r\n- [Video tutorial](https://www.youtube.com/watch?v=RQ90CqBhFFg)\r\n\r\n#### Trade:\r\n\r\n---\r\n\r\n- [TLOS - EOS](https://newdex.io/trade/eosio.token-tlos-eos)",
        "email": null,
        "website": "https://newdex.io/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "https://t.me/newdexofficialEN",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/newdex__82046.jpeg",
        "detailImage": "http://127.0.0.1:8080/media/images/newdexD.jpeg",
        "is_published": false,
        "is_example": false,
        "category": "Exchange",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "OmniDex",
        "created_at": "2022-01-17T16:20:47.404117Z",
        "updated_at": "2022-04-15T19:34:05.977744Z",
        "short_description": "A DeFi platform on the Telos EVM",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nThe vision for OmniDex was set out in December 2021 by members of the Telos community to create a native trading platform to serve the needs of the expanding Telos ecosystem.   \r\n\r\nWe are excited for the coming months to build on the foundations that are in place and create a leading trading platform and help support the future success of the Telos Blockchain.\r\n\r\n#### Performance\r\n\r\n---\r\n\r\nStatistical data:\r\n\r\n- [DappRadar](https://dappradar.com/telosevm/defi/omnidex)\r\n\r\nPrice data:\r\n\r\n- [Charm - Dexscreener](https://dexscreener.com/telos/0x933f83735f26e51c61955b4fca88f13fbd423a0c)\r\n\r\n#### Bridge\r\n\r\n---\r\n\r\nMultichain: **ETH <-> tEVM**\r\n\r\n- [Multichain](https://multichain.org/)  \r\n- [TLOS to ETH](https://app.multichain.org/#/router)\r\n\r\nTelos web wallet: **Telos <-> tEVM**\r\n\r\n- [Telos Wallet](https://wallet.telos.net/)\r\n\r\n#### Learn More about the Telos EVM\r\n\r\n---\r\nAs with most Ethereum dapps, you'll need Metamask to interact with the dapp and make transactions.  \r\nLearn more here:\r\n\r\n- [Telos EVM](https://teloscentral.com/dapps/detailed/EVM)",
        "email": null,
        "website": "https://omnidex.finance/",
        "facebook": "",
        "twitter": "https://twitter.com/OmniDex1",
        "linkedin": "",
        "telegram": "https://t.me/omnidex1",
        "instagram": "",
        "pinterest": "",
        "reddit": "https://www.reddit.com/user/Omni-Dex",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "https://medium.com/@Omni-Dex",
        "cardImage": "http://127.0.0.1:8080/media/images/omniDex_C.png",
        "detailImage": "http://127.0.0.1:8080/media/images/omniDex_D.png",
        "is_published": true,
        "is_example": false,
        "category": "DeFi",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "PancakeSwap",
        "created_at": "2021-09-10T19:04:54.673726Z",
        "updated_at": "2021-11-09T20:28:41.171052Z",
        "short_description": "A decentralized finance platform running on the BSC (Binance Smart Chain).",
        "detailed_description": "#### What Is PancakeSwap?\r\n\r\n---\r\n\r\nBy far the most popular decentralized exchange (DEX) on Binance Smart Chain (BSC), PancakeSwap, has become somewhat of a phenomenon in the blockchain space in recent months, thanks to its massive liquidity, wide-ranging feature set, and sizeable user base. \r\n\r\nThe platform is designed to allow users to securely trade Binance Coin (BNB) and a massive variety of BEP-20 tokens without relying on centralized services or losing control over their private keys. As a decentralized exchange, all trades on PancakeSwap are automatically executed via smart contracts — completely eliminating counterparty risks. \r\n\r\nAlthough the team behind PancakeSwap is completely anonymous, the platform has been audited by several prominent blockchain security firms — including Certik and Slowmist. The platform is also completely open-source, since the PancakeSwap website and smart contract code are open to public scrutiny. Nonetheless, it is known that the team consists of more than a dozen members (known as chefs), including two co-leads (Hops and Thumper), and a variety of engineers. \r\n\r\nSince the platform launched in September 2020, it has seen a dramatic growth not only in the number of users and the liquidity of supported assets, but also in the variety of features it offers. Now, PancakeSwap can be considered an entire ecosystem of DeFi tools, all of which are built around the platform’s native utility token — CAKE.\r\n\r\n#### Bridge\r\n\r\n---\r\n\r\n- [Guide](https://support.telos.net/knowledge-base/how-to-bridge-tlos/)\r\n- [Telos to BSC](https://dapp.ptokens.io/swap?asset=tlos&from=telos&to=bsc)\r\n- [BSC to Telos](https://dapp.ptokens.io/swap?asset=tlos&from=bsc&to=telos)\r\n\r\n#### Learn more:\r\n\r\n---\r\n\r\n- [PancakeSwap Docs](https://docs.pancakeswap.finance/)\r\n- [Video tutorial](https://www.youtube.com/results?search_query=stake+tlos+on+pancakeswap)\r\n\r\n#### Links:\r\n\r\n---\r\n\r\n- [Pankeswap](https://pancakeswap.finance/)",
        "email": null,
        "website": "https://pancakeswap.finance/",
        "facebook": "",
        "twitter": "https://twitter.com/pancakeswap",
        "linkedin": "",
        "telegram": "https://t.me/PancakeSwap",
        "instagram": "https://www.instagram.com/pancakeswap_official/",
        "pinterest": "",
        "reddit": "https://www.reddit.com/r/pancakeswap/",
        "youtube": "",
        "github": "https://github.com/pancakeswap/",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/coin.png",
        "detailImage": "http://127.0.0.1:8080/media/images/pancake_D.png",
        "is_published": true,
        "is_example": false,
        "category": "DeFi",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Publicdomain.live",
        "created_at": "2021-11-18T09:14:23.819118Z",
        "updated_at": "2021-11-18T09:14:23.819165Z",
        "short_description": "Decentralized keywords!",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nHashing is the free & open-source system to publicly reference something in our world under decentralized keywords. Everything can now be referenced PUBLICLY using only its keyword, or other identifiers such as a web page address or location coordinates. By using the open-source Bitcoin code to create predictable reference numbers from keywords, everyone can generate the exact same keyword id’s and so it’s easy to link things together to form a single global view of any topic, in any language. Try it now, to get started just visit https://www.publicdomain.live/ and type in the thing you care about most.\r\n\r\n#### Learn More:\r\n\r\n----\r\n\r\n- [Quick start guide](https://telosuk.io/hash-it/)\r\n- [Video tutorial](https://www.youtube.com/watch?v=msPLtqih4z0)",
        "email": "bp@telosuk.io",
        "website": "https://www.publicdomain.live/",
        "facebook": null,
        "twitter": "https://twitter.com/eosukbp",
        "linkedin": null,
        "telegram": "https://t.me/joinchat/GefimxBKTqvrKPX9ZA4zGg/",
        "instagram": null,
        "pinterest": null,
        "reddit": null,
        "youtube": "https://www.youtube.com/channel/UCGxatJjuafURvxMDKXwi8WA",
        "github": null,
        "discord": null,
        "medium": null,
        "cardImage": "http://127.0.0.1:8080/media/images/publicDomain_C-min.png",
        "detailImage": "http://127.0.0.1:8080/media/images/publicDomain_D-min.jpg",
        "is_published": true,
        "is_example": false,
        "category": "Dapps",
        "created_by": 108,
        "upvote": [
            22
        ],
        "downvote": [
            22
        ],
        "report": [
            22
        ]
    },
    {
        "name": "Sqrl",
        "created_at": "2021-10-12T10:35:14.456461Z",
        "updated_at": "2021-10-28T15:49:35.826842Z",
        "short_description": "Secure Desktop Wallet for the Telos Blockchain.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nSqrl is the easiest and most powerful desktop wallet for the Telos Blockchain and other EOSIO-based networks.\r\n\r\nManaging your account is extremely simple using Sqrl. Send and receive native or custom tokens, \"stake\" your tokens for security and participating in governance, and view your account balances in a unified interface.\r\n\r\nPowered by Telos Decide, you can use the power of your votes to help guide the future of Telos.\r\n\r\nWith staking rewards of over 15% annually, you can earn passive income while voting for block producers, participating in worker proposal submissions, or engage in amending clauses of the Telos Network Operating Agreement.\r\n\r\n#### Download\r\n\r\n---\r\n\r\n- [Mac OS](https://github.com/telosnetwork/sqrl/releases/download/1.2.5/mac-Sqrl-1.2.5.dmg)\r\n- [Windows](https://github.com/telosnetwork/sqrl/releases/download/1.2.5/win-Sqrl-1.2.5.exe)\r\n- [Linux](https://github.com/telosnetwork/sqrl/releases/download/1.2.5/linux-Sqrl-1.2.5-x86_64.AppImage)",
        "email": null,
        "website": "https://sqrlwallet.io/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "https://t.me/sqrlwallet",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "https://github.com/telosnetwork/sqrl",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/SqrlCard_eS1G74b.png",
        "detailImage": "http://127.0.0.1:8080/media/images/SqrlD.PNG",
        "is_published": true,
        "is_example": false,
        "category": "Wallet",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Staker.One",
        "created_at": "2021-11-08T19:05:32.855800Z",
        "updated_at": "2021-11-08T19:16:07.382046Z",
        "short_description": "Stake your TLOS tokens and earn a passive income.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nStaker.One offers Telos token holders an easy to use, user interface to the Telos Resource Exchange (also known as the T-REX).\r\nStaking your tokens to the Telos Resource Exchange rewards you with passive income in the form of TLOS tokens.\r\n\r\n#### Wallet compatibility\r\n\r\n---\r\n\r\nStaker.One can be used with one of the following wallets:\r\n\r\n- [Anchor](https://teloscentral.com/dapps/detailed/Anchor)\r\n- [Wombat]()",
        "email": "stakeronedapp@gmail.com",
        "website": "https://staker.one/rewards",
        "facebook": "",
        "twitter": "https://twitter.com/StakerOne",
        "linkedin": "",
        "telegram": "https://t.me/stakerone",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/staker_one.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/Staker.one_D-min.png",
        "is_published": true,
        "is_example": false,
        "category": "Earn",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "SushiSwap",
        "created_at": "2021-11-19T09:33:13.317971Z",
        "updated_at": "2021-11-19T10:03:51.898437Z",
        "short_description": "SushiSwap is a decentralized cryptocurrency exchange and automated market maker.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nSushiSwap is a type of decentralized exchange called an automated market maker (AMM). It lets users trade cryptocurrency tokens, but there's no central authority managing trades. Instead, SushiSwap automatically sets prices with mathematical formulas and processes trades using smart contracts.\r\n\r\nWhere do all these cryptocurrency funds come from? For that, SushiSwap has liquidity pools, or large pools of funds. Its users lend their own crypto to these liquidity pools in exchange for rewards.\r\n\r\nThere are several things you can do on SushiSwap:\r\n\r\n- Swap: Trade one cryptocurrency for another, such as turning your USD Coin (USDC) into Ethereum (ETH).\r\n- Farm: Deposit crypto into one of SushiSwap's liquidity pools to earn rewards.\r\n- Stake: Deposit your SushiSwap tokens to earn rewards.\r\n- Lend: Provide crypto for others to borrow and earn interest on it.\r\n- Borrow: Borrow crypto after providing collateral.\r\n\r\n#### Learn More\r\n\r\n---\r\n\r\n###### Docs:\r\n- [Introduction](https://docs.sushi.com/)\r\n- [Yield Farming](https://docs.sushi.com/products/yield-farming)",
        "email": null,
        "website": "https://sushi.com/",
        "facebook": "",
        "twitter": "https://twitter.com/sushiswap",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "https://github.com/sushiswap",
        "discord": "",
        "medium": "https://sushichef.medium.com/",
        "cardImage": "http://127.0.0.1:8080/media/images/sushi_C_o9wAnda.png",
        "detailImage": "http://127.0.0.1:8080/media/images/sushi_D-min.PNG",
        "is_published": true,
        "is_example": false,
        "category": "EVM",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Swapsicle",
        "created_at": "2024-01-29T11:21:05.785442Z",
        "updated_at": "2024-01-29T11:24:01.398069Z",
        "short_description": "A cross-chain DeFi hub offering an all-in-one package for Swapping, Yield Farming, Launchpad & more.",
        "detailed_description": "**Swapsicle Dex**  \r\nOur goal is to build a comprehensive decentralized trading platform for the future of finance.\r\n\r\n**Our Principles**  \r\nTransparency is everything here at Swapsicle. We are a fully doxxed team and consider our communnity core to everything we do.\r\n\r\n**Dual Token Economy**  \r\nSwapsicle features a dual token economy. SLUSH is our native liquid token used for minting NFT’s and market trading. ICE is our farm reward token utilized inside our suite of products to earn additional yield for users.",
        "email": null,
        "website": "https://www.swapsicle.io/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/swapsicle-project.png",
        "detailImage": "http://127.0.0.1:8080/media/images/swapsicle_des.png",
        "is_published": true,
        "is_example": false,
        "category": "DeFi",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Telos Docs",
        "created_at": "2021-10-08T08:56:03.811221Z",
        "updated_at": "2021-12-08T13:26:34.283865Z",
        "short_description": "The official Telos documentation library.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nTelos Docs is a place where you can find information and tutorials about the Telos blockchain network.\r\n\r\n#### Learn more\r\n\r\n---\r\n\r\nThe Telos Docs contains information on the following topics:\r\n\r\n- [Introduction and background](https://docs.telos.net/)\r\n- [Wallets and accounts.](https://docs.telos.net/users/wallets)\r\n- [Ethereum virtual machine.](https://docs.telos.net/evm/about-ethereum-virtual-machine)\r\n- [Setting up a Telos Validator Node](https://docs.telos.net/validator-nodes/setting-up-telos-validator-nodes)\r\n- [Telos Blockchain characteristics](https://docs.telos.net/developers/blockchain-characteristics)",
        "email": "hello@telosfoundation.io",
        "website": "https://docs.telos.net/",
        "facebook": "https://www.facebook.com/groups/telosnetwork/",
        "twitter": "https://twitter.com/HelloTelos",
        "linkedin": "",
        "telegram": "https://t.me/HelloTelos",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "https://www.youtube.com/c/TheTelosNetwork",
        "github": "https://github.com/telosnetwork",
        "discord": "",
        "medium": "https://medium.com/telos-foundation",
        "cardImage": "http://127.0.0.1:8080/media/images/GitBook_Docs.png",
        "detailImage": "http://127.0.0.1:8080/media/images/telos_docs.jpg",
        "is_published": true,
        "is_example": false,
        "category": "Documents",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Telos Explorer",
        "created_at": "2022-12-07T16:21:50.268917Z",
        "updated_at": "2022-12-07T16:23:05.271478Z",
        "short_description": "A Telos blockchain explorer.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nA Telos blockchain explorer.",
        "email": null,
        "website": "https://explorer.telos.net/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/telosLogo.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/telosexplorerD.jpg",
        "is_published": true,
        "is_example": false,
        "category": "Explorer",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Telos Web Wallet",
        "created_at": "2021-11-08T18:35:17.263405Z",
        "updated_at": "2021-11-08T18:38:41.093085Z",
        "short_description": "A Telos web based wallet with EVM interface",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nThe Telos web wallet makes it easy to interface to applications running on the Telos ecosystem.\r\n\r\nEasily log in using your Anchor wallet.",
        "email": null,
        "website": "https://wallet.telos.net/",
        "facebook": "",
        "twitter": "",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/Symbol_22x_col_Jiro9xH.png",
        "detailImage": "http://127.0.0.1:8080/media/images/Web_wallet.png",
        "is_published": true,
        "is_example": false,
        "category": "Wallet",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Uniswap",
        "created_at": "2021-09-16T08:29:45.285383Z",
        "updated_at": "2021-10-12T07:02:46.555601Z",
        "short_description": "A decentralized DeFi (finance platform) running on the Ethereum network.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nUniswap is a decentralized finance protocol that is used to exchange cryptocurrencies and tokens, it is provided on blockchain networks that are decentralized, running open-source software, as opposed to any centralized intermediary. This is in contrast to cryptocurrency exchanges that are run by centralized companies such as Coinbase, Binance and OKEx.\r\n\r\n#### Bridge:\r\n\r\n- [Guide](https://support.telos.net/knowledge-base/how-to-bridge-tlos/)\r\n- [Telos to ETH](https://dapp.ptokens.io/swap?asset=tlos&from=telos&to=eth)\r\n- [ETH to Telos](https://dapp.ptokens.io/swap?asset=tlos&from=eth&to=telos)\r\n\r\n#### Learn more:\r\n\r\n---\r\n\r\n- [Uniswap docs](https://help.uniswap.org/en/)\r\n- [Youtube - Uniswap](https://www.youtube.com/results?search_query=uniswap+tutorials)\r\n\r\n#### Trade:\r\n\r\n---\r\n\r\n- [TLOS](https://app.uniswap.org/#/swap)",
        "email": null,
        "website": "https://uniswap.org/",
        "facebook": "",
        "twitter": "https://twitter.com/uniswap/",
        "linkedin": "",
        "telegram": "",
        "instagram": "",
        "pinterest": "",
        "reddit": "https://www.reddit.com/r/UniSwap/",
        "youtube": "",
        "github": "https://github.com/Uniswap/",
        "discord": "https://discord.com/invite/FCfyBSbCU5",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/UniswapC_EBgXHso.jpg",
        "detailImage": "http://127.0.0.1:8080/media/images/banner_fZug7Pp.jpg",
        "is_published": true,
        "is_example": false,
        "category": "DeFi",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Wombat",
        "created_at": "2021-11-08T19:48:50.999434Z",
        "updated_at": "2021-11-08T19:50:39.086944Z",
        "short_description": "A user friendly wallet for desktop and mobile use.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nWOMBAT - Gaming wallet for Ethereum, Telos & more\r\n\r\nWombat is the leading gaming wallet across Ethereum, EOS, Telos and WAX networks. Featuring free accounts creation and a stellar library tokens, Wombat does not compromise on UX and safety either. In other words, Wombat is fun, secure and easy to use.\r\n\r\n#### Download\r\n\r\n---\r\n\r\n- [Android](https://play.google.com/store/apps/details?id=io.getwombat.android)\r\n- [iOS](https://apps.apple.com/de/app/wombat-wallet/id1474392110)\r\n- [Chrome Web Store](https://chrome.google.com/webstore/detail/wombat-gaming-wallet-for/amkmjjmmflddogmhpjloimipbofnfjih)",
        "email": null,
        "website": "https://getwombat.io/",
        "facebook": "",
        "twitter": "https://twitter.com/adoptwombat",
        "linkedin": "",
        "telegram": "https://t.me/getwombat",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/wombat_C.png",
        "detailImage": "http://127.0.0.1:8080/media/images/wombat_D-min.png",
        "is_published": true,
        "is_example": false,
        "category": "Wallet",
        "created_by": 22,
        "upvote": [
            117
        ],
        "downvote": [],
        "report": []
    },
    {
        "name": "Zappy",
        "created_at": "2022-02-18T21:28:43.455642Z",
        "updated_at": "2022-03-14T08:08:19.304419Z",
        "short_description": "An AMM on the Telos network",
        "detailed_description": "#### Introduction\r\n\r\n---\r\n\r\n##### Welcome to Zappy\r\n\r\nZappy is an automated market-making (AMM) decentralized exchange (DEX) for the Telos network. Unlike other DEXs, we have invested in building a strong foundation with our ZAP token as a governance token, diverse farms, a built-in bridge, built-in limit orders, and user-centred service.\r\n​\r\n##### Features\r\n🔁 Swap - Instanteously swap tokens with our automated market maker (AMM)  \r\n🚜 Farm - Stake LP tokens in our Farms and earn ZAP incentives  \r\n⚡️ Stake - Stake ZAP tokens to earn more ZAP tokens through generated buybacks from protocol fees  \r\n🏦 Governance (coming soon) - Vote on proposals for Zappy by holding ZAP tokens  \r\n💰 Lend & Borrow (coming soon) - Lend or borrow through Zappy's decentralized lending protocol  \r\n\r\n#### Performance\r\n\r\n---\r\n\r\nPrice data:\r\n\r\n- [ZAP - Dexscreener](https://dexscreener.com/telos/0x774d427b2105849a0fbb6f49c432c087e3607f6f)\r\n\r\n#### Documents\r\n\r\n---\r\n\r\n- [docs.zappy](https://docs.zappy.finance/)",
        "email": null,
        "website": "https://www.zappy.finance/swap",
        "facebook": "",
        "twitter": "https://twitter.com/ZappyFi",
        "linkedin": "",
        "telegram": "https://t.me/zappy",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/zappy-logo-min_M80TNx5.png",
        "detailImage": "http://127.0.0.1:8080/media/images/zappy_D-min.png",
        "is_published": true,
        "is_example": false,
        "category": "DeFi",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    },
    {
        "name": "Zeptagram",
        "created_at": "2021-10-17T10:00:05.527531Z",
        "updated_at": "2021-10-28T15:50:57.056488Z",
        "short_description": "A blockchain based trading platform where music ip-rights owners can tokenise their assets.",
        "detailed_description": "#### About\r\n\r\n---\r\n\r\nBorn in Sweden, we are getting ready to revolutionize the music industry. Zeptagram is a superfast growing trading platform based on blockchain technology. Working closely with artists and content creators all over the world we strive to offer the most lucrative platform for investment and trading of music rights. At Zeptagram you will find a team of highly experienced professionals who live and breathe Tech, Music and finance with a global outlook. With over 50 years experience from fintech, the music industry, marketing and blockchain; we know our stuff.\r\n\r\nZeptagram is a blockchain-based trading platform where music ip-rights owners can tokenize their assets. When music creates value, funds will be shared among token holders.\r\n\r\n#### Zeptacoin\r\n\r\n---\r\n\r\n- [Token Info](https://zeptacoin.com/)\r\n\r\n#### Trade / Buy\r\n\r\n---\r\n\r\n- [ZPTC - USDT](https://www.bitmart.com/trade/en?symbol=ZPTC_USDT&layout=basic)",
        "email": null,
        "website": "https://zeptagram.com/",
        "facebook": "",
        "twitter": "https://twitter.com/zeptagram",
        "linkedin": "",
        "telegram": "https://t.me/zeptagram_support",
        "instagram": "",
        "pinterest": "",
        "reddit": "",
        "youtube": "",
        "github": "",
        "discord": "",
        "medium": "",
        "cardImage": "http://127.0.0.1:8080/media/images/zeptagramC.png",
        "detailImage": "http://127.0.0.1:8080/media/images/zeptagramD.jpeg",
        "is_published": true,
        "is_example": false,
        "category": "Dapps",
        "created_by": 22,
        "upvote": [],
        "downvote": [],
        "report": []
    }
]