Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/docs/en/resources/guides/no-loss-lottery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ This process ensures that participants can claim their rewards and that winners
## Testing the contract

To test the contracts, use the following steps inside of `clarinet console`:
> 💡 **Tip:** Clarinet simnet provides a deterministic local blockchain environment.
> This allows developers to safely test contract logic, authorization flows, and edge cases without broadcasting transactions to testnet or mainnet.

```terminal
$ ::advance_chain_tip 700000
Expand Down