Skip to content
/ blastr Public

Go module for sending nostr events to Mutiny's blastr

License

Notifications You must be signed in to change notification settings

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