Skip to content

Repository files navigation

Dynamic HTTPS Proxy REST Server

HTTPS Proxy server for Dynamic JSON-RPC

Development Requirements

Running with dev and debug mode

go run -race . -dev -debug

Building

# 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

Windows NMake

nmake /f Makefile

Linux Make

make

License and Copyrights

See LICENSE.md file for copyright, copying and use information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages