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.
- Host: GitHub
- URL: https://github.com/reiver/go-siwe
- Owner: reiver
- License: mit
- Created: 2024-05-25T03:20:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-28T15:49:53.000Z (about 1 year ago)
- Last Synced: 2025-01-25T13:08:27.257Z (4 months ago)
- Topics: erc-4361, ethereum, siwe
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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)