a bunch of [32]byte conversions. still more needed.
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
||||
[](https://github.com/nbd-wtf/go-nostr/actions/workflows/test.yml)
|
||||
[](https://pkg.go.dev/github.com/nbd-wtf/go-nostr)
|
||||
[](https://goreportcard.com/report/github.com/nbd-wtf/go-nostr)
|
||||
[](https://fiatjaf.com/nostrlib/actions/workflows/test.yml)
|
||||
[](https://pkg.go.dev/fiatjaf.com/nostrlib)
|
||||
[](https://goreportcard.com/report/fiatjaf.com/nostrlib)
|
||||
|
||||
<a href="https://nbd.wtf"><img align="right" height="196" src="https://user-images.githubusercontent.com/1653275/194609043-0add674b-dd40-41ed-986c-ab4a2e053092.png" /></a>
|
||||
|
||||
@@ -10,7 +10,7 @@ go-nostr
|
||||
A set of useful things for [Nostr](https://github.com/nostr-protocol/nostr)-related software.
|
||||
|
||||
```bash
|
||||
go get github.com/nbd-wtf/go-nostr
|
||||
go get fiatjaf.com/nostrlib
|
||||
```
|
||||
|
||||
### Generating a key
|
||||
@@ -21,8 +21,8 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/nbd-wtf/go-nostr"
|
||||
"github.com/nbd-wtf/go-nostr/nip19"
|
||||
"fiatjaf.com/nostrlib"
|
||||
"fiatjaf.com/nostrlib/nip19"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user