Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 605 Bytes

aepp-tokenlist

This is a community driven and maintained list of AEX9 tokens that can be used accross any aepp.

The purpose is to accumulate all tokens that are reliable, maintained and in a way verified by the community.

Token entry format

Everyone can add a token meta to the list in the following format:

{
  "contract_id" : "ct_2gcT1...",
  "decimals" : 18,
  "name" : "Token Name",
  "symbol: "TKN",
  "description" : "A brief description of the token",
  "logo_url" : "https://...",
  "website" : "https://..."
}

The fields description, logo_url & website are optional.