Skip to content

cch01/IKP-Ethereum

Repository files navigation

Simplified IKP platform on Ethereum

A demo for IKP system concept proofing, inspired by Matsumoto & Raphael: IKP: Turning a PKI Around with Decentralized Automated Incentives

1. install dependency pkgs and truffle globally

yarn install
yarn install -g truffle

2. Change truffle-config.js if needed

Only needed to change if you are going to deploy the contract to testnet

3. Kick start any local blockchain services

Ganache will be a useful local blockchain development tool.

4. Deploy smart contracts on your local/testnet blockchain

[npx] truffle deploy --network [profile-name in truffle-config.js]

or

yarn deploy-contracts

5. Start up the webapp

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published