Skip to content

Commit

Permalink
👻 ERC-20 Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Oct 24, 2022
2 parents 000d108 + c98baca commit 0e853e6
Show file tree
Hide file tree
Showing 7 changed files with 1,133 additions and 18 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ State-of-the-art, highly opinionated, hyper-optimised, and secure Vyper smart co
## 📜 Contracts

```ml
tokens
├─ ERC20 — "Modern and Gas-Efficient ERC-20 + EIP-2612 Implementation"
├─ ERC721 — "Modern and Gas-Efficient ERC-721 Implementation"
utils
├─ ECDSA — "Elliptic Curve Digital Signature Algorithm (ECDSA) Functions"
├─ CreateAddress — "`CREATE` EVM Opcode Utility Function for Address Calculation"
Expand Down
Loading

0 comments on commit 0e853e6

Please sign in to comment.