A blockchain client prototype for Horizon internet technologies.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
To have the lisk images integration, pease clone this repo : https://github.com/tobiaslins/lisk-avatar and run it on port 8080
This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.