nip04 0.0.2 copy "nip04: ^0.0.2" to clipboard
nip04: ^0.0.2 copied to clipboard

This package contains the encrypted direct message protocol flow for Nostr as described in the NIP-04.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nip04

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

dependencies:
  nip04: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nip04/nip04.dart';
2
likes
0
points
63
downloads

Publisher

verified publisherkumuly.dev

Weekly Downloads

This package contains the encrypted direct message protocol flow for Nostr as described in the NIP-04.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, dartstr_utils, pointycastle

More

Packages that depend on nip04