Explore Tezos is a website to make the Tezos ecosystem more accessible for everybody!
If you have something that we missed and you would like to contribute to the project, you can follow these steps to put up a pr with the new information.
- Create a branch from main and name it one of the app that you are adding and your username. Example,
UserName-TezosDomains
- Fill out the JSON fields displayed here with the relevent information for each website. Descriptions of each field below.
{
name: "QuipuSwap",
href: "https://quipuswap.com/swap",
description:
"QuipuSwap is an automated market-making (AMM) decentralized exchange (DEX) on the Tezos blockchain. QuipuSwap uses liquidity Pools the same way as UniSwap.",
category: ["DeFi", "Featured"],
parentCompany: "MadFish Solutions",
imageSrc: "https://quipuswap.com/img/logo.87f215cb.png",
redditUrl: "https://www.reddit.com/r/MadFishCommunity/",
twitterUrl: "https://twitter.com/madfishofficial",
discordUrl: "https://discord.com/invite/qFRZ8kVzkv",
githubUrl: "https://github.com/madfish-solutions/quipuswap-webapp",
telegramUrl: "https://t.me/MadFishCommunity",
linkedinUrl: "https://www.linkedin.com/company/mad-fish-solutions/",
},
- Place the newely created JSON objects in the apps.js file at the bottom of the list.
- Create a new pull request against main.
- That's it! We will review the pr and merge it. Cheers! 🎉
-
name: Name of the of item
-
href: Link of the website or Twitter account. Generally whatever is the best way to learn more about the item.
-
description: description of the item. This can be their mission statement. This can be found on their website or twitter etc.
-
imageSrc: To add an image you must first paste the image on our discord images channel https://discord.gg/Uz8vCTbpN9 and link the image link from discord itself. We do this to prevent image links from dying and from hosting the images ourselfes.
-
parentCompany: Add the parent company if there is one.
-
category: Add the best category for the item.
-
Supported Categories:
- Defi Any Defi related applications
- Wallet Wallets must be checked by one of the JEMC-org members. Main use has to be Tezos with beacon support
- NFT General NFT tools/marketplaces NOT NFT projects. Tezzards is the exception.
- Gaming Any Games on the Tezos blockchain
- Dev Software development related projects, documentation or website that would be helpful for a developer on Tezos
- Tool Tools in general such as blockchain explorers, faucets, tezos exclusive new sources etc
- Corporate Corporations that have developed, utilized or participated on Tezos
- Open Source Organizations on tezos that are open source
- Featured Can only be added by one of the JEMC-org members
-
URL: Try to add every URL of the project you can find.
-
Supported Links:
- redditUrl: Reddit.com
- twitterUrl: Twitter.com
- discordUrl: Discord.com
- githubUrl: Github.com
- gitlabUrl: Gitlab.com
- telegramUrl: Telegram.org
- linkedinUrl: Linkedin.com
- youtubeUrl: Youtube.com
- mediumUrl: Medium.com
This website was built with react making it very easy to spin up a local instance of the app. Steps to get this up and running locally are as follows:
- Clone the repository into your local env using
git clone [email protected]:JEMC-Org/explore-tezos.git
- Install yarn if you do not already have it by running
npm install --global yarn
- Open the project in a terminal window and run
yarn install
to install all the packages and dependencies - Run
yarn start
to start the dev server locally. - That's it! Cheers! 🎉