Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 956 Bytes

Clarity project template

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 in VS Code

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.

Run tests

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.