Package siwe implements Sign-In with Ethereum (SIWE) (i.e., ERC-4361), for the Go programming language.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-siwe
To import package siwe use import
code like the follownig:
import "github.com/reiver/go-siwe"
To install package siwe do the following:
GOPROXY=direct go get https://github.com/reiver/go-siwe
Package siwe was written by Charles Iliya Krempeaux