/bastet-poc-demo-app

Primary LanguageJavaScriptMIT LicenseMIT

Demo App for Bastet

see https://github.com/verdverm/bastet

Setup

Clone this repo and make sure ganache is running.

# install deps
yarn

# for the contracts
yarn compile
yarn migrate

# run dapp in dev mode
yarn dev