Skip to content

evmos/vestingproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple proxy to support the old API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages