connext-playground

Project setup

npm install

Local Development

  • 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>

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.