Pinned Repositories
solidity-benchmarks
Benchmarks of popular contract implementations in solidity
coal-storage
An upgradable static database reference implementation utilizing EIP-2535 Diamonds and Diamond Storage.
impure-diamond
A reference implementation of an impure diamond: an EIP-2535 diamond with upgradable functions defined directly in the contract.
mutytes
The Mutytes contract is a unique ERC721 implementation that optimizes gas and supports upgrades. Every module contains both its immutable and upgradable implementations, so contract writers can pick exactly where and how to provide upgradability (if any).
optimint
Optimint is a gas-optimized ERC721 reference implementation that's based on OpenZeppelin Contracts, and requires only 1 SSTORE operation per batch-mint.
solidity-benchmarks
Benchmarks of popular contract implementations in solidity
TokenInventories
nftyte's Repositories
nftyte/optimint
Optimint is a gas-optimized ERC721 reference implementation that's based on OpenZeppelin Contracts, and requires only 1 SSTORE operation per batch-mint.
nftyte/coal-storage
An upgradable static database reference implementation utilizing EIP-2535 Diamonds and Diamond Storage.
nftyte/impure-diamond
A reference implementation of an impure diamond: an EIP-2535 diamond with upgradable functions defined directly in the contract.
nftyte/mutytes
The Mutytes contract is a unique ERC721 implementation that optimizes gas and supports upgrades. Every module contains both its immutable and upgradable implementations, so contract writers can pick exactly where and how to provide upgradability (if any).
nftyte/solidity-benchmarks
Benchmarks of popular contract implementations in solidity
nftyte/TokenInventories