byterocket / auditSign

Smart Contracts that allow the signing of IPFS hashes used to sign our audit reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auditSign 📝

The auditSign contracts are storing the signatures of audit reports, developed by byterocket.dev. The IPFS hash is stored on-chain and signed by both parties, the auditors (us) and the client. This way, third parties and users may verify for themselves, that an audit report is legitimate.

Deployed Instances

We will deploy these contracts onto the Ethereum Mainnet as well as to the xDai chain and MATIC. If any of our clients wish to have these contracts on different networks, please let us know.

How to use

  • Clone the repository
  • npm install to get the depenedencies ready
  • truffle compile

About

Smart Contracts that allow the signing of IPFS hashes used to sign our audit reports.

License:MIT License


Languages

Language:Solidity 87.8%Language:JavaScript 12.2%