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!
With node.js version that is v12
or above installed, run
# Install the dev dependencies
yarn install
# Run the local server
yarn start