This library is an API for the Ripple network. It uses websocket to provide synchronous and asynchronous access. Currently requires eclipse to build.
This very much a work in progress, contributions welcomed.
How to send 10 XRP to the JRippleAPI project, the simplest way possible.
File testWalletFile = new File("myUnEncryptedWallet.wallet");
RippleSeedAddress seed = new RippleSeedAddress("sXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
RippleWallet wallet = RippleWallet.createWallet(seed, testWalletFile);
wallet.sendXRP(BigInteger.TEN, new RippleAddress("r32fLio1qkmYqFFYkwdnsaVN7cxBwkW4cT"));- Jetty as the websocket client
- JSONSimple for JSON handling
- BouncyCastle for crypto