Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.28 KB

Quasar Truffle Box

Ethereum dApp starter project

Demo

Coinswaps.xyz

Built With

screenshot1

Features

  • 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.

Getting Started

npm install -g quasar-cli@latest vue-cli@latest
npm install
quasar dev

Building

Project can be built as an SPA, PWA, SSR-enabled, or electron app. Quasar Docs

quasar build

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request