xrp_dart 1.0.0 copy "xrp_dart: ^1.0.0" to clipboard
xrp_dart: ^1.0.0 copied to clipboard

outdated

Effortlessly sign, create, and send all XRP transaction types using the xrp_dart package. Securely manage your XRP Ledger transactions with ease

example/main.dart

import 'package:xrp_dart/src/rpc/xrpl_rpc.dart';

import 'transactions/amm_test.dart';
import 'transactions/block_hole_account_test.dart';
import 'transactions/check_test.dart';
import 'transactions/create_ticket_test.dart';
import 'transactions/escrow_test.dart';
import 'transactions/issue_token_test.dart';
import 'transactions/nft_token_test.dart';
import 'transactions/path_set_test.dart';
import 'transactions/payment_channel_test.dart';
import 'transactions/reqular_key_test.dart';
import 'transactions/simple_transaction_test.dart';
import 'transactions/xrpl_multisig_test.dart';

final rpc = XRPLRpc.testNet();
void main() async {
  reqularKeyTest();
  simpleTransactionTest();
  ammTest();
  blockHoleTest();
  checkTest();
  createTicketTest();
  escrowTest();
  issueTokenTest();
  nftTokenTest();
  pathSetTest();
  paymentChannelTest();
  multiSigTest();
}
5
likes
0
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

Effortlessly sign, create, and send all XRP transaction types using the xrp_dart package. Securely manage your XRP Ledger transactions with ease

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

blockchain_utils, convert, decimal, http, pointycastle, typed_data

More

Packages that depend on xrp_dart