sui 0.3.7 copy "sui: ^0.3.7" to clipboard
sui: ^0.3.7 copied to clipboard

A cross-platform SDK for Sui blockchain, supporting Mobile, Web and Desktop.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sui

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

dependencies:
  sui: ^0.3.7

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

Import it

Now in your Dart code, you can use:

import 'package:sui/sui.dart';
5
likes
120
points
237
downloads

Publisher

verified publishermofalabs.com

Weekly Downloads

A cross-platform SDK for Sui blockchain, supporting Mobile, Web and Desktop.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bcs, bip32, bip39, dio, ed25519_edwards, flutter, freezed_annotation, hex, json_annotation, pointycastle, web_socket_channel

More

Packages that depend on sui