Skip to content

KYC Service written in Go for Prediction Markets application

License

Notifications You must be signed in to change notification settings

gnosis/pm-kyc-service

Repository files navigation

Prediction Markets KYC Service

Installation

# This will take a few minutes
dep ensure -v

# Fix to C bindings for secp256k1
go get github.com/ethereum/go-ethereum
cp -r \
  "${GOPATH:-$HOME/go}/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1" \
  "vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/"

# Use beego cli for easier development
go get github.com/beego/bee

Run the project

bee run -downdoc=true -gendoc=true

Test

go test tests/default_test.go -v

About

KYC Service written in Go for Prediction Markets application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published