Skip to content

Commit

Permalink
Update info on where to deploy v6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Feb 13, 2025
1 parent 0d10db4 commit c0a9942
Showing 1 changed file with 8 additions and 62 deletions.
70 changes: 8 additions & 62 deletions versioned_docs/version-6.x/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,15 @@ hide_table_of_contents: true
</div>
</div>

## Where can I deploy ink! contracts?
## Where can I deploy ink! v6 contracts?

<div className="row" style={{ marginTop: -10 }}>
<div className="col text--left">
<h3><img src= "/img/chains/production.svg" className="chainHeader" /></h3>
</div>
</div>
ink! v6 is still in development, it can't be deployed to production yet.

<div className="row">
<div className="col text--center">
<a href="https://onpop.io">
<img src= "/img/chains/polkadot-pop-network.svg" className="chain" />
</a>
</div>
<div className="col text--center">
<a href="https://kusama.network/">
<img src= "/img/chains/kusama-assethub.svg" className="chain" />
</a>
</div>
</div>
We plan to release ink! 6.0.0-alpha in February and will update this section with testnet
information then.

You can follow Parity's plans for deploying the ink! execution engine (`pallet-revive`)
to Kusama and Polkadot on [the Polkadot Forum](https://forum.polkadot.network/t/update-on-ethereum-compatible-smart-contracts/11512).

## Smart Contract Examples

Expand Down Expand Up @@ -187,47 +176,4 @@ hide_table_of_contents: true
<a href="https://github.com/use-ink/ink-examples/tree/main/rand-extension">» view example</a>
</p>
</div>
</div>

## Wallet Support

<table className="wallet-table text--center">
<tr>
<th></th>
<th className="text--left">Contract Interactions</th>
<th className="text--left">Tokens (PSP-22)</th>
<th className="text--left">NFTs (PSP-34)</th>
</tr>
<tr>
<th>
<a href="https://www.subwallet.app/" title="SubWallet" >
<img src= "/img/wallets/subwallet.svg" className="wallet" alt="SubWallet" width="200"/>
</a>
</th>
<td><img src= "/img/icons/checkmark1.svg" className="checkmark" /></td>
<td><img src= "/img/icons/checkmark1.svg" className="checkmark" /></td>
<td><img src= "/img/icons/checkmark1.svg" className="checkmark" /></td>
</tr>
<tr>
<th>
<a href="https://polkadot.js.org/extension/" title="Polkadot{.js}">
<img src= "/img/wallets/polkadot-js.svg" className="wallet" alt="Polkadot{.js}" width="200"/>
</a>
</th>
<td><img src= "/img/icons/checkmark1.svg" className="checkmark" /></td>
<td></td>
<td></td>
</tr>
<tr>
<th>
<a href="https://www.talisman.xyz/" title="Talisman">
<img src= "/img/wallets/talisman.svg" className="wallet" alt="Talisman" width="200"/>
</a>
</th>
<td><img src= "/img/icons/checkmark1.svg" className="checkmark"/></td>
<td></td>
<td></td>
</tr>
</table>

You can read more on standards [here](../standards/overview.md).
</div>

0 comments on commit c0a9942

Please sign in to comment.