ForkDelta is a decentralized exchange with over 700 tradable ERC20-compliant tokens. Tokenbase is our ERC20 token knowledgebase.
Token information is stored in YAML format, one token per file, in tokens/0x69b0adec3cb113132c970f3440302df81962d7f6.yaml.
# Commentis a YAML comment. The hash#must be preceded by a space.key: valueis a key-value pair.- itemis a list entry. It is possible to have a list entry of a non-scalar type, e.g.:- key: valueis a list entry containing a key-value pair.
A token listing file must include the following information:
--- # Mandatory "start of the document" marker
addr: '0x69b0adec3cb113132c970f3440302df81962d7f6' # token contract address, in single quotes
decimals: 8 # Token decimals
name:RIGS OIL TOKEN # Required
symbol: RIGS # Required: Token symbolDescription of the token can be included:
---
addr: '0x69b0adec3cb113132c970f3440302df81962d7f6'
decimals: 8
description: The World’s first DAPP to bet on the price of Cryptocurrencies
name: RIGS OIL TOKEN
symbol: RIGSIf you need more than one line of description, use the folded scalar notation:
---
addr: '0x69b0adec3cb113132c970f3440302df81962d7f6'
decimals: 8
description: >-
An Open Network For Smart Business Economy
RIGS OIL TOKEN is an Ethereum Smart Contract based DApp for betting on the price of
Cryptocurrencies and win from everyone who bets against you.
name: RIGS OIL TOKEN
symbol: RIGSNote that folded scalar notation requires two new lines for a paragraph break (like Reddit format).
Description may contain HTML.
Links can be included to refer the user to external resources relevant to the token. They are represented by a list of key-value pairs, where key is the type of the link. The following types are currently recognized:
- Bitcointalk
- Blog
- CoinMarketCap
- Discord
- Github
- Slack
- Telegram
- Website
- Whitepaper
- YouTube
Example:
---
addr: '0x69b0adec3cb113132c970f3440302df81962d7f6'
decimals: 8
links:
- Email: mailto: admin@rigsoiltoken.xyz
- Website: https://buy.rigsoiltoken.xyz/
- Whitepaper: https://buy.rigsoiltoken.xyz/rigs
name: RIGS OIL TOKEN
symbol: RIGS
Notice is a special field used to communicate critical information regarding contract or token status. This information should be prominently displayed to the user before any interaction occurs. Example:
---
addr: '0x69b0adec3cb113132c970f3440302df81962d7f6'
decimals: 8
name: RIGS OIL TOKEN
symbol: RIGSNotice may cointain HTML.