Skip to content

Instantly share code, notes, and snippets.

@brianherman
Created December 16, 2017 03:59
Show Gist options
  • Save brianherman/4786cffaad438e94f67f90ccfe0d96d0 to your computer and use it in GitHub Desktop.
Save brianherman/4786cffaad438e94f67f90ccfe0d96d0 to your computer and use it in GitHub Desktop.
sawtooth notes

https://sawtooth.hyperledger.org/docs/core/releases/latest/_autogen/txn_submit_tutorial.html Generally, to compile Python Protobufs you would follow these instructions to install Google’s Protobuf compiler and manually compile Python classes however you like.

This example will use classes from the Sawtooth Python SDK, which can be compiled by running the executable script bin/protogen.

Sawtooth protocol buffers aren't in the pip package so you have to generate them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment