solana_kit_helius 0.2.1 copy "solana_kit_helius: ^0.2.1" to clipboard
solana_kit_helius: ^0.2.1 copied to clipboard

Helius SDK for the Solana Kit Dart SDK.

example/main.dart

// Examples intentionally print CLI output for demonstration purposes.
// ignore_for_file: avoid_print

import 'package:solana_kit_helius/solana_kit_helius.dart';

void main() {
  final helius = createHelius(const HeliusConfig(apiKey: 'demo-api-key'));
  final keypair = helius.auth.generateKeypair();

  print('Generated Helius public key: ${keypair.publicKey}');
  print('Generated Helius secret key length: ${keypair.secretKey.length}');
}
0
likes
0
points
165
downloads

Publisher

unverified uploader

Weekly Downloads

Helius SDK for the Solana Kit Dart SDK.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, solana_kit_errors, web_socket_channel

More

Packages that depend on solana_kit_helius