A demo for IKP system concept proofing, inspired by Matsumoto & Raphael: IKP: Turning a PKI Around with Decentralized Automated Incentives
yarn install
yarn install -g truffle
Only needed to change if you are going to deploy the contract to testnet
Ganache will be a useful local blockchain development tool.
[npx] truffle deploy --network [profile-name in truffle-config.js]
or
yarn deploy-contracts
yarn start