An open API service indexing awesome lists of open source software.

https://github.com/ctrlc03/random-solidity-contracts

Repo with some random solidity contracts
https://github.com/ctrlc03/random-solidity-contracts

Last synced: about 1 year ago
JSON representation

Repo with some random solidity contracts

Awesome Lists containing this project

README

          

# Random Solidity smart contracts

Experimenting with Solidity and trying to learn how to use foundry.

## Contracts

| Contract | Description | Filename
| - | - | - |
| EscrowNFTSale | Allows to buy and sell NFTs | escrow.sol
| MasterChef | An updated version of MasterChef | masterchef.sol
| EnglishAuction | An interpretation of a contract that allows to create English auctions for ERC721 assets | englishAuction.sol
| CrowdFund | A CrowdFund contract with its own factory and NFT rewards for donors | crowdFund.sol |