Skip to content

stemstr/blastr

Repository files navigation

blastr

Go module for sending nostr events to blastr

package main

import (
	"context"

	"github.com/stemstr/blastr"
)

func main() {
	client, _ := blastr.New("nsec1xxx")

	_ = client.SendText(context.Background(), "hello, world!")
}

About

Go module for sending nostr events to Mutiny's blastr

Topics

Resources

License

Stars

Watchers

Forks

Languages