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 using Clarinet
- Navigate to the
/contracts
folder to review or iterate your contract's business logic - Navigate to
/tests
to build the test harness
- You can manually test your your contracts in the Clarinet console.
- You can programmatically test your contracts with unit tests.