https://github.com/transmissions11/erc721c
CAPTCHAs for NFTs.
https://github.com/transmissions11/erc721c
Last synced: 8 months ago
JSON representation
CAPTCHAs for NFTs.
- Host: GitHub
- URL: https://github.com/transmissions11/erc721c
- Owner: transmissions11
- License: mit
- Created: 2022-11-07T02:11:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T18:33:53.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:09:35.724Z (about 1 year ago)
- Language: Solidity
- Homepage:
- Size: 20.5 KB
- Stars: 69
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERC721C
CAPTCHAs for NFTs.
## Contributing
You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.
### Setup
```sh
git clone https://github.com/transmissions11/ERC721C.git
cd ERC721C
forge install
```
### Run Tests
```sh
forge test
```
### Update Gas Snapshots
```sh
forge snapshot
```