https://github.com/hirosystems/platform-template-blank-project
https://github.com/hirosystems/platform-template-blank-project
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirosystems/platform-template-blank-project
- Owner: hirosystems
- License: mit
- Created: 2025-01-22T19:21:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T14:23:14.000Z (about 1 year ago)
- Last Synced: 2025-06-26T11:56:55.235Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Blank Project
This blank project conforms to [Clarinet-compliant](https://docs.hiro.so/clarinet/how-to-guides/how-to-create-new-project) project structure.
## Build your Contract
You can start your journey by reviewing the project structure, particularly the [Clarinet.toml](/examples/blank-project/Clarinet.toml).
+ Start by adding a new contract using [Clarinet](https://docs.hiro.so/stacks/clarinet)
+ Navigate to the `/contracts` folder to review or iterate your contract's business logic
+ Navigate to `/tests` to build the test harness
## Test your Contract
+ You can manually test your your contracts in the [Clarinet console](https://docs.hiro.so/clarinet/how-to-guides/how-to-test-contract#load-contracts-in-a-console).
+ You can programmatically test your contracts with [unit tests](https://docs.hiro.so/clarinet/how-to-guides/how-to-test-contract).