Jump to content

How to build your own Ripple wallet


karlos

Recommended Posts

  • 2 months later...
  • 4 weeks later...

Trying to play around with the instructions in the first post.  If you were to set this up on a linux server, what steps do you need to take to view the console from online after running gulp packages? So far, I can only view it if I run gulp and access from port 3000, but the config.js and other files aren't accessible by url

Edited by pftq
Link to comment
Share on other sites

7 minutes ago, pftq said:

Trying to play around with the instructions in the first post.  If you were to set this up on a linux server, what steps do you need to take to view the console from online after running gulp packages? So far, I can only view it if I run gulp and access from port 3000, but the config.js and other files aren't accessible by url

Try running gulp, without packages.

Link to comment
Share on other sites

Edit: So it looks like config.js is actually being pulled.  I used Chrome's inspect function and found this error:

Uncaught ReferenceError: require is not defined

vendor.js:27086

 

Also is there a way to have the page served without leaving gulp running in the terminal?

Edited by pftq
Link to comment
Share on other sites

  • 8 months later...
On 2015-11-09 at 7:52 PM, karlos said:

Thanks to xrpchatrocks, here is a quick guide for OSX/linux users to build the Ripple Admin Console*.

The Ripple Admin Console gives you almost all the functionality of RippleTrade. So if you didn't get a chance to register an account on the RippleTrade site, never fear! You can now access the network with your very own wallet.

You will need the following installed on your system beforehand:

  • node.js (make sure its version 0.12 available here, v4 doesn't work!)
  • gulp packages (help here)

Commands to type in the terminal:

  1. git clone https://github.com/rippex/ripple-client-desktop
  2. cd ripple-client-desktop
  3. npm install
  4. cp config_example.js config.js
  5. npm install nw
  6. gulp packages

You will then find the executable files in the folder: ripple-client-desktop/packages/RippleAdminConsole1.3.2/

These instructions are for linux/osx, if you are using Windows then these instructions won't help you.

 

*previously called the Ripple Desktop Client.

 

 

Is this method of connecting to the ripple network, on a Mac, still valid?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...