Clarinet is a command line tool designed to facilitate smart contract notebooking, testing, development and deployments.
Note: when installing from source, you should also handle the installation the jupyter kernel for clarity
Once installed, you can generate a new project:
bash
clarinet new <project>
bash
cd compound
clarinet generate notebook whitepaper
bash
clarinet generate contract test
bash
clarinet console