This is simple hardhat project for on chain nft (ERC-721) smart contract.
0xd205779A6C4D4Bd0Abf93F290c692AD4AaaCcEe2
- Install dependencies
npm install
-
Add Alchemy API key and private key in .env file
-
Test smart contract
npx hardhat test
- Deploy smart contract on goerli testnet
npx hardhat run scripts/deploy.ts --network goerli
These contracts were created for learning purposes.
Before using any of the following code for production, kindly review it on your own.
I won't be held responsible in any way for how the code is used.
To the best of the developers' ability, the code has been tested to ensure that it performs as intended.
Thanks to Brechtpd for Base64.sol contract