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

outdated

Parse Simple Ledger Protocol OP_RETURN data segments with ease!

SLP Parser for Dart #

This package is for parsing Simple Ledger Protocol (SLP) metadata. TokenType1 and NFT1 tokens are supported.

Usage #

var List<int> op_return = [ 106, 4, 83, 76, 80, 0, 1, 1, 7, 
                            71, 69, 78, 69, 83, 73, 83, 76, 
                            0, 76, 0, 76, 0, 76, 0, 1, 0, 76, 
                            0, 8, 0, 0, 0, 0, 0, 0, 0, 100 ];
var slpMsg = parseSLP(op_return);

Test #

$ dart test/parser.spec.dart

2
likes
0
pub points
0%
popularity

Publisher

verified publisherslp.dev

Parse Simple Ledger Protocol OP_RETURN data segments with ease!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert

More

Packages that depend on slp_parser