Skip to content

blockstart/nem-meteor-wallet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors