nip26 3.0.0 copy "nip26: ^3.0.0" to clipboard
nip26: ^3.0.0 copied to clipboard

A Dart library for Nostr NIP-26 Delegated Event Signing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nip26

With Flutter:

 $ flutter pub add nip26

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

dependencies:
  nip26: ^3.0.0

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:nip26/nip26.dart';
0
likes
160
points
2
downloads

Publisher

verified publisherkumuly.dev

Weekly Downloads

A Dart library for Nostr NIP-26 Delegated Event Signing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bip340, convert, crypto, equatable, nip01

More

Packages that depend on nip26