solana_kit_mobile_wallet_adapter_protocol 0.2.0 copy "solana_kit_mobile_wallet_adapter_protocol: ^0.2.0" to clipboard
solana_kit_mobile_wallet_adapter_protocol: ^0.2.0 copied to clipboard

Pure Dart implementation of the Solana Mobile Wallet Adapter protocol v2.0. Provides cryptography, message framing, JSON-RPC types, and session management without Flutter dependencies.

example/main.dart

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

import 'package:solana_kit_mobile_wallet_adapter_protocol/solana_kit_mobile_wallet_adapter_protocol.dart';

void main() {
  print('MWA retry delays: $mwaRetryDelayScheduleMs');
  print('MWA connection timeout (ms): $mwaConnectionTimeoutMs');
  print('MWA association port range: $mwaMinAssociationPort-$mwaMaxAssociationPort');
}
0
likes
150
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

Pure Dart implementation of the Solana Mobile Wallet Adapter protocol v2.0. Provides cryptography, message framing, JSON-RPC types, and session management without Flutter dependencies.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

pointycastle, solana_kit_codecs_strings, solana_kit_errors

More

Packages that depend on solana_kit_mobile_wallet_adapter_protocol