Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.05 KB

File metadata and controls

20 lines (11 loc) · 1.05 KB

A Blank Project

This blank project conforms to Clarinet-compliant project structure.

Build your Contract

You can start your journey by reviewing the project structure, particularly the Clarinet.toml.

  • Start by adding a new contract
  • Navigate to the /contracts folder to review or iterate your contract's business logic
  • Navigate to /tests to build the test harness

NOTE: To use this example with Clarinet inside Hiro Platform, you can open the terminal session inside VS code by navigating to File -> View -> Terminal.

Test your Contract

  • You can manually test your your contracts in the Clarinet console.
  • You can programmatically test your contracts with unit tests.