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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add core_web3dart

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

dependencies:
  core_web3dart: ^2.5.0

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

Import it

Now in your Dart code, you can use:

import 'package:core_web3dart/cip.dart';
import 'package:core_web3dart/contracts.dart';
import 'package:core_web3dart/contracts/erc20.dart';
import 'package:core_web3dart/credentials.dart';
import 'package:core_web3dart/crypto.dart';
import 'package:core_web3dart/ipfs.dart';
import 'package:core_web3dart/json_rpc.dart';
import 'package:core_web3dart/web3dart.dart';
0
likes
0
points
285
downloads

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

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