Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Jan 15, 2024
1 parent 07928cd commit 6763585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syllabus/4-Smart_Contracts/6-Wasm_ink!_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand All @@ -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

---

Expand Down

0 comments on commit 6763585

Please sign in to comment.