Skip to content

prap-team/pripple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

pripple, Ripple Wrapper for RWA and Payments

A Ripple-based STO (RWA) exchange wrapper.
This project uses RLUSD as the main settlement currency.


๐Ÿงช Sample

Screenshot

Demo Video

๐Ÿš€ Example

from pripple import XRPLClass

# Use Testnet
client = XRPLClass()

# Get Wallet, if blank get a new wallet
wallet = client.get_account("seed")

# Get info
account_info = client.get_account_info(wallet.address)

# Send 1 xrp
result = client.send_xrp("from seed", 1, "destination seed")

โš™๏ธ Setup

pip install git+https://github.com/prap-team/pripple.git

๐Ÿ™ Credits

About

Ripple wrapper for rwa and payments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages