Skip to content
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
4 changes: 4 additions & 0 deletions docs/wasm-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ For general smart contract development on Subtensor, please refer to the officia
- [ink! Getting Started Guide](https://use.ink/docs/v5/getting-started/setup)
- [ink! Examples](https://github.com/use-ink/ink-examples/tree/v5.x.x)

> [!WARNING]
> ink! `>= 6.0` drops support for `pallet-contracts`, please use `ink < 6.0`.
> See: https://github.com/use-ink/ink/releases/tag/v6.0.0-alpha

## Subtensor-Specific Features

### Chain Extension
Expand Down
Loading