bc_ur_dart 0.1.3 copy "bc_ur_dart: ^0.1.3" to clipboard
bc_ur_dart: ^0.1.3 copied to clipboard

A dart plugin for Uniform Resources(URs) decode/encode. URs are URI-encoded CBOR structures developed by Blockchain Commons.

bc_ur_dart #

A dart plugin for Uniform Resources(URs) decode/encode. URs are URI-encoded CBOR structures developed by Blockchain Commons.

Getting Started #

Install #

dependencies:
  bc_ur_dart: ^0.1.2

Usage #

// Decode UR string
final ur = UR.decode('ur:bytes/hdeymejtswhhylkepmykhhtsytsnoyoyaxaedsuttydmmhhpktpmsrjtgwdpfnsboxgwlbaawzuefywkdplrsrjynbvygabwjldapfcsdwkbrkch');

// Encode to String.
ur.encode();

// Encode to fragment string.
ur.next();

// Read fragment UR.
final ur = UR();
ur.read(fragment);
3
likes
0
points
213
downloads

Publisher

verified publisherfxwallet.com

Weekly Downloads

A dart plugin for Uniform Resources(URs) decode/encode. URs are URI-encoded CBOR structures developed by Blockchain Commons.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bip32, cbor, convert, crypto, crypto_wallet_util, uuid, web3dart, xrandom

More

Packages that depend on bc_ur_dart