Skip to content

DAC Member Client used to access and view information about the DAC

Notifications You must be signed in to change notification settings

str/eosdac-client

 
 

Repository files navigation

eosDAC Member Client (eosdac-client)

Member client for eosDAC upgraded to quasar 1.x

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.

About

DAC Member Client used to access and view information about the DAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 34.5%
  • CSS 28.0%
  • JavaScript 20.6%
  • HTML 16.8%
  • PHP 0.1%