Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/n3m0n8/react-solidity-nftmintingsite

An NFT contract written in sol with React frontend and various eth-related components- Following a tutorial by Ed Roh.
https://github.com/n3m0n8/react-solidity-nftmintingsite

chakra-ui etherscan-api ethersjs hardhat infura-api metamask nft-contract react react-components solidity

Last synced: 19 days ago
JSON representation

An NFT contract written in sol with React frontend and various eth-related components- Following a tutorial by Ed Roh.

Awesome Lists containing this project

README

        

# Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```