-
Notifications
You must be signed in to change notification settings - Fork 39
Core concepts
Paul Grau edited this page May 5, 2017
·
3 revisions
This page serves as a little introduction into some general topics you should make yourself familiar with.
These are some topics you should familiarize yourself with:
- Peer to peer
- Blockchain
- Proof of work
- Public key cryptography
- Hashing
- EVM
- Smart contracts
Check out this article about Ethereum core technologies.
We will really get started developing in the next section.