ipnft 0.4.0-rc1
Install from the command line:
Learn more about npm packages
$ npm install @nxsf/ipnft@0.4.0-rc1
Install via package.json:
"@nxsf/ipnft": "0.4.0-rc1"
About this version
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>.
- 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.