Set of Ethereum smart contracts to interact with the first decentralized autonomous artist: BOTTO
cp .env.example .env.local
# modify vars in .env.local if required
nvm install && nvm use
npm install
npx truffle compile --all
npx truffle test
npx truffle migrate