Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chase-allen-tech/nft-protocol
Simple NFT deployment protocol for ERC721
https://github.com/chase-allen-tech/nft-protocol
javascript nft protocol smart-contracts solidity
Last synced: about 1 month ago
JSON representation
Simple NFT deployment protocol for ERC721
- Host: GitHub
- URL: https://github.com/chase-allen-tech/nft-protocol
- Owner: chase-allen-tech
- Created: 2022-03-01T06:33:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T09:00:15.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T04:40:19.396Z (3 months ago)
- Topics: javascript, nft, protocol, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://ethereum.org/en/developers/tutorials/how-to-mint-an-nft/
Part 1
npm init
npm install --save-dev hardhat
npm install dotenv --save
npm install --save-dev @nomiclabs/hardhat-ethers ethers@^5.0.0
npm install @alch/alchemy-web3npx hardhat
npx hardhat compile
npx hardhat --network rinkeby run scripts/deploy.jsnode scripts/mint-nft.js
npx hardhat verify --network rinkeby 0x7bAA8E61874E3A136694e57fD5fC9bE823B39E56