Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transmissions11/erc721c
CAPTCHAs for NFTs.
https://github.com/transmissions11/erc721c
Last synced: 2 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T18:33:53.000Z (about 2 years ago)
- Last Synced: 2024-10-31T17:51:50.364Z (2 months 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
```