xrp 0.0.2 copy "xrp: ^0.0.2" to clipboard
xrp: ^0.0.2 copied to clipboard

outdated

Flutter XRP package is a software library that allows developers to integrate XRP functionality into their Flutter applications. XRP is a digital asset and cryptocurrency that is designed to facilitat [...]

Interact with xrp blockchain with flutter

Features #

  • get xrp address from mnemonic
  • get xrp address balance
  • validate xrp address

Getting started #

flutter pub add xrp

Usage #

const mnemonic =
        'express crane road good warm suggest genre organ cradle tuition strike manual';
Map xrpDetails = XRP.fromMnemonic(mnemonic);
final xrpAddress = xrpDetails['address'];
final xrpPrivateKey = xrpDetails['privateKey'];


bool isValidXRPAddress =
        XRP.isValidAddress('rQfZM9WRQJmTJeGroRC9pSyEC3jYeXKfuL');

int getDrops =
        await XRP.getBalance('rQfZM9WRQJmTJeGroRC9pSyEC3jYeXKfuL');

Additional information #

You could find more information Davyking

0
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter XRP package is a software library that allows developers to integrate XRP functionality into their Flutter applications. XRP is a digital asset and cryptocurrency that is designed to facilitate fast and efficient cross-border payments.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

base_x, bip32, bip39, crypto, flutter, hash, hex, http

More

Packages that depend on xrp