An open API service indexing awesome lists of open source software.

https://github.com/reiver/go-siwe

Package siwe implements "Sign-In with Ethereum" (SIWE) (i.e., ERC-4361), for the Go programming language.
https://github.com/reiver/go-siwe

erc-4361 ethereum siwe

Last synced: 2 months ago
JSON representation

Package siwe implements "Sign-In with Ethereum" (SIWE) (i.e., ERC-4361), for the Go programming language.

Awesome Lists containing this project

README

        

# go-siwe

Package **siwe** implements **Sign-In with Ethereum** (**SIWE**) (i.e., [ERC-4361](https://eips.ethereum.org/EIPS/eip-4361)), for the Go programming language.

## Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-siwe

[![GoDoc](https://godoc.org/github.com/reiver/go-siwe?status.svg)](https://godoc.org/github.com/reiver/go-siwe)

## Import

To import package **siwe** use `import` code like the follownig:
```
import "github.com/reiver/go-siwe"
```

## Installation

To install package **siwe** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-siwe
```

## Author

Package **siwe** was written by [Charles Iliya Krempeaux](http://reiver.link)