Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirosystems/clarity-starter
https://github.com/hirosystems/clarity-starter
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirosystems/clarity-starter
- Owner: hirosystems
- License: mit
- Created: 2022-10-13T16:34:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T17:06:15.000Z (26 days ago)
- Last Synced: 2024-10-19T12:19:34.361Z (25 days ago)
- Language: Clarity
- Size: 204 KB
- Stars: 4
- Watchers: 19
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.dev/hirosystems/clarity-project).
If you don't already have the [Clarity extension](https://marketplace.visualstudio.com/items?itemName=HiroSystems.clarity-lsp) 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
```sh
npm ci
npm test```
---
Read more about the Clarity extension for VS Code [on Hiro's blog](https://www.hiro.so/blog/write-clarity-smart-contracts-with-zero-installations-how-we-built-an-in-browser-language-server-using-wasm).