solana_web3 0.1.0 copy "solana_web3: ^0.1.0" to clipboard
solana_web3: ^0.1.0 copied to clipboard

Dart implementation of Solana's JSON RPC API with support for common Programs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add solana_web3

With Flutter:

 $ flutter pub add solana_web3

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

dependencies:
  solana_web3: ^0.1.0

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:solana_web3/solana_web3.dart';
15
likes
0
points
879
downloads

Publisher

verified publishermerigolabs.com

Weekly Downloads

Dart implementation of Solana's JSON RPC API with support for common Programs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, json_annotation, pinenacl, solana_borsh, solana_buffer, solana_common, solana_jsonrpc

More

Packages that depend on solana_web3