polkadart 0.5.0 copy "polkadart: ^0.5.0" to clipboard
polkadart: ^0.5.0 copied to clipboard

Interfaces for interacting with Polkadot JSON RPC interface

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add polkadart
copied to clipboard

With Flutter:

 $ flutter pub add polkadart
copied to clipboard

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

dependencies:
  polkadart: ^0.5.0
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:polkadart/polkadart.dart';
copied to clipboard
9
likes
130
points
831
downloads

Publisher

verified publisherpolkadart.dev

Weekly Downloads

2024.07.08 - 2025.01.20

Interfaces for interacting with Polkadot JSON RPC interface

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

convert, hashlib_codecs, http, pointycastle, polkadart_keyring, polkadart_scale_codec, ss58, substrate_metadata, web_socket_channel

More

Packages that depend on polkadart