eosdac / eosdac-client

DAC Member Client used to access and view information about the DAC
2 stars 5 forks source link

eosDAC Member Client (eosdac-client)

Member client for eosDAC upgraded to quasar 1.x.

We had problems when npm was mixed with yarn before so it is safest to only use yarn. If you ever install using npm, delete node_modules and package-lock.json.

Install the dependencies

yarn install

Personalization

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

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.