basic event and relaypool.

This commit is contained in:
fiatjaf
2021-01-31 11:05:09 -03:00
commit 32c21eb652
5 changed files with 481 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/fiatjaf/go-nostr
go 1.15
require (
github.com/fiatjaf/bip340 v1.0.0
github.com/gorilla/websocket v1.4.2
)