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

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); // Uint8List [200, 131, 100, 111, 103, 131, 99, 97, 116]
}
1
likes
130
pub points
62%
popularity

Publisher

verified publishermaxholman.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert

More

Packages that depend on rlp