npm install
- Create a file called
.env.local
in the root of the project, add two properties:
VUE_APP_SENDER_KEY=<mnemonic of Client A - the sender>
VUE_APP_RECEIVER_KEY=<mnemonic of Client B - the reciver>
npm run serve
npm run build
npm run test
npm run lint