Question: I want to develop a custom application using the rest-api and transaction processor from sawtooth-supply-chain as describe here: https://sawtooth.hyperledger.org/docs/core/nightly/0-8/examples/supplychain/overview.html
But I don't know how to add this transaction processor to my Ubuntu vms and use it. The Sawtooth-supply-chain example only comes within docker. But I don't wan't to use docker and run it directly on ubuntu.
Does anyone know how to add transaction-processors and run them on Ubunutu 16.04?
What I have done so far: I created two Ubuntu 16.04 VMs and installed hyperledger sawtooth on both VMs following those tutorials:
https://sawtooth.hyperledger.org/docs/core/releases/1.0/app_developers_guide/ubuntu.html
I succesfully established a connection between the validators. I was able to use the IntKey Transaction Processor.