robor-systems / agoric-ticketing

0 stars 1 forks source link

peer review feedback #3

Open tgrecojs opened 2 years ago

tgrecojs commented 2 years ago

This may be something that's already known but the current directions from the readme don't lead to the proper result.

It currently suggests the user to do the following: https://github.com/robor-systems/agoric-ticketing/blob/c8617937011ee1adae98b2420b65663eea6d7e4c/README.md?plain=1#L17-L21

Not sure if this is intended to get merged in as a template, but for the time being it might be worth directing users to do the following:

# clone repo && cd into it
git clone https://github.com/robor-systems/agoric-ticketing && cd agoric-ticketing
# install deps
~/agoric-ticketing agoric install
# start solo instance
~/agoric-ticketing agoric start --reset --verbose

https://user-images.githubusercontent.com/6646552/169107133-f81fdf35-feab-4fbe-81b7-fd258b912184.mp4