PrepaidTrust is a blockchain-based one-stop decentralised prepaid card platform to facilitate the issuance, purchase, transferring and consumption of prepaid cards.
- Clone the repository
git clone https://github.com/songyuew/PrepaidTrust/tree/Keff-4 - Install dependencies using the node package manager of your choice. For example run
npm install - Files are bundled by Laravel Mix to the dist folder.
- Either run
npm run hotand openhttp://localhost:8080to see a hot-reloading copy of the generated files - Or run
npm run watch(rebuilds on file changes) ornpm run productionand openindex.htmlin from the dist folder.
- Either run

