Skip to content

GasOption/web-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-service

go get github.com/GasOption/web-service

Install dep by following: https://github.com/golang/dep#installation

dep ensure

testrpc

go run server.go

misc

Should you see the error "'libsecp256k1/include/secp256k1.h' file not found", use the following hack:

go get github.com/ethereum/go-ethereum

cp -r "${GOPATH}/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1" "vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages