# README
Updated version of rubblelabs/riple client
Go packages to interact with the Ripple protocol.
The data, crypto, and websockets packages are very functional and quite well tested. Most websockets commands are implemented but not all.
The peers and ledger packages are the least polished packages currently, and they are very much unfinished (and the tests might be non-existent or non-functional), but better to get the code out in the open.
We've included command-line tools to show how to apply the library:
- listener: connects to rippled servers with the peering protocol and displays the traffic
- subscribe: tracks ledgers and transactions via websockets and explains each transaction's metadata
- tx: creates transactions, signs them, and submits them via websockets
- vanity: generates new ripple wallets in search of vanity addresses
# Packages
Package config provides a simple way of signing submitting groups of transactions for the same account.
No description provided by the author
Package data aims to provides all the data types that are needed to build tools,
clients and servers for use on the Ripple network.
Utiltities for formatting Ripple data in a terminal.
No description provided by the author
No description provided by the author
No description provided by the author