HTTPS Proxy server for Dynamic JSON-RPC
- GoLang v1.14 or above.
go run -race . -dev -debug
# Linux
go build -i -v -ldflags="-X 'main.GitHash=$(git describe --always --long --dirty)' -X 'main.Version=$(date +'%y.%m.%d')'" github.com/duality-solutions/dyn-https
# Windows
go build -i -v -ldflags="-X 'main.GitHash=$(git describe --always --long --dirty)' -X 'main.Version=$(Get-Date -Format "yy.MM.dd")'" github.com/duality-solutions/dyn-https
nmake /f Makefile
make
See LICENSE.md file for copyright, copying and use information.