Popular Post pftq Posted September 21, 2016 Popular Post Share Posted September 21, 2016 I took a few nights to go ahead and build a site with most of Ripple's functionality. It's essentially a 1-page cold-wallet version of RippleTrade. Everything is client-side and nothing stored or processed by any servers other than the Ripple network. https://www.theworldexchange.net/ Hopefully this spurs more interest in people using Ripple as more than just a currency. Sapitoka, rootvegetable, tomb and 33 others 36 Link to comment Share on other sites More sharing options...
Guest Posted September 21, 2016 Share Posted September 21, 2016 33 minutes ago, pftq said: I took a few nights to go ahead and build a site with most of Ripple's functionality. It's essentially a 1-page cold-wallet version of RippleTrade. Everything is client-side and nothing stored or processed by any servers other than the Ripple network. https://www.theworldexchange.net/ Hopefully this spurs more interest in people using Ripple as more than just a currency. This is awesome, @pftq. I'm going to move this to its own thread and pin & feature it. Link to comment Share on other sites More sharing options...
Duke67 Posted September 21, 2016 Share Posted September 21, 2016 @pftq very much appreciated and great job done. I've just posted it on reddit. Please consider making the account creation window a bit larger/wider, so then the address+secret can be seen in whole. Cheers! Link to comment Share on other sites More sharing options...
cmbartley Posted September 21, 2016 Share Posted September 21, 2016 Great start: Some documentation would be helpful, brief explanation about the secret key generation etc How do you log out? I created an account but can't seem to log out of the exchange I might consider pointing people to xrpchat.com to request that their account be funded Link to comment Share on other sites More sharing options...
Guest Posted September 21, 2016 Share Posted September 21, 2016 56 minutes ago, pftq said: I took a few nights to go ahead and build a site with most of Ripple's functionality. It's essentially a 1-page cold-wallet version of RippleTrade. Everything is client-side and nothing stored or processed by any servers other than the Ripple network. Hi, are you this guy? I like the way you think. What is your relation with Ripple? Link to comment Share on other sites More sharing options...
pftq Posted September 21, 2016 Author Share Posted September 21, 2016 (edited) Thanks, these are all good suggestions. I've widened the login fields and added a logout button. Originally just logging in with nothing would have logged you out, but I realize that's not obvious lol I've pointed the Min XRP links to the documentation (upper left link) instead which mentions XRPChat and Ripple Forums. I'm inclined not to mention how key generation works - they can always click on all the links to Ripple to read on that. I want to keep the site as high level as possible rather than just cater towards people who know crypto already. @lucky: no that's not me lol, just someone who got super enthusiastic about Ripple after reading my stuff. I have no relation to Ripple Labs, just some guy who's been around since the beginning. Edited August 19, 2017 by pftq Chan_Maddanna, thinlyspread, Warbler and 4 others 7 Link to comment Share on other sites More sharing options...
oxygenforex Posted September 23, 2016 Share Posted September 23, 2016 (edited) I have a feeling that you are incorrectly handling fees, and in particular, the transaction result terQUEUED. See my screen capture, which hangs after OfferCreate transaction submission. Edited September 23, 2016 by oxygenforex Link to comment Share on other sites More sharing options...
oxygenforex Posted September 23, 2016 Share Posted September 23, 2016 Link to comment Share on other sites More sharing options...
culminator Posted September 23, 2016 Share Posted September 23, 2016 (edited) 55 minutes ago, oxygenforex said: I have a feeling that you are incorrectly handling fees, and in particular, the transaction result terQUEUED. See my screen capture, which hangs after OfferCreate transaction submission. For most practical purposes you can interpret terQUEUED as success. Very rarely terQUEUED will not succeed to get to the ledger. Sometimes it could happen based on how busy RCL is, so obviously it is a good idea to check that it got into the ledger. Edited September 23, 2016 by culminator Link to comment Share on other sites More sharing options...
oxygenforex Posted September 23, 2016 Share Posted September 23, 2016 4 hours ago, culminator said: Very rarely terQUEUED will not succeed to get to the ledger. The UI hung at : "Submission result : Held until escalated fee drops." I understand this should only take a few ledgers, but in any case, the UI is different from the action that actually occurs on the ledger... because it turns out, that these offers got into the ledger. Link to comment Share on other sites More sharing options...
cmbartley Posted October 15, 2016 Share Posted October 15, 2016 Any updates or has development of this been abandoned? Link to comment Share on other sites More sharing options...
pftq Posted March 8, 2017 Author Share Posted March 8, 2017 (edited) I've gone ahead and open-sourced this (it sort of always was anyway, given it's all javascript that you could just right-click and view source). https://github.com/pftq/TheWorldExchange Had more plans for this initially, but I've been bogged down on other projects and couldn't get around back to this. Figured it was better to just open it up to anyone else that wanted to add or build upon it. It's been a while since I used github, so if I'm missing anything in the project, just let me know. It's not a very complicated piece of work (just HTML and javascript), but it was frustratingly difficult to find any working examples of Ripple's API (not to mention just a very simple straight forward cold wallet or front-end to use Ripple). Hopefully this helps skip that step for some people out there. Edited December 17, 2017 by pftq jp2017, Sapitoka, Chan_Maddanna and 1 other 4 Link to comment Share on other sites More sharing options...
pftq Posted April 5, 2017 Author Share Posted April 5, 2017 Fixed some layout issues for mobile. Seems like pages gradually break as the browsers change lol One major thing that's still missing is the orderbook is a direct pull on Ripple's API, so it doesn't include auto-bridged liquidity. Trying to figure how it's being done on Ripple Charts. If anyone's done this before or has any clean cut examples, much appreciated. Link to comment Share on other sites More sharing options...
fiat2gold Posted April 5, 2017 Share Posted April 5, 2017 Hi i managed to figure most things out but wehen i exchange for BTC how do i withdraw the btc is there a min amt or something thanks wish there was a step by step vid on this very interesting exchange Quote Link to comment Share on other sites More sharing options...
pftq Posted April 5, 2017 Author Share Posted April 5, 2017 (edited) It's a little convoluted, especially after Ripple stopped supporting the more direct Ripple-BTC to real BTC transactions after it shut down RippleTrade. You'd have to go to an actual exchange that accepts the BTC denominated by the Issuer/Gateway - by default, the BTC on Ripple is backed by Bitstamp (so you could go to Bitstamp to then "redeem" the BTC they back for real BTC). You can see the issuer under the currency symbol ("Backed by..."). It's easier IMO to just convert to XRP first and then send that XRP to an exchange like Gatehub or Poloniex where you can actually withdraw in the currency you want (Gatehub for USD, Poloniex for BTC). See the write-up here:https://www.theworldexchange.net/#started Also Ripple's own documentation on Gateways:https://ripple.com/build/gateway-guide/#ripple-trust-lines-and-issuances The main idea with Ripple is that you can trade between all these represented currencies at minimal cost/friction before going through the process of actually redeeming the final amount. Edited April 5, 2017 by pftq 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