aibc
Version:
AIBC contract to mint NFTs
24 lines (15 loc) • 470 B
Markdown
# 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
```