strata_sdk 0.0.0 copy "strata_sdk: ^0.0.0" to clipboard
strata_sdk: ^0.0.0 copied to clipboard

Strata's SDK implemented in Dart for building the next blockchain for good.

example/strata_sdk_example.dart

import 'package:strata_sdk/strata_sdk.dart';

void main() {
  /// encode String to blake2b256
  const input = "Foobar";

  Blake2b256().hash(input.toUtf8Uint8List());
}
0
likes
130
points
5
downloads

Publisher

verified publisherstratalab.xyz

Weekly Downloads

Strata's SDK implemented in Dart for building the next blockchain for good.

Homepage
Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

collection, convert, fast_base58, fixnum, grpc, hashlib, meta, pointycastle, protobuf, strata_protobuf, uuid

More

Packages that depend on strata_sdk