Skip to content

Commit d509f1c

Browse files
authored
docs: update contract documentation (#1151)
- Solidity contract is now production ready - Ink! contract is deprecated and ordered last
1 parent a42747b commit d509f1c

4 files changed

Lines changed: 6 additions & 18 deletions

File tree

apps/docs/react/smart-contract/ink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
---
44

55
# Ink!
@@ -8,7 +8,7 @@ ReactiveDOT works with [Ink! contracts](https://use.ink) on chains with PolkaVM
88

99
:::warning
1010

11-
Contract support via PolkaVM on Polkadot is still in development.
11+
Ink! contract support is deprecated. See [this post](https://forum.polkadot.network/t/discontinuation-of-ink-rust-smart-contract-language/16849) for more information.
1212

1313
:::
1414

apps/docs/react/smart-contract/solidity.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 1
33
---
44

55
# Solidity
66

77
ReactiveDOT works with [Solidity contracts](https://soliditylang.org/) on chains with PolkaVM support, such as [Polkadot Asset Hub](https://polkadot.com/platform/hub).
88

9-
:::warning
10-
11-
Contract support via PolkaVM on Polkadot is still in development.
12-
13-
:::
14-
159
:::tip
1610

1711
If you're new to ReactiveDOT, we strongly recommend starting with the [“Getting started guide”](/react/category/getting-started). This guide covers essential topics such as connecting to a blockchain, setting up wallets, querying data, and handling errors effectively.

apps/docs/vue/smart-contract/ink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
---
44

55
# Ink!
@@ -8,7 +8,7 @@ ReactiveDOT works with [Ink! contracts](https://use.ink) on chains with PolkaVM
88

99
:::warning
1010

11-
Contract support via PolkaVM on Polkadot is still in development.
11+
Ink! contract support is deprecated. See [this post](https://forum.polkadot.network/t/discontinuation-of-ink-rust-smart-contract-language/16849) for more information.
1212

1313
:::
1414

apps/docs/vue/smart-contract/solidity.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 1
33
---
44

55
# Solidity
66

77
ReactiveDOT works with [Solidity contracts](https://soliditylang.org/) on chains with PolkaVM support, such as [Polkadot Asset Hub](https://polkadot.com/platform/hub).
88

9-
:::warning
10-
11-
Contract support via PolkaVM on Polkadot is still in development.
12-
13-
:::
14-
159
:::tip
1610

1711
If you're new to ReactiveDOT, we strongly recommend starting with the [“Getting started guide”](/vue/category/getting-started). This guide covers essential topics such as connecting to a blockchain, setting up wallets, querying data, and handling errors effectively.

0 commit comments

Comments
 (0)