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
- Host: GitHub
- URL: https://github.com/ctrlc03/random-solidity-contracts
- Owner: ctrlc03
- Created: 2022-11-26T13:59:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T23:40:25.000Z (over 3 years ago)
- Last Synced: 2025-01-29T14:32:43.520Z (over 1 year ago)
- Language: Solidity
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |