Skip to content

Commit 69804c6

Browse files
Adding Link to Solidity ERC20 Standard Article
Hey! I was trying to utilize the Solidity Methods and Events, however, there wasn't further documentation. I found the attached Alchemy link to be extremely useful as it directly enhanced my understanding of this article and understand the functionality of specific methods and events. The link also linked the methods to some useful deployment data structures in Solidity, allowing me to use the functions more easily.
1 parent 94f9d8e commit 69804c6

File tree

1 file changed

+1
-0
lines changed
  • src/content/developers/docs/standards/tokens/erc-20

1 file changed

+1
-0
lines changed

src/content/developers/docs/standards/tokens/erc-20/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,6 @@ print("Addr Balance:", addr_balance)
151151
## Further reading {#further-reading}
152152

153153
- [EIP-20: ERC-20 Token Standard](https://eips.ethereum.org/EIPS/eip-20)
154+
- [Guide to Solidity ERC20 Tokens](https://www.alchemy.com/overviews/erc20-solidity)
154155
- [OpenZeppelin - Tokens](https://docs.openzeppelin.com/contracts/3.x/tokens#ERC20)
155156
- [OpenZeppelin - ERC-20 Implementation](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol)

0 commit comments

Comments
 (0)