Splice is a infra level project that supports low-cost smart contract deployment and asyncrounous smart contract execution
This repo contains all the contracts used in Splice. It is divided in independent projects where each of them contains its smart contracts, test environment and unique config files.
Project name | Description | Solidity version(s) |
---|---|---|
NFT Rebate Stake | compatibilty test only performed with ERC721 | 0.8.16 |
Generic ERC1155 | gemeric erc1155 contract example | 0.8.17 |
Truth Seeker NFT | Inefficent ERC721 with with epensive airdrop | 0.8.14 |
10k Whitelists | purely smart contract method for 10k whitelists | 0.8.17 |
Approve Tax | impose a tax on any set approval of tokens | 0.8.17 |
Low Level Gen | generation protocol utilizing proxy logic | 0.8.17 |
1 - Create a new folder inside projects
2 - Run yarn init
Commands inside the root package.json
starting with lerna
will run the corresponding command in each subproject.
Charles Taylor (FudgyDRS)
Maia Divine (Maiazana)