Skip to content

Develop

Frank V. Castellucci edited this page Jan 31, 2018 · 16 revisions

For sawtooth-uom development

Setup

The following instructions will get you setup and leverage tools included as part of the sawtooth-uom repository.

sawtooth-core

  1. Clone the latest repository
  2. Go to the root directory of the repo cd ~\sawtooth-core
  3. At a minimum do bin\build_all -l python

sawtooth-uom

  1. Clone the latest repository
  2. Change into the repo directory and generate the protobuff files
  3. You may need to install google protobuff compiler
	pip3 install grpcio
	pip3 install grpcio-tools
	cd ~/sawtooth-uom
	bin/protogen