rahul_contracts

Contracts test

Usage no npm install needed!

<script type="module">
  import rahulContracts from 'https://cdn.skypack.dev/rahul_contracts';
</script>

README

CryptoVouch

Smart contracts for CryptoVouch — ownable vouching on the blockchain.

Getting started

Install packages

yarn

Start a local blockchain like Ganache. You can use Ganache CLI or the desktop client.

ganache-cli

Compile and migrate your local smart contracts.

truffle migrate --reset