sui 0.4.0 copy "sui: ^0.4.0" to clipboard
sui: ^0.4.0 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.4.0

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';
8
likes
130
points
203
downloads

Documentation

API reference

Publisher

verified publishermofalabs.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bcs, bs58check, crypto, dio, ed25519_edwards, fixnum, flutter, freezed_annotation, hex, json_annotation, pointycastle, protobuf, web_socket_channel

More

Packages that depend on sui