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

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.

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!