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

A simple dart wrapper for Dialect's smart messaging protocol on Solana

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dialect_web3

With Flutter:

 $ flutter pub add dialect_web3

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

dependencies:
  dialect_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:dialect_web3/dialect_web3.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A simple dart wrapper for Dialect's smart messaging protocol on Solana

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

borsh, borsh_annotation, build_runner, convert, crypto, pinenacl, recase, solana

More

Packages that depend on dialect_web3