dart_web3_core 2.5.19 copy "dart_web3_core: ^2.5.19" to clipboard
dart_web3_core: ^2.5.19 copied to clipboard

dart_web3_core - a web3 library for dart for interaction with ethereum nodes using HTTP or WebSocket. Supports custom credentials providers like WalletConnect and Metamask.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_web3_core
copied to clipboard

With Flutter:

 $ flutter pub add dart_web3_core
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_web3_core: ^2.5.19
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_web3_core/dart_web3_core.dart';
copied to clipboard
5
likes
130
points
68
downloads

Publisher

verified publisherstarkleytech.com

Weekly Downloads

2024.09.23 - 2025.04.07

dart_web3_core - a web3 library for dart for interaction with ethereum nodes using HTTP or WebSocket. Supports custom credentials providers like WalletConnect and Metamask.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on dart_web3_core