Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.
/ tokens Public archive

A list of NEP5 tokens on the NEO blockchain

Notifications You must be signed in to change notification settings

CityOfZion/tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tokens

A list of NEP5 tokens that held an ICO along their corresponding ICO start/end dates.

This list is used by neon-wallet to determine which tokens can be purchased via the token sale screen.

Adding Tokens

If your NEP5 token is having a public token sale (ICO), add it to the tokens.json file for it to appear in Neon Wallet for the duration of the sale. If your token is not having a sale, but is instead being airdropped, then there is no need to add it to this repository.

All tokens listed in the tokens.json file must take the following structure:

{
  // NEP5 token symbol
  "symbol": "XXX",
  // NEP5 token script hash
  "scriptHash": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  // token sale start date/time (UTC)
  "start": "YYYY-MM-DD HH:MM:SS",
  // token sale end date/time (UTC)
  "end": "YYYY-MM-DD HH:MM:SS"
}

When adding your token, please ensure that it appears alphabetically by token symbol for ease of maintenance.

About

A list of NEP5 tokens on the NEO blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages