RyanHendricks / quasar-truffle-box

:mushroom: Truffle Box for Solidity Smart Contract development built using Quasar-Framework and running on Ethereum

Home Page:https://quasar-truffle-box.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:mushroom: Truffle Box for Solidity Smart Contract development built using Quasar-Framework and running on Ethereum

https://quasar-truffle-box.netlify.com/


Languages

Language:Vue 41.8%Language:JavaScript 38.6%Language:Solidity 15.8%Language:CSS 2.3%Language:HTML 1.5%