FBorowiec / web3

Basic contracts created on the ethereum network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3

All materials are included in the markdown files with the instructions on how to run a local ethereum network.

  1. The foundation

    • building a HelloWorld contract.
    • testing it
    • deploying it
    • comunicating from the browser
  2. Understanding solidity

    • a slightly more complex contract with reading and writing
    • on Rinkeby Rinkeby faucet
  3. Complex contract

    • the concepts
      • arrays
      • mappings
      • bits
        • what does this mean?
          • a & b == b
          • (0x1 <<3) - 1
      • testing, deploying, communicating
  4. Solving the need to update your contract

About

Basic contracts created on the ethereum network


Languages

Language:TypeScript 53.0%Language:Solidity 35.4%Language:JavaScript 10.6%Language:HTML 0.5%Language:Shell 0.5%