# AIBC Contracts

Smart contracts for CryptoVouch — ownable vouching on the blockchain.

### Getting started

Install packages

```
npm install
```

Start a local blockchain like [Ganache](https://github.com/trufflesuite/ganache). You can use [Ganache CLI](https://github.com/trufflesuite/ganache-cli) or the [desktop client](http://truffleframework.com/ganache/).

```
ganache-cli
```

Compile and migrate your local smart contracts.

```
truffle migrate --reset
```
