- Go
git clone http://github.com/evmos/vestingproxy
cd vestingproxy
go run main.go
By default, it runs on port 8080, it can be changed by passing the port at the end of the command
go run main.go 9090
docker build -t vestingproxy --progress plain .
docker run -p=8080:8080 vestingproxy