Skip to content

quddoos/jRippleAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jRippleAPI

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.

Quick start

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"));

Libraries required

About

java API for the ripple network

Resources

License

Stars

Watchers

Forks

Packages

No packages published