6.0.0 • Published 3 years ago

aibc v6.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

AIBC Contracts

Smart contracts for CryptoVouch — ownable vouching on the blockchain.

Getting started

Install packages

npm install

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