This is a self-guided tutorial which will teach you how to build Wasm smart contracts on Parity Substrate using Parity ink!.
We will cover:
- Installing prerequisites on your computer
- Using the ink! CLI to start a new project
- Building and testing our contract
- Deploying our contract on a local Substrate node
- Interacting with our contract using the Polkadot UI
- Creating a Basic flipper contract.
- Creating a Simple incrementer contract.
- Creating a more complex ERC20 contract.
We would love for you to give feedback in these early stages, so open an issue or a PR!