https://github.com/zh/free-nft
Contract and React frontend for minting free NFTs.
https://github.com/zh/free-nft
Last synced: about 1 year ago
JSON representation
Contract and React frontend for minting free NFTs.
- Host: GitHub
- URL: https://github.com/zh/free-nft
- Owner: zh
- License: mit
- Created: 2022-02-25T11:08:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T15:40:07.000Z (over 4 years ago)
- Last Synced: 2025-02-17T11:44:36.682Z (over 1 year ago)
- Language: Solidity
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WaifuGen Backend (Hardhat)
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
```shell
npx hardhat compile
npx hardhat clean
npx hardhat node
npx hardhat run scripts/run.js
npx hardhat run scripts/deploy.js --network mumbai
npx hardhat help
```
# WaifuGen Frontend (React)
To get started with this project, clone this repo and follow these commands:
1. Run `npm install` at the root of your directory
2. Run `npm run start` to start the project
3. Start coding!