stacks-network / sbtc-docs

Documentation about sBTC
https://stacks-network.github.io/sbtc-docs/
MIT License
9 stars 8 forks source link

devnet: clarinet: need to specify version to install #95

Closed EmbeddedAndroid closed 10 months ago

EmbeddedAndroid commented 11 months ago

I was running through the new DR v0.2 devnet docs (thanks @friedger!!) and noticed an issue running the deploy_contracts.sh.

We link to: https://github.com/hirosystems/clarinet for installation steps, however if you happen to try to install the prebuilt binaries:

You are directed to: https://github.com/hirosystems/clarinet/blob/develop/README.md?plain=1#L49

Which downloads v0.27.0 of clarinet, which does not have the deployment subcommands, and thus deploy_contracts.sh fails to execute.

I just want to flag this for discussion, as this is a stumbling point for a new user. We probably want to at a minimum, prescribe the minimum clarinet version that we have tested with.

friedger commented 10 months ago

Has been fixed in #109