Skip to content

Instantly share code, notes, and snippets.

View chewhx's full-sized avatar
👋

Chew Han Xiang chewhx

👋
View GitHub Profile
@chewhx
chewhx / cryptoZombies.md
Created July 29, 2022 08:21 — forked from oilsinwater/cryptoZombies.md
CryptoZombies Notes

CryptoZombies.io Notes

Contracts

Solidty's code is encapsulated in contracts. A contract is the fundamental building block of Ethereum applications -- i.e. all variables and functions belong to a contract, and are the starting point of your project. Below is an example of an empty contract called HelloWorld.