/solidity-workshop

NEU Blockchain 2022 Interactive Solidity Workshop

Primary LanguageSolidity

Solidity Workshop

Prequistes

What you should know

  • Basic CS Concepts(How to code, Networks: its okay if you dont)
  • Language like Java, C, C++, Go - Strongly typed. Curly Bracket

Its Best if you know

What you need

  • Diamond Hands 💎🤲
  • Metamask - Wallet

Coding on the Blockchain

😈 Some bad things

  • its weird: No Apis, No Infinte Loops( which is why gas is important). Difficult to update. Gotta be very secure. No Randomness.
  • Its like a mechanic designing an engine and having nightmares about low mileage.
  • Also you can't store a lot data on it

🍑 Some nice things

  • Its like Legos: But infinitely better and complex
  • No trust
  • Always live
  • Can make you very very very rich

EVM

Lets Write some code

Deployed Code

Resources

Guides