Project Development
Creating a new project
$ clarinet new my-defi-appOption
Description
Example
Managing contracts
Creating new contracts
$ clarinet contract new token
Created file contracts/token.clar
Created file tests/token.test.ts
Updated Clarinet.toml;; token
;; <add a description here>
;; constants
;;
;; data vars
;;
;; data maps
;;
;; public functions
;;
;; read only functions
;;
;; private functions
;;Removing contracts
Checking project contract syntax
Code formatting
Formatting options
Option
Description
Example
Format single files
Project configuration
Working with requirements
Last updated
Was this helpful?