Consensys/ethereum-developer-tools-list

Add contract standards?

Closed this issue · 2 comments

ERC-20: The standard for implementing fungible tokens. Used in ICOs and crowdfunding.

ERC-721: The standard for implementing non-fungible tokens (NFTs) used in DApps such as Cryptokitties.

ERC-165: Detection of standard interfaces.

Could you add this as a PR? Maybe under Other>> Token Contracts

Thanks!