delventhalz / transfer-chain-js

A simple Hyperledger Sawtooth app that handles transferring of assets
Apache License 2.0
36 stars 18 forks source link

Not able to see sawtooth-client-default while installing sawtooth for transfer-chain-js #4

Closed aswinkumarrhex closed 5 years ago

aswinkumarrhex commented 6 years ago

Hi trying to install the transfer-chain app for exploring sawtooth on ubuntu 16. image this is a VM with only ssh option so any help will be greatly appreciated. Issue closely mirrors https://github.com/hyperledger/education/issues/26

Enllave commented 6 years ago

Hi aswinkumarrhex:

You are trying to exec a container (sawtooth-client-default) that does not appear in the .yaml file (docker-compose.yaml)

delventhalz commented 5 years ago

Perhaps you meant transfer-shell? sawtooth-client-default is a container core Sawtooth uses, but not this repo. The only containers here are the ones listed in the docker compose file: https://github.com/delventhalz/transfer-chain-js/blob/master/docker-compose.yaml