Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamescg/erc721c
https://github.com/kamescg/erc721c
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamescg/erc721c
- Owner: kamescg
- Created: 2022-09-16T00:27:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T11:02:02.000Z (about 2 years ago)
- Last Synced: 2023-03-05T09:35:46.358Z (almost 2 years ago)
- Language: Solidity
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counterfactual ERC721K Example
![Test](https://github.com/turbo-eth/template-hardhat-sol/actions/workflows/test.yml/badge.svg)
![Coverage](https://github.com/turbo-eth/template-hardhat-sol/actions/workflows/coverage.yml/badge.svg)
![TS](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](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`