Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1 KB

README.md

File metadata and controls

14 lines (12 loc) · 1 KB

Evmos.info

This repo will hold the metadata for Projects and Guides hosted on the evmos.info page.

To add your project:

See other projects json data from assets/projects folder to use an example.

  1. Take a copy of the json structure in project_template.json
  2. Fill in your project information as completely as possible (website, twitter, discord, logo ect).
    1. a When referancing your LogoName, please specify the filename and extention (dont worry about path) of the logo you will upload (e.g project.png) - case sensitive (please use lower case)
    2. When selecting a catagory please choose from the following (Defi, Dashboard, Tools, Misc, NFT or Wallets)
  3. Create a PR with the following additions
    1. Your new project.json file in assets/projects folder named as your projectname.json
    2. Your project logo in assets/images/logos folder named as your projectname.png/jpg/gif ect; please ensure the name is in lowercase and matches the LogoName value in your projectname.json file
  4. Submit