Skip to content

blockdevsasia/quasar-firebase-ethers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo with boilerplate for Quasar PWA/Mobile app with QR rw, Ethereum, Firestore

I needed all of the above for a pet project, so decided to get them all working together already and share with the community. Just rip out what you don't want :-) Pretty bleeding edge and experimental, so just use this as a way to explore.

Monorepo contains:

To start with Firebase:

  • Set up your account at https://console.firebase.google.com/
  • Copy the file /quasar-client/src/boot/firebase.config.js.template to firebase.config.js in the same folder and paste the firebase config from the registration (Api keys etc)
  • Create a database that is ReadWrite for all (be careful!)
  • Create a collection "userdata" in the DB

To start with Ethereum:

  • Install Truffle and Ganache-cli globally
  • Run scripts from /solidity folder, see package.json for details

And to actually run it:

  • In the quasar-client folder (android or just web browser):
    • quasar dev -m cordova -T android
    • quasar dev

About

Example project that combines a few cool technologies so you can get started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published