zhouchaoyuan / go-vite

Official Go implementation of the Vite protocol

Home Page:http://vite.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-vite

Official Go implementation of the Vite protocol

BUILD

  1. Install the Golang
  2. Run go get https://github.com/vitelabs/go-vite in your terminal, you will find the source code here: ~/go/src/github.com/vitelabs/go-vite/
  3. Go to the source code directory and run make all, you will get executable files of darwin, linux, windows here: ~/go/src/github.com/vitelabs/go-vite/build/cmd/rpc

About

Official Go implementation of the Vite protocol

http://vite.org/

License:GNU General Public License v3.0


Languages

Language:Go 99.4%Language:Makefile 0.6%Language:Shell 0.0%