|
@ -22,12 +22,8 @@ and testing on a live blockchain, and deploying the final contract to the mainne |
|
|
|
|
|
|
|
|
## Installing Clarinet |
|
|
## Installing Clarinet |
|
|
|
|
|
|
|
|
The best way to install Clarinet is through the Rust package manager, Cargo. If you have a working installation of |
|
|
You can download a release from [github/hirosystems/clarinet](https://github.com/hirosystems/clarinet/releases/latest) or |
|
|
[Rust](https://www.rust-lang.org/tools/install), use the following command to install Clarinet. |
|
|
try installing it from source code as described [here](https://github.com/hirosystems/clarinet#install-from-source-using-cargo). |
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
cargo install clarinet --locked |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Developing a Clarity smart contract |
|
|
## Developing a Clarity smart contract |
|
|
|
|
|
|
|
|