This workshop has now moved to: https://github.com/substrate-developer-hub/substrate-docs/tree/main/v3/tutorials/08-ink-workshop
Published here: https://docs.substrate.io/tutorials/v3/ink-workshop/pt1/
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