Project web to transfer coins(BTC, ETH, LTC) and receive the tokens in LNS.
Create a JS bundle with Webpack::
$ npm run build
Start the Webpack development server on 'localhost:3002'::
$ npm run start
Run tests::
$ npm run test
Linting::
$ npm run lint