Member client for eosDAC upgraded to quasar 1.x
yarn install
All dac-clients use the same base to interact with the blockchain, but you need
to customize the details for the specific DAC instance. We have created a
boilerplate
for it, which you can clone and customize. They have to go in the
src/extensions
folder.
git clone https://github.com/eosdac/boilerplate-client-extension src/extensions
quasar dev
yarn run lint
quasar build