erc721h
ERC token library
An optimized batch minting ERC721 implementation in Solidity
46 stars
2 watching
4 forks
Language: Solidity
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Reference implementation of the ERC-721 non-fungible token standard | 1,054 |
| An ERC20 token implementation that abstracts away the difference between native ETH and fungible tokens. | 143 |
| An implementation of the ERC721 specification in Vyper. | 41 |
| An extension of ERC721 that adds support for multi-fungible tokens and batch transfers. | 166 |
| A Huff implementation of an elliptic curve library used in cryptocurrency applications | 5 |
| Provisioning examples of non-standard ERC20 token implementations. | 1,442 |
| A language mode for Solidity, used in Ethereum blockchain development | 206 |
| Provides current and historical builds of the Solidity Compiler | 402 |
| Analyzes Solidity code for style and security issues and fixes them. | 927 |
| A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum | 88 |
| Provides cryptographic functions for Ethereum transactions and smart contracts | 884 |
| A memory-preserving logging library for Solidity applications. | 50 |
| A collection of reusable building blocks for Solidity programming, providing basic data structures and mathematical functions. | 65 |
| A series of exercises to learn EVM bytecode with the Huff Language | 379 |
| An implementation of the ERC20 token standard with additional functionality including transferFrom and permit functions. | 28 |