152 lines
8.3 KiB
Markdown
152 lines
8.3 KiB
Markdown
# Awesome Ripple [](https://github.com/sindresorhus/awesome)
|
|
|
|
> A curated list of Ripple resources.
|
|
|
|
Pull requests are more than welcome.
|
|
|
|
#### Official
|
|
- [Ripple Website](https://ripple.com/)
|
|
- [Ripple Github](https://github.com/ripple/)
|
|
- [Blog](https://ripple.com/insights/)
|
|
- [Ripple Labs](https://ripple.com)
|
|
- [Twitter](https://twitter.com/ripple/)
|
|
- [Facebook](https://www.facebook.com/ripplepay/)
|
|
- [Weibo](http://www.weibo.com/RippleLabs/)
|
|
|
|
#### Books / Docs / Videos
|
|
- [Wiki](https://ripple.com/wiki/Main_Page)
|
|
- [Ripple Primer](https://ripple.com/ripple_primer.pdf)
|
|
- [Ripple Gateways](https://ripple.com/ripple-gateways.pdf)
|
|
- [Steven Zeiler's Ripple coding lessons](https://www.youtube.com/user/stevenzeiler/videos?flow=grid&view=0)
|
|
- [Wikipedia](https://en.wikipedia.org/wiki/Ripple_(payment_protocol))
|
|
- ["Ripple, The future of payments" video](https://vimeo.com/73887321)
|
|
- [Ripple Labs: Building the Internet of Money](https://www.youtube.com/watch?v=aoixyCNWg5k)
|
|
- [Build a VueJS WebApp connecting to the Ripple Ledger](https://itnext.io/develop-awesome-webapps-using-vuejs-webpack-bda08ebb691c)
|
|
- [Most common XRP misconceptions debunked](https://fudbingo.com)
|
|
|
|
#### Gateways / Bridges
|
|
- [Bitstamp](http://www.bitstamp.net/)
|
|
- [SnapSwap US](https://snapswap.us/)
|
|
- [SnapSwap EU](https://snapswap.eu/)
|
|
- [RippleCN](http://www.rebopay.com/)
|
|
- [RippleChina](http://www.ripplechina.net/)
|
|
- [Kraken](https://www.kraken.com/)
|
|
- [JustCoin](https://justcoin.com/)
|
|
- [RippleWise](https://www.ripplewise.com/)
|
|
- [Ripple Union](https://xagate.com)
|
|
- [Divident Rippler](https://www.dividendrippler.com/)
|
|
- [Ripple Israel](http://rippleisrael.co.il/)
|
|
- [The Rock Trading](https://www.therocktrading.com/)
|
|
- [WisePass](https://wisepass.com/)
|
|
- [Devcoin](http://ripple.d.evco.in/)
|
|
- [BuyXrp](http://buyxrp.net/)
|
|
- [BTC2Ripple](https://btc2ripple.com/)
|
|
- [NoFiatCoin](http://www.nofiatcoin.com/)
|
|
- [Ripple Singapore](https://www.ripplesingapore.com/)
|
|
- [PaxMoneta](https://paxmoneta.com)
|
|
- [Ripple Market Korea](http://ripple-market.co.kr/)
|
|
- [RippleFox](https://ripplefox.com/)
|
|
- [ShapeShift](https://shapeshift.io): Buy Coins Instantly, No Account Needed
|
|
- [saldo.mx](http://saldo.mx/)
|
|
|
|
#### Code
|
|
###### Rippled - The Guy!
|
|
- [rippled](https://github.com/ripple/rippled/): Ripple peer-to-peer network daemon
|
|
- [rippled Docker container (node)](https://github.com/WietseWind/docker-rippled) - [Docker hub](https://hub.docker.com/r/xrptipbot/rippled/)
|
|
- [rippled Docker container (validator)](https://github.com/WietseWind/docker-rippled-validator) - [Docker hub](https://hub.docker.com/r/xrptipbot/rippledvalidator/) - [Tutorial](https://medium.com/@WietseWind/how-to-run-a-ripple-validator-digitalocean-7e5fca1c3d77)
|
|
|
|
###### Libs - Libraries for talking to the Ripple API
|
|
- [ripple-libpp](https://github.com/ripple/ripple-libpp): C++ Standalone RCL-compatible transaction signing and serialization library
|
|
- [ripple-rest](https://github.com/ripple/ripple-rest): A RESTful API for submitting payments and monitoring accounts on the Ripple Network
|
|
- [ripple-lib](https://github.com/ripple/ripple-lib/): Java Script
|
|
- [xrpl-client](https://www.npmjs.com/package/xrpl-client): Javascript/Typescript nodejs WebSocket client with health detection and auto-reconnect
|
|
- [xrpl-accountlib](https://www.npmjs.com/package/xrpl-accountlib): Javascript/Typescript nodejs lib. to sign & derive from Family Seed, Mnemonic & Secret Numbers
|
|
- [ripple-lib-java](https://github.com/ripple/ripple-lib-java/): Java
|
|
- [ripple-lib-ruby](https://github.com/kevinejohn/ripple-lib-rpc-ruby/): Ruby
|
|
- [ripple-python](https://github.com/miracle2k/ripple-python/): Python Lib
|
|
- [ripple-python-lib](https://github.com/arsenlosenko/python-ripple-lib): Python implementation of JSON-RPC and Data API calls
|
|
- [ripple-haskell](https://github.com/singpolyma/ripple-haskell/): Haskell
|
|
- [rubblelabs/ripple](https://github.com/rubblelabs/ripple): Go packages to interact with the Ripple protocol
|
|
- [RippleKit](https://github.com/xasos/RippleKit): Swift
|
|
|
|
###### Clients / Apps
|
|
- [ripple-client](https://github.com/ripple/ripple-client/): Web client
|
|
- [ripple-client-desktop](https://github.com/ripple/ripple-client-desktop): Desktop client
|
|
- [ripple-client-ios](https://github.com/ripple-unmaintained/ripple-client-ios): iOS client
|
|
- [ripplecharts](https://github.com/ripple/ripplecharts/): RippleCharts.com Charting Website
|
|
- [ripple-graph](https://github.com/ripple-unmaintained/ripple-graph): Ripple graph
|
|
- [Ripple Go](https://bitbucket.org/dchapes/ripple/): Ripple Go is a set of Go packages and a ripple client.
|
|
- [Snow](https://github.com/justcoin/snow): Digital currency exchange engine written in node.js.
|
|
- [Ripplectron](https://github.com/devjin0617/ripplectron): Desktop client for Electron
|
|
|
|
###### Other
|
|
- [gatewayd](https://github.com/ripple/gatewayd): Ripple gateway software automation framework
|
|
- [ripple-blobvault](https://github.com/ripple/ripple-blobvault): Server for storing persistent data for Ripple clients
|
|
- [ripple-authd](https://github.com/ripple/ripple-authd): Ripple peer-assisted key derivation server
|
|
- [rippled-historical-database](https://github.com/ripple/rippled-historical-database): SQL database as a canonical source of historical data in Ripple
|
|
- [ripple-data-api](https://github.com/ripple/ripple-data-api)
|
|
- [ripple-vault-client](ripple-vault-client)
|
|
- [federation-php](https://github.com/ripple-unmaintained/federation-php): Simple PHP federation endpoint with a static JSON dataset
|
|
- [federation-python](https://github.com/miracle2k/ripple-federation-python): Python module for a simple federation endpoint.
|
|
- [Ripple Rails](https://github.com/singpolyma/ripple-rails/)
|
|
- [Ripple Gen](https://github.com/CodeShark/RippleGen/)
|
|
- [Ripple Checkout](https://github.com/emschwartz/ripple-donate-widget): An embeddable widget for paying with Ripple.
|
|
- [Magento plugin](http://www.magentocommerce.com/magento-connect/ripple-json-rpc.html)
|
|
- [rubblelabs/tx](https://github.com/rubblelabs/tx): Tool for executing transactions on the Ripple network
|
|
- [xrpayments.co](https://xrpayments.co): Tool to generate payment request QR (with currency conversion)
|
|
- [XRP Text](https://xrptext.com): Send XRP using SMS Text messages (even on dumbphones)
|
|
|
|
#### Hosted Tools
|
|
###### Clients
|
|
- [Ripple Trade](https://rippletrade.com/): Official Ripple client developed by Ripple Labs
|
|
- [GateHub](https://gatehub.net/)
|
|
|
|
###### Developer tools
|
|
- [Ripple API Tool](https://ripple.com/build/websocket-tool/)
|
|
- [Ripple Info Tool](https://ripple.com/build/ripple-info-tool/)
|
|
- [Ripple.txt checker](https://ripple.com/tools/txt/)
|
|
- [jRippleAPI](https://github.com/pmarches/jStellarAPI)
|
|
- [Rippleserver Google Group](https://groups.google.com/forum/#!forum/ripple-server/)
|
|
|
|
###### Trader tools / charts
|
|
- [Ripple Charts](https://ripplecharts.com/)
|
|
- [Webr3](http://xrp.webr3.org/usd-xrp)
|
|
|
|
###### Visualizations
|
|
- [Ripple Graph](https://www.ripplecharts.com/%23/graph/)
|
|
- [Ripple Live (GateHub)](https://gatehub.net/live)
|
|
- [Rich list, ledger stats & XRP distribution](https://ledger.exposed)
|
|
|
|
###### Other tools
|
|
- [Ripple Helpers](https://github.com/vhpoet/ripple-helpers/)
|
|
- [XRPTools](http://xrptools.com/)
|
|
- [XRPValue](http://xrpvalue.com/): Real time XRP price.
|
|
- [RippleGen](https://github.com/CodeShark/RippleGen): A simple multithreaded vanity generator for the ripple p2p network.
|
|
- [Dollero](http://dollero.com/): Global remittance payments software
|
|
|
|
#### Other
|
|
- [International Ripple Business Association](http://www.ripplebusiness.org/)
|
|
- [Ripple Federation](http://ripplefederation.org/)
|
|
- [WhatisRipple.info](http://whatisripple.info/)
|
|
|
|
#### Social
|
|
- [Reddit 'ripple'](https://www.reddit.com/r/ripple/)
|
|
- [Reddit 'ripplers'](https://www.reddit.com/r/ripplers/)
|
|
- [XRPTalk](https://xrptalk.org/)
|
|
- [Ripple Forum](http://rippleforum.org/)
|
|
- [Ripple Lounge](http://www.ripplelounge.com/)
|
|
- [Rippleusers Google Group](https://groups.google.com/forum/#!forum/rippleusers)
|
|
- [XRP Tip Bot for Reddit, Twitter & Discord](https://xrptipbot.com)
|
|
|
|
#### Codius
|
|
- [Codius Website](https://codius.org/)
|
|
- [Codius Github](https://github.com/codius)
|
|
- [Codius Hosts](http://codiushosts.com/)
|
|
|
|
## License
|
|
|
|
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
|
|
|
[ripple.md Github](https://github.com/vhpoet/awesome-ripple
|
|
)
|