contains all the interactions and event listeners necessary to interact with the metamask or another provider
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ #was: npm run dev
$ NODE_OPTIONS=--openssl-legacy-provider npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the documentation.
- find 2 .svg images of the blockchain logo and drop them into /assets/blockchain/ folders
- add config to constants/metamask.js and update other objects in there
- update constants/index.js
- update mixins/blockchainImage.js
- update Blockchain.vue