From 6763585048d9e76d1ed70cd3ec98e9fedddf26c5 Mon Sep 17 00:00:00 2001 From: filip Date: Mon, 15 Jan 2024 11:25:32 +0100 Subject: [PATCH] notes --- syllabus/4-Smart_Contracts/6-Wasm_ink!_slides.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syllabus/4-Smart_Contracts/6-Wasm_ink!_slides.md b/syllabus/4-Smart_Contracts/6-Wasm_ink!_slides.md index 62de7fb04..60da8327b 100644 --- a/syllabus/4-Smart_Contracts/6-Wasm_ink!_slides.md +++ b/syllabus/4-Smart_Contracts/6-Wasm_ink!_slides.md @@ -14,6 +14,7 @@ Notes: - ask questions during the lecture, don't wait until the end - practical, but we go deeper where needed - some complexity is omitted in the examples (examples are not a production code) + - not built to scale or painted --- @@ -35,6 +36,7 @@ Notes: - Virtual Machine: any Wasm VM: yes in theory, in practice bound pretty close to the platform it runs on (Substrate & the contracts pallet) - Tooling: Solidity has been around for years, enjoys the first-to-market advantage (but ink! is a strong contender) - The EVM operates on 256 bit words (meaning anything less than 32 bytes will be treated by the EVM as having leading zeros) + - prefixed with all 0s ---