nwc 1.0.1 copy "nwc: ^1.0.1" to clipboard
nwc: ^1.0.1 copied to clipboard

A dart package that simplifies the integration of Nostr Wallet Connect into client applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nwc

With Flutter:

 $ flutter pub add nwc

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

dependencies:
  nwc: ^1.0.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:nwc/nwc.dart';
3
likes
150
points
25
downloads

Publisher

verified publisherbringin.xyz

Weekly Downloads

A dart package that simplifies the integration of Nostr Wallet Connect into client applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bech32, bip340, convert, crypto, equatable, hex, meta, pointycastle, web_socket_channel

More

Packages that depend on nwc