Deploy an ink! Smart Contract
Overview
Prerequisite
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh# Install an additional component `rust-src` rustup component add rust-src # Install `cargo-contract` cargo install cargo-contract --force --locked cargo-contract # Install `dylint`, a linting tool cargo install cargo-dylintcargo contract --helpUtilities to develop Wasm smart contracts Usage: cargo contract <COMMAND> Commands: new Setup and create a new smart contract project build Compiles the contract, generates metadata, bundles both together in a `<name>.contract` file ...
Create a Smart Contract
Deploy a Smart Contract


Substrate Contract UI 
Upload Contract Bundle 
Upload Instantiate 01 
Upload Instantiate 02 
Contract Instantiate Successfully
References
Last updated