light_sdk 0.1.0-beta.1 copy "light_sdk: ^0.1.0-beta.1" to clipboard
light_sdk: ^0.1.0-beta.1 copied to clipboard

Dart SDK for Light Protocol ZK Compression on Solana. Provides type-safe compressed account operations, compressed token transfers, and seamless integration with the Light Protocol compression infrastructure.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add light_sdk

With Flutter:

 $ flutter pub add light_sdk

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

dependencies:
  light_sdk: ^0.1.0-beta.1

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:light_sdk/light_sdk.dart';
0
likes
110
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart SDK for Light Protocol ZK Compression on Solana. Provides type-safe compressed account operations, compressed token transfers, and seamless integration with the Light Protocol compression infrastructure.

Topics

#blockchain #light-protocol #solana #web3 #zk-compression

License

unknown (license)

Dependencies

borsh_annotation, collection, convert, crypto, equatable, http, meta, pointycastle, solana

More

Packages that depend on light_sdk