tulo Posted April 26, 2017 Share Posted April 26, 2017 1 minute ago, Duke67 said: @tulo, just run "npm init" before "npm install..." and that will generate the JSON for you. Really...how does it know the dependencies? Link to comment Share on other sites More sharing options...
Duke67 Posted April 26, 2017 Share Posted April 26, 2017 I am not an expert here, but it probably just scans source files for lines like this: var kp = require('ripple-keypairs'); Link to comment Share on other sites More sharing options...
Professor Hantzen Posted April 26, 2017 Author Share Posted April 26, 2017 Apologies, you need specifically to install version 0.8.0 of ripple-keypairs, so: npm install ripple-keypairs@0.8.0 Should fix the problem. (I've updated github accordingly.) It appears between v0.8.0 and v0.10.0 Ripple has completely broken the API. I probably should know to expect this by now... ;D Duke67 and Kakoyla 2 Link to comment Share on other sites More sharing options...
tulo Posted April 26, 2017 Share Posted April 26, 2017 Just now, Professor Hantzen said: It appears between v0.8.0 and v0.10.0 Ripple has completely broken the API. I probably should know to expect this by now... ;D Welcome to the jungle Professor Hantzen 1 Link to comment Share on other sites More sharing options...
Professor Hantzen Posted April 26, 2017 Author Share Posted April 26, 2017 Just now, tulo said: Welcome to the jungle Oh God I've been in here since 2013. I've ended up somewhat averse to Ripple-authored libraries and roll my own stuff as much as I can. It's too difficult to keep up with their way of tearing everything to pieces over and again. rippled and it's interface is fantastic though. At least its been consistent when it comes to the basics. Link to comment Share on other sites More sharing options...
Duke67 Posted April 26, 2017 Share Posted April 26, 2017 1 hour ago, Professor Hantzen said: Apologies, you need specifically to install version 0.8.0 of ripple-keypairs, so: npm install ripple-keypairs@0.8.0 Should fix the problem. (I've updated github accordingly.) It appears between v0.8.0 and v0.10.0 Ripple has completely broken the API. I probably should know to expect this by now... ;D This works! Thank you! pucksterpete and Professor Hantzen 2 Link to comment Share on other sites More sharing options...
pucksterpete Posted December 23, 2017 Share Posted December 23, 2017 @Professor Hantzen hey bud how would go about trying to find results with what your searching for be at beginning of a ripple address? ex. rpeteBLkdrnAdNAGfktrsUTBeF6FqUdoGC Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now