Skip to content
Frank Castellucci edited this page Jan 20, 2018 · 31 revisions

Overviews, notes, etc. for sawtooth-uom development

Housekeeping

How I reset my environment to get to version 1.0 of HL/ST.

Sawtooth platform

  1. Remove all docker images using this command docker rmi -f $(docker images -a -q)
  2. Bring down the latest sawtooth compose file sawtooth-default.yaml
  3. Execute compose docker-compose -f ~/sawtooth.misc/sawtooth-default.yaml up

Sawtooth repo development

  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
  4. I am using java so I do a bin\build_all -l java as well
Clone this wiki locally