web3_universal_reown 0.1.1 copy "web3_universal_reown: ^0.1.1" to clipboard
web3_universal_reown: ^0.1.1 copied to clipboard

Reown/WalletConnect v2 integration for Web3 Universal SDK. Official Reown partnership implementation.

example/main.dart

import 'package:web3_universal_reown/web3_universal_reown.dart';

void main() async {
  // Initialize Reown AppKit/WalletConnect
  final appKit = ReownAppKit(
    projectId: 'YOUR_PROJECT_ID',
    metadata: {
      'name': 'Web3 Universal Example',
      'description': 'Dart Web3 Universal SDK Example',
      'url': 'https://github.com/ImL1s/web3_universal',
      'icons': ['https://reown.com/favicon.ico'],
    },
  );

  await appKit.init();
  print('Reown initialized');

  // appKit.onSessionEvent.subscribe((args) {
  //   print('Session Event: ${args}');
  // });
}
0
likes
160
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Reown/WalletConnect v2 integration for Web3 Universal SDK. Official Reown partnership implementation.

Homepage
Repository (GitHub)
View/report issues

Topics

#web3 #walletconnect #reown

License

MIT (license)

Dependencies

meta, web3_universal_abi, web3_universal_core, web3_universal_signer

More

Packages that depend on web3_universal_reown