This API can be used in both web and mobile projects. It was built to be used with the NEM Meteor Wallets.
- Clone this repo
- Install and use Node 10x+
- Run
npm install
- Run
npm run dev
to start a dev server
For production run: npm run build
and use output files in your app or server.
rm node_modules/engine.io/lib/server.js cp config/server.js node_modules/engine.io/lib/server.js
npm run start