https://github.com/kamescg/erc721c
https://github.com/kamescg/erc721c
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamescg/erc721c
- Owner: kamescg
- Created: 2022-09-16T00:27:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T11:02:02.000Z (over 2 years ago)
- Last Synced: 2025-02-08T09:28:24.461Z (5 months ago)
- Language: Solidity
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counterfactual ERC721K Example



[](http://perso.crans.org/besson/LICENSE.html)# WARNING
This repo is just for demonstration purposes. It's not intended for production usage.
If you have questions ping me on twitter.com/KamesGeraghty or create an issue on this demo repo.
# Installation
Install the repo and dependencies by running:
`yarn`
## Deployment
These contracts can be deployed to a network by running:
`yarn deploy `
## Verification
These contracts can be verified on Etherscan, or an Etherscan clone, for example (Polygonscan) by running:
`yarn etherscan-verify `
# Testing
Run the unit tests locally with:
`yarn test`
## Coverage
Generate the test coverage report with:
`yarn coverage`