This repository is a base template to kick-start any Clarity project and build Smart Contracts on Bitcoin. You can use it as template to create your own project.
Open this project directly VS Code in your web browser by pressing "." or replacing the github.com URL with github.dev.
Like so: https://github.dev/hirosystems/clarity-project.
If you don't already have the Clarity extension installed, VS Code will suggest you to install it.
In the root of this directory, install the npm depencies and run the tests
npm ci
npm test
Read more about the Clarity extension for VS Code on Hiro's blog.