nostrino
nostrino copied to clipboard
A Kotlin SDK for Nostr
Nostrino is a Nostr SDK for Kotlin.
It is a work in progress. See current NIP support.
Getting Started
On the Sontaype page for Nostrino, choose the latest version
of nostr-sdk
and follow the instructions for inclusion in your build tool.
Documentation
The API documentation is published with each release at https://cashapp.github.io/nostrino
Supported NIPs
Building
âšī¸ Nostrino uses Hermit.
Hermit ensures that your team, your contributors, and your CI have the same consistent tooling. Here are the installation instructions.
Activate Hermit either by enabling the shell hooks (one-time only, recommended) or manually sourcing the env with
. ./bin/activate-hermit
.
Use gradle to run all tests
gradle build
Changelog
See a list of changes in each release in the CHANGELOG.
Contributing
For details on contributing, see the CONTRIBUTING guide.