The documentation in this repository site provides the template and specifications details to submit ecosystem projects to be included on the Cronos ecosystem page.
You're going to need:
- Fork this repository on Github
- Clone your forked repository (not our original one) to your hard drive with
git clone https://github.com/{username}/cronos-awesome.git cd cronos-awesome- Make a copy of
MAKE_COPY.json, rename the copy, move it underprojectsdirectory and start filling out the fields. Please keep the content inMAKE_COPY.jsonunchanged.
- name:
The official name of your project - category:
Select from categories below - logo:
Url to your logo - description:
Brief Project Description, - link:
Url to your website - twitter:
Url to your Twitter
Note: If your project belongs to more than one category, you can add each secondary category as a comma separated entry. (e.g. Defi, Nft etc.)
Bridge,
DEX,
Farm,
Gaming,
Infrastructure,
Launchpad,
Lending,
Metaverse,
News,
NFT,
Options,
Others,
Reserve Currency,
Stablecoin,
Structured Finance,
Tools,
Wallet,
Web3,
Yield Optimiser,
git add .
git commit -m "commit comment"
git push -u origin main Note: Please make sure, you push to your forked repository
if not Authenticated yet please run:
gh auth loginIf the git CLI prompts the following:
Which should be the base repository (used for e.g. querying issues) for this directory
Select the following base repository:
crypto-org-chain/cronos-awesome
Then:
gh pr create --base staging --head ${username}:mainThis will programatically create PR based on your commit. Once we receive the PR we will review the project details and format.
Note: We only accept PRs to our staging branch.
Once review and approved, you should see your projects on crypto-org-chain/cronos-awesome/tree/staging.