All Projects β†’ forkdelta β†’ Tokenbase

forkdelta / Tokenbase

Licence: other
A repository of ERC20 token information. Tokens listed are tradeable on https://forkdelta.github.io. We welcome contributions! πŸŽ‰

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tokenbase

Ethereum Etl Airflow
Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. What datasets do you want to be added to Ethereum ETL? Vote here: https://blockchain-etl.convas.io.
Stars: ✭ 89 (-41.45%)
Mutual labels:  ethereum, erc20
Set Protocol Contracts
πŸŽ› Set Protocol Smart Contracts
Stars: ✭ 151 (-0.66%)
Mutual labels:  ethereum, erc20
0x Monorepo
0x protocol monorepo - includes our smart contracts and many developer tools
Stars: ✭ 1,328 (+773.68%)
Mutual labels:  ethereum, erc20
Hdwallet
Simple Swift library for creating HD cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.
Stars: ✭ 80 (-47.37%)
Mutual labels:  ethereum, erc20
Hashed Timelock Contract Ethereum
Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum
Stars: ✭ 128 (-15.79%)
Mutual labels:  ethereum, erc20
Protocol
Hydro Protocol decentralized exchange smart contracts
Stars: ✭ 83 (-45.39%)
Mutual labels:  ethereum, erc20
Ds Token
A simple and sufficient ERC20 implementation
Stars: ✭ 103 (-32.24%)
Mutual labels:  ethereum, erc20
Tokensale
Tokensale Best Practices for Founders
Stars: ✭ 50 (-67.11%)
Mutual labels:  ethereum, erc20
Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (-15.79%)
Mutual labels:  ethereum, erc20
Awesome Crowdsales
A curated list of ICO repositories that produced ERC20/ERC223 tokens
Stars: ✭ 113 (-25.66%)
Mutual labels:  ethereum, erc20
Uniflash
A simple and decentralized protocol for flash loan. https://t.me/Uniflash
Stars: ✭ 64 (-57.89%)
Mutual labels:  ethereum, erc20
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-10.53%)
Mutual labels:  ethereum, erc20
Revoke.cash
❌ Revoke or change your ERC20 token allowances
Stars: ✭ 60 (-60.53%)
Mutual labels:  ethereum, erc20
Eltwallet
Non-custodial decentralized mobile wallet
Stars: ✭ 88 (-42.11%)
Mutual labels:  ethereum, erc20
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-63.82%)
Mutual labels:  ethereum, erc20
Tokens
Tokens, Tokens, Tokens
Stars: ✭ 101 (-33.55%)
Mutual labels:  ethereum, erc20
Maker Otc
Simple on-chain market for ERC20 tokens
Stars: ✭ 37 (-75.66%)
Mutual labels:  ethereum, erc20
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-75%)
Mutual labels:  ethereum, erc20
Eden Smart Contracts
EDEN - EDN Smart Token & Smart Contracts
Stars: ✭ 109 (-28.29%)
Mutual labels:  ethereum, erc20
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-12.5%)
Mutual labels:  ethereum, erc20

ForkDelta logo ForkDelta Tokenbase

Build Status contributions welcome

ForkDelta is a decentralized exchange with over 700 tradable ERC20-compliant tokens. Tokenbase is our ERC20 token knowledgebase.

Format

Token information is stored in YAML format, one token per file, in tokens/0xTOKENADDRESS.yaml.

Common YAML

  • # Comment is a YAML comment. The hash # must be preceded by a space.
  • key: value is a key-value pair.
  • - item is a list entry. It is possible to have a list entry of a non-scalar type, e.g.: - key: value is a list entry containing a key-value pair.

Required

A token listing file must include the following information:

---  # Mandatory "start of the document" marker
addr: '0x…'  # token contract address, in single quotes
decimals: 18 # Token decimals
name: Human Readable Token Name  # Required
symbol: TOKEN  # Required: Token symbol

Description

Description of the token can be included:

---
addr: '0x5b0751713b2527d7f002c0c4e2a37e1219610a6b'
decimals: 18
description: The World’s first DAPP to bet on the price of Cryptocurrencies
name: Horse
symbol: HORSE

If you need more than one line of description, use the folded scalar notation:

---
addr: '0x5b0751713b2527d7f002c0c4e2a37e1219610a6b'
decimals: 18
description: >-
  The World’s first DAPP to bet on the price of Cryptocurrencies
  
  Ethorse is an Ethereum Smart Contract based DApp for betting on the price of
  Cryptocurrencies and win from everyone who bets against you.
name: Horse
symbol: HORSE

Note that folded scalar notation requires two new lines for a paragraph break (like Reddit format).

Description may contain HTML.

Links

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
  • Email
  • Facebook
  • Github
  • Reddit
  • Slack
  • Telegram
  • Twitter
  • WeChat
  • Website
  • Whitepaper
  • YouTube

Example:

---
addr: '0x5b0751713b2527d7f002c0c4e2a37e1219610a6b'
decimals: 18
links:
- Email: mailto:[email protected]
- Telegram: https://telegram.me/ethorse
- Twitter: https://twitter.com/EthorseTeam
- Website: https://ethorse.com/
- Whitepaper: https://ethorse.com/Whitepaper.pdf
name: Horse
symbol: HORSE

Notice

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: '0x44f12955189e3f01be5daf1dd9002ee4d774f42b'
decimals: 18
name: AfterSchool Token
notice: >-
  On October 12, Afterschool voluntarily suspended its ongoing crowdsale and will be returning all pledged ETH
  to the contributors.
  <a href="https://medium.com/afterschool/afterschool-ico-announcement-4c36b5ee45da">Read the announcement.</a>
symbol: AST

Notice may cointain HTML.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].