Skip to content

Instantly share code, notes, and snippets.

@0xGabi
Created March 22, 2021 18:37
Show Gist options
  • Save 0xGabi/c653dce0bad15394e65381689d192c22 to your computer and use it in GitHub Desktop.
Save 0xGabi/c653dce0bad15394e65381689d192c22 to your computer and use it in GitHub Desktop.
## Ethereum Fundamental Concepts
- [Intro to Ethereum](https://ethereum.org/en/developers/docs/intro-to-ethereum/)
- [Accounts](https://ethereum.org/en/developers/docs/accounts/)
- [Blocks](https://ethereum.org/en/developers/docs/blocks/)
- [Transactions](https://ethereum.org/en/developers/docs/transactions/)
- [Blockchain demo](https://andersbrownworth.com/blockchain/)
## eth.build**
- [Playground](https://eth.build)
- [Video tutorials](https://www.youtube.com/playlist?list=PLJz1HruEnenCXH7KW7wBCEBnBLOVkiqIi)
## Ethereum Technology Stack**
- [Ethereum Stack](https://ethereum.org/en/developers/docs/ethereum-stack/)
- [Ethereum Virtual Machine](https://ethereum.org/en/developers/docs/evm/)
- [EVM with smart contracts](https://docs.soliditylang.org/en/latest/introduction-to-smart-contracts.html#index-6)
- [Smart Contracts](https://ethereum.org/en/developers/docs/smart-contracts/)
- [Compilation](https://ethereum.org/en/developers/docs/smart-contracts/compiling/)
- [JSON-RPC API](https://eth.wiki/json-rpc/API)
- [Abstract Binary Interface specification](https://docs.soliditylang.org/en/v0.7.0/abi-spec.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment