Nostrino is a Nostr SDK for Kotlin.
It is a work in progress. See current NIP support.
On the Sontaype page for Nostrino, choose the latest version
of nostr-sdk
and follow the instructions for inclusion in your build tool.
The API documentation is published with each release at https://cashapp.github.io/nostrino
ℹ️ 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
See a list of changes in each release in the CHANGELOG.
For details on contributing, see the CONTRIBUTING guide.