core_web3dart 2.5.2 copy "core_web3dart: ^2.5.2" to clipboard
core_web3dart: ^2.5.2 copied to clipboard

Dart SDK for Core Blockchain RPC, ED448 accounts, signed transactions, wallets, and smart contracts.

example/core_web3dart_example.dart

import 'package:core_web3dart/web3dart.dart';

void main() {
  final address = XCBAddress.fromHex(
    'cb95f07b1f6086861871808348ff0a6b2e8bc7c6f3fdc871f398b6c6',
  );
  print(address.hex);
}
0
likes
150
points
291
downloads

Documentation

API reference

Publisher

verified publishercorepass.net

Weekly Downloads

Dart SDK for Core Blockchain RPC, ED448 accounts, signed transactions, wallets, and smart contracts.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

unknown (license)

Dependencies

build, build_config, built_collection, code_builder, collection, convert, dart_style, flutter_ed448, hex, http, json_rpc_2, meta, path, pointycastle, stream_channel, stream_transform, typed_data, uuid

More

Packages that depend on core_web3dart