Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/transmissions11/erc721c

CAPTCHAs for NFTs.
https://github.com/transmissions11/erc721c

Last synced: 2 months ago
JSON representation

CAPTCHAs for NFTs.

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
```