All Projects → ethereum-lists → Tokens

ethereum-lists / Tokens

Licence: mit
Ethereum token definitions

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Tokens

Awesome Buggy Erc20 Tokens
A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
Stars: ✭ 251 (+74.31%)
Mutual labels:  ethereum, tokens
Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (+8.33%)
Mutual labels:  ethereum, tokens
Multisigwallet
Ethereum MultiSigWallet
Stars: ✭ 230 (+59.72%)
Mutual labels:  ethereum, tokens
Ethereum Erc721
Non-fungible token implementation for Ethereum-based blockchains.
Stars: ✭ 253 (+75.69%)
Mutual labels:  ethereum, tokens
Pay Protocol
fixing the transition to a cashless world
Stars: ✭ 29 (-79.86%)
Mutual labels:  ethereum, tokens
Coin registry
A global registry of JSON formatted files on 1500+ cryptocurrency tokens. Provides information like chat rooms, communities, explorers, and contact information on each coin. Used by https://blockmodo.com, DEXs, developers, and exchanges.
Stars: ✭ 85 (-40.97%)
Mutual labels:  ethereum, tokens
Eth Scan
An efficient Ether and token balance scanner library
Stars: ✭ 35 (-75.69%)
Mutual labels:  ethereum, tokens
Tokens
Tokens, Tokens, Tokens
Stars: ✭ 101 (-29.86%)
Mutual labels:  ethereum, tokens
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-2.78%)
Mutual labels:  ethereum
Web3j Spring Boot Starter
Spring Boot Starter for web3j
Stars: ✭ 140 (-2.78%)
Mutual labels:  ethereum
Status Network Token
Smart Contracts for the Status Contribution Period, along with Genesis and Network Tokens
Stars: ✭ 138 (-4.17%)
Mutual labels:  ethereum
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-3.47%)
Mutual labels:  ethereum
Bouncer Proxy
👮🏻🛰 Ethereum identity proxy contract that bounces meta transactions of etherless accounts.
Stars: ✭ 142 (-1.39%)
Mutual labels:  ethereum
Eth95
🛠️ A smart contract UI for your Ethereum dapp project
Stars: ✭ 139 (-3.47%)
Mutual labels:  ethereum
Ethjsonrpc
Python JSON-RPC client for the Ethereum blockchain
Stars: ✭ 142 (-1.39%)
Mutual labels:  ethereum
Chainlink
node of the decentralized oracle network, bridging on and off-chain computation
Stars: ✭ 2,680 (+1761.11%)
Mutual labels:  ethereum
Web3.swift
Ethereum Swift API with support for smart contracts, ENS & ERC20
Stars: ✭ 137 (-4.86%)
Mutual labels:  ethereum
Ethereum Studio
Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
Stars: ✭ 144 (+0%)
Mutual labels:  ethereum
Tokens
Java library for conveniently verifying and storing OAuth 2.0 service access tokens
Stars: ✭ 142 (-1.39%)
Mutual labels:  tokens
Js Libs
A collection of JavaScript libraries for Ethereum dapp development.
Stars: ✭ 141 (-2.08%)
Mutual labels:  ethereum

Background

This is a project which emerged from the ashes of MyEtherWallet/ethereum-lists after the split of MyEtherWallet and MyCrypto. For some more context see this blog post.

Tokens

Information related to tokens. ERC-20 compliant or compatible only, please.

Format/filename:

The tokens are described in individual, JSON-formatted files. The filename for each token file should be the ERC-55-formatted Ethereum (or other chain) address of the token contract, with a .json extension.

This web tool should help getting the checksum: https://ethsum.netlify.com

Fields:

Mandatory

  • symbol: Short ticker style symbol of token.
  • name: Longer human version of token.
  • address: Ethereum (or other chain) address of ERC-20 token, in ERC-55 mixed-case format.
  • decimals: The decimals of the token. As Number and not String.

Optional

  • logo: An optional logo of your token. Must be a square (recommended: 128x128) PNG w/ transparent background. Please compress using https://tinypng.com/
  • support: A support email, support URL, or other way people can get assistance regarding the token.
  • github: Where token or project-related code lives.
  • community: Twitter, Reddit, Slack or wherever else people hang out.
  • website: Official URL of the website.
  • address_eip1191: Ethereum (or other chain) address of ERC-20 token, in EIP-1191 mixed-case format.
  • redFlags: An array containing evidence on why the contract should be treated with caution. Example: [{"type": "suspicious","comment": "fake scam token","url": "https://some.evidence"}]

The assembled lists

This repository has the tokens as single files. This makes it easier for contributors to add new tokens, for reviewers to get a good view on the change and also makes it easier to merge in tokens from other sources. Projects will most likely want to use the assembled lists. The CI server is already building them - so you can just go to the commit-list and click on the green checkmark behind the last commit. There you see kontinuum/run - and the details link there brings to the assembled files on IPFS.

Usages

Maintainers

A last note

This list is maintained by volunteers in the community & people like you around the internet. It may not always be up to date, and it may occasionally get it wrong. If you find an error or omission, please open an issue or make a PR with any corrections.

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].