Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 374 Bytes

Vesting API

Requirements:

  • Go

Usage

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

docker build -t vestingproxy --progress plain .
docker run -p=8080:8080 vestingproxy