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

A comprehensive Dart library implementing all Nostr protocol NIPs (Nostr Implementation Possibilities).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nostr_nips

With Flutter:

 $ flutter pub add nostr_nips

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

dependencies:
  nostr_nips: ^0.2.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:nostr_nips/nostr_nips.dart';
0
likes
140
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Dart library implementing all Nostr protocol NIPs (Nostr Implementation Possibilities).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bip340, bip39, convert, crypto, http, pointycastle, unorm_dart, web_socket_channel

More

Packages that depend on nostr_nips