0.0.2 • Published 5 years ago

path-protocol-artifacts v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Path protocol smart contracts abi/artifacts

  • "Certificates.json"
  • "Escrow.json"
  • "Issuers.json"
  • "PathToken.json"
  • "PublicKeys.json"

They can be consumed and used by the client apps in two ways: 1. For unit testing, you can instantiate and deploy the contracts locally, using truflle resolver 2. For connecting to deployed smart contracts in the client app, you can use the abi extracted from the artifacts together with truffle-contract

More to be added...