Skip to content

Internal API for NEM Meteor Wallet mobile apps. Allows apps to utilize Javascript for NEM API calls but native iOS and Android code for the UI

Notifications You must be signed in to change notification settings

blockstart/nem-meteor-wallet-api

Repository files navigation

NEM Meteor Wallet API

This API can be used in both web and mobile projects. It was built to be used with the NEM Meteor Wallets.

Getting Started

  1. Clone this repo
  2. Install and use Node 10x+
  3. Run npm install
  4. Run npm run dev to start a dev server

For production run: npm run build and use output files in your app or server.

If you get UWS errors do this:

rm node_modules/engine.io/lib/server.js cp config/server.js node_modules/engine.io/lib/server.js

npm run start

About

Internal API for NEM Meteor Wallet mobile apps. Allows apps to utilize Javascript for NEM API calls but native iOS and Android code for the UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published