rlp 1.0.1 copy "rlp: ^1.0.1" to clipboard
rlp: ^1.0.1 copied to clipboard

outdated

An Ethereum RLP (Recursive Length Prefix) encoding library for Dart.

example/example.dart

import 'package:rlp/rlp.dart';

main() {
  var encoded = Rlp.encode(["dog", "cat"]);
  print(encoded); // [200, 131, 100, 111, 103, 131, 99, 97, 116]
}
1
likes
35
points
1.45k
downloads

Publisher

verified publishermaxholman.com

Weekly Downloads

An Ethereum RLP (Recursive Length Prefix) encoding library for Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

convert

More

Packages that depend on rlp