Categorygithub.com/warden-protocol/keychain-proxy
repositorypackage
0.4.1
Repository: https://github.com/warden-protocol/keychain-proxy.git
Documentation: pkg.go.dev

# README

keychain-proxy

A Keychain implementation that proxies Key and Signature requests to a remote server using JSON over HTTP.

How to use

Run directly from the source code with:

go run .

Or build a binary with:

go build .

Configuration

Check main.go for configuration options using environment variables.