This blank project conforms to Clarinet-compliant project structure.
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.
- You can manually test your your contracts in the Clarinet console.
- You can programmatically test your contracts with unit tests.