agunde406 / sawtooth-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build go sdk

go get github.com/hyperledger/sawtooth-sdk-go
cd $GOPATH/src/github.com/hyperledger/sawtooth-sdk-go
go generate

Docker instructions

cd sawtooth-sdk-go
docker build . -t sawtooth-sdk-go
docker run -v $(pwd):/project/sawtooth-sdk-go sawtooth-sdk-go

Go generate will build the protos / mocks and place them in the protobuf or mocks directory respectively.

About

License:Apache License 2.0


Languages

Language:Go 71.1%Language:Python 17.1%Language:C 6.5%Language:Shell 3.0%Language:Dockerfile 2.3%