duality-solutions / dyn-https

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Go 99.3%Language:Makefile 0.7%