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