erc721h

ERC token library

An optimized batch minting ERC721 implementation in Solidity

GitHub

46 stars
2 watching
4 forks
Language: Solidity
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nibbstack/erc721 Reference implementation of the ERC-721 non-fungible token standard 1,054
philogy/meth-weth An ERC20 token implementation that abstracts away the difference between native ETH and fungible tokens. 140
maurelian/erc721-vyper An implementation of the ERC721 specification in Vyper. 41
loomnetwork/erc721x An extension of ERC721 that adds support for multi-fungible tokens and batch transfers. 165
jesserc/secp256k1-huff A Huff implementation of an elliptic curve library used in cryptocurrency applications 5
d-xo/weird-erc20 Provisioning examples of non-standard ERC20 token implementations. 1,416
ethereum/emacs-solidity A language mode for Solidity, used in Ethereum blockchain development 206
ethereum/solc-bin Provides current and historical builds of the Solidity Compiler 401
duaraghav8/ethlint Analyzes Solidity code for style and security issues and fixes them. 927
cryptofinlabs/cryptofin-solidity A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum 88
pubkey/eth-crypto Provides cryptographic functions for Ethereum transactions and smart contracts 878
philogy/safeconsole A memory-preserving logging library for Solidity applications. 50
alianse777/solidity-standard-library A collection of reusable building blocks for Solidity programming, providing basic data structures and mathematical functions. 65
rareskills/huff-puzzles A series of exercises to learn EVM bytecode with the Huff Language 378
devtooligan/huffhuffpass An implementation of the ERC20 token standard with additional functionality including transferFrom and permit functions. 28