masaun / proof-of-SDGs-audit-with-NFT

This is a smart contract allow organizations to show a proof of SDGs audit in the form of NFT ( on-chain ) that is associated with SAI reports .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of SDGs Audit (with NFT)🌍🌿

【Overview】



【Workflow】

  • At the moment, this smart contract mainly works from the workflow ③〜④ below. Diagram_Proof-of-SDGs-Audit-with NFT

【Installation】

  • ① Install modules
npm install

  • ② Compile smart contracts
npm run compile

【Test】

  • Run all of tests. (NOTE: At the moment, only ./test/SAIReportRegistry.test.ts is executed)
npm run test

( npx hardhat test --network hardhat )


【Demo】

About

This is a smart contract allow organizations to show a proof of SDGs audit in the form of NFT ( on-chain ) that is associated with SAI reports .

License:MIT License


Languages

Language:JavaScript 44.2%Language:TypeScript 41.3%Language:Solidity 13.6%Language:Shell 0.9%