Matthew Fettig

Results 17 comments of Matthew Fettig

You can fork the blobvault, the only implication is you will be using your own namespace instead of ripple names - ripple federation has done this: https://client.ripplefederation.org/#/register though not ideal,...

The best you can do at the moment, since the user does not care about the ripple trade account, is use an email address that you provide yourself, and manually...

I'd imagine you can do this, but I'm not sure exactly how to go about it.

I do not recommend trying to set up your own data API, you need to be running hbase + an ingestion service that runs on storm in order to populate...

You can query that data directly from your validators though. The data API gives the same info, though it is more REST-like than rippled's apis. Is that what you are...

are you looking to use the orderbook in node or browser? navigate to the orderbook directory then run `npm install` - it should compile to the `dist/npm` directory. For browser,...

The transaction metadata gets filtered according to the orderbook's key pair by `OrderBookUtils.getAffectedNodes` here: https://github.com/ripple/ripple-lib-extensions/blob/master/orderbook/src/orderbook.js#L505 If you can find a specific transaction + that is being included in the `trade`...