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]
}
copied to clipboard
1
likes
150
points
138
downloads

Publisher

verified publishermaxholman.com

Weekly Downloads

2024.09.19 - 2025.04.03

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

convert

More

Packages that depend on rlp