Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/n3m0n8/react-solidity-nftmintingsite
- Owner: n3m0n8
- Created: 2023-01-16T20:43:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T21:32:39.000Z (almost 2 years ago)
- Last Synced: 2023-09-12T01:41:41.769Z (over 1 year ago)
- Topics: chakra-ui, etherscan-api, ethersjs, hardhat, infura-api, metamask, nft-contract, react, react-components, solidity
- Homepage:
- Size: 79.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```