Introduction
Version: 6.x
Introduction
⚡️ use.ink helps you easily build safe, efficient smart contracts for Polkadot and Substrate-based blockchains.
🚀 Write smart contracts in ink!, a domain-specific language built on top of Rust — combining safety, performance, and scalability.
🛠 Use familiar Rust tooling like clippy
, cargo
, crates from crates.io
, and popular IDEs for a seamless development experience.
🤝 Interoperability with Solidity: Solidity developers can call ink! contracts just like other Solidity contracts, enabling cross-ecosystem collaboration.
🌎 Deploy ink! smart contracts on blockchains built with the Polkadot SDK. Check supported chains here.
Fast Track
Install Rust and cargo
: Installation Guide.
Download the binary for a local development node here.
ink! Examples
Here are just a few examples of what's possible with ink!
View more examples of ink! smart contracts here.
Dive into ink! documentation: