Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 874 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 874 Bytes

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 using Clarinet
  • Navigate to the /contracts folder to review or iterate your contract's business logic
  • Navigate to /tests to build the test harness

Test your Contract

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