ERC721 and ERC20 Token Standards in pure Yul

These are implementations of the eip-20 and eip-721 specifications in pure Yul.

Running tests

Make sure you have foundry and the solidity compiler installed

Run tests:

forge test -vv

Author

wvleak

Add me on twitter!

wvleak

Disclaimer

The contracts should only be used for learning purposes. The safety and security of them cannot be guaranteed.