nostr-java icon indicating copy to clipboard operation
nostr-java copied to clipboard

A nostr library, written in java, for generating, signing and publishing events.

Results 11 nostr-java issues
Sort by recently updated
recently updated
newest added

continuing NIP57 implementation: - new classes per this branch - updating/evolving existing implementation - new Kind added for zaps - minor refactor in NIP01 culled unused abstract class NIP57Event constructors...

I'm getting this when the library running on Android attempts to connect: ``` 05-11 16:31:08.623 E/AndroidRuntime(21464): java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/net/http/HttpClient; ``` Full error output: https://gist.github.com/kuiperanon/b20ac52ff97e3cda52c44ceb94a10b29 I think...

enhancement

In the ```nostr.connection.impl.ConnectionImpl``` class. Currently, it is set to 1000 ms. This might be a good default value, but we should allow clients to change it. The value can be...

enhancement
help wanted
good first issue

I can help because I'm interested in this feature for another project.

enhancement

It would be nice if there was a way to construct a NIP46.Request object with a constructor like: `new Request(method, params)` and have the `id` randomly autogenerated. NOTE: It seems...

enhancement
good first issue

[NIP-24](https://github.com/vitorpamplona/nips/blob/sealed-dms/24.md) Sealed Gift-Wrapped Messages for Private DMs and Small Group Chats

Nonce mining is slow on json object, on string is fast but on bytes is the fastest. Have been trying to develop an nostr server, and looked at the event...

enhancement

Hello, Can you please change the settings on the project `pom.xml` to target Java 17 since that is the LTS? ``` 17 17 ``` On most VM/servers when deploying are...