An IPNFT is an on-chain, digital proof of authorship for an IPFS CID, tailored to existing NFT standards.
In IPNFT, a token ID is also the 32-byte CID multihash digest.
- Run
npm run deploy -- --network <network>
.
LibIPNFT deployed to 0x5CA8bAEc0b929E7667E0c39F6440Dca5f69f72fC
Transaction hash: 0xb2b2923941c306ea85e2ee9ad8d5b6fb0b8cd66f41df5d168dd5b700f32a3485
- Run
npm run build
, thennpm run test
. - Run Hardhat node with
npm run node
. - Deploy contracts with
npm run deploy -- --network localhost
. Copy the contracts' addresses into the application.