diff --git a/README.md b/README.md index 4a8d32ee..59897b30 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We recommend using the thoroughly vetted OpenZeppelin token implementations. This repo contains Solidity smart contract code for simple, standards-compliant tokens on Ethereum. Adhering to standards allows other contract developers to easily incorporate your token into their applications. -The repo currently implements [EIP20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md) tokens, and more may be added in the future. +The repo currently implements [EIPS](https://github.com/ethereum/EIPs/blob/master/EIPS) tokens. ## Guiding Principles While other projects provide custom and feature-complete token implementations, the contracts found in this repository attempt to suit a slightly different purpose: to serve as the baseline reference implementations of token standards and to capture their essence. We strive to eschew bells and whistles and instead provide minimalist implementations that maximize learning and provide sturdy foundations. Contracts shall be thoroughly documented, detailing the implementation's rationale and evolution as it has been used across production-grade projects.