Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.72 KB

Astar tutorials

Tutorials to write Smart Contracts in Rust and Ink!

Installation:

Technical Guide - Install cargo contract
https://polkaverse.com/11143/1-technical-guide-install-cargo-contract-37738

Tutorial 1

An Introduction to write Smart Contracts in Rust and Ink!
https://polkaverse.com/11143/1-an-introduction-to-write-smart-contracts-in-rust-and-ink-37782

Tutorial 2

How to Generate Pseudo-Random Numbers in Ink! Smart Contract
https://polkaverse.com/11143/2-how-to-generate-pseudo-random-numbers-in-ink-smart-38019

Tutorial 3

Polymorphism with 'ink::trait_definition'
https://polkaverse.com/11143/3-polymorphism-with-ink-trait-definition-38055

Tutorial 4

Cross contract calling
https://polkaverse.com/11143/4-cross-contract-calling-38068

Tutorial 5

dApps Staking Chain Extension
https://polkaverse.com/11143/5-d-apps-staking-chain-extension-38473

Tutorial 6

Security and access control with OpenBrush
https://polkaverse.com/11143/6-security-and-access-control-with-open-brush-38539

Tutorial 7

Contract Testing https://polkaverse.com/11143/7-contract-testing-38955

Tutorial 8

Upgradeable contracts https://polkaverse.com/11143/upgradeable-contracts-38964

Tutorial 9

Verify a Ink! Smart Contract with Patron https://polkaverse.com/11143/9-verify-a-ink-smart-contract-with-patron-39541

Tutorial 10

Terminate a contract and remove the code https://polkaverse.com/11143/10-terminate-a-contract-and-remove-the-code-39618

Tutorial 11

PSP22 - Fungible Token (ERC20 equivalent) https://polkaverse.com/11143/11-psp-22-fungible-token-erc-20-equivalent-39883

Tutorial 12

PSP34 - Non-Fungible Token (ERC721 equivalent) https://polkaverse.com/11143/11-psp-34-non-fungible-token-erc-721-equivalent-39968