Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build-contracts.mdx #775

Merged
merged 1 commit into from
Sep 27, 2024
Merged
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
6 changes: 3 additions & 3 deletions content/docs/stacks/platform/guides/build-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ epoch = "2.4"

You can customize, test, and debug your contracts using the VS Code terminal inside the Hiro Platform. On your projects page, select the "Open editor" button to open up the VS Code editor. Select the three horizontal lines icon to open a new terminal. Refer to the following documents to test your contracts in the VS Code terminal.

- [Check contracts](/stacks/clarinet/guides/validate-a-contract)
- [Test contracts](/stacks/clarinet/guides/testing-with-clarinet-sdk)
- [Debug contracts](/stacks/clarinet/guides/debug-a-contract)
- [Contract validation](/stacks/clarinet/guides/validate-a-contract)
- [Unit testing](/stacks/clarinet-js-sdk/guides/unit-testing)
- [Contract debugging](/stacks/clarinet/guides/debug-a-contract)

<Callout title="Note">
**`clarinet devnet start`** and **deployment plans** are currently not supported in
Expand Down
Loading