clarinet 0.1.0

Clarity contracts helper
clarinet-0.1.0 is not a library.

clarinet

Clarinet is a command line tool designed to facilitate smart contract notebooking, testing, development and deployments.

Installation

Install from source

Note: when installing from source, you should also handle the installation the jupyter kernel for clarity

Getting started with clarinet

Once installed, you can generate a new project:

clarinet new <project>
cd compound
clarinet generate notebook whitepaper
clarinet generate contract test
clarinet console