Ethereum dApp starter project
- Code linting with Solium & Eslint
- Web3 managed via Vuex store
- Dynamic generation of contract function interfaces
This project is meant to showcase some of the methods for abstracting the interaction between the user and EVM through a modular and mobile-friendly UI. It is also a work in progress to an extent and probably has bugs.
npm install -g quasar-cli@latest vue-cli@latest
npm install
quasar dev
Project can be built as an SPA, PWA, SSR-enabled, or electron app. Quasar Docs
quasar build
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request