An open API service indexing awesome lists of open source software.

https://github.com/hirosystems/platform-template-blank-project


https://github.com/hirosystems/platform-template-blank-project

Last synced: 12 months ago
JSON representation

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).