Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reserve-protocol/rtokens
Supported Register rTokens
https://github.com/reserve-protocol/rtokens
Last synced: about 1 month ago
JSON representation
Supported Register rTokens
- Host: GitHub
- URL: https://github.com/reserve-protocol/rtokens
- Owner: reserve-protocol
- Created: 2022-05-31T15:14:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:09:00.000Z (5 months ago)
- Last Synced: 2024-07-16T23:15:22.429Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.3 MB
- Stars: 3
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# RToken list
List of supported RTokens for Register
## Fields
### Mandatory
- `symbol`: Short ticker style symbol of token.
- `name`: Longer human version of token.
- `address`: Ethereum address of ERC-20 token, in [ERC-55](https://eips.ethereum.org/EIPS/eip-55) mixed-case format.
- `decimals`: The decimals of the token. As Number and not String.### Optional (Recommended for optimal Register support)
- `logo`: An optional logo of your token. Must be an `svg` added to the `images` folder with lowercase filename, example: `rsv.svg`.
- `governance`: A mapping that contains the `voting` and `discussion` urls related to governance.
- `website`: Official URL of the website.
- `about`: Short description of the rToken, displayed on the Register overview page.
- `social`: Social urls like github, twitter, telegram of the rToken project.Full list of fields with specific schema [here](https://github.com/lc-labs/rtokens/blob/master/index.d.ts)
## Submission Process
1. Fork this repository.
2. Add your logo image in a `svg` format to the `images` folder.
3. Add an entry to the `rtoken-map.json` file with the specified address as the key, and the mandatory/optional fields as the value.Criteria:
- A market cap of **1,000 USD** is required for listing.
- The address should be in checksum format or it will not be accepted.
- The RToken should have governance
- PR should include link to official project website referencing the suggested address.
- PR should include token logo.