Skip to content

Commit

Permalink
PROJECT STATUS: CONTENT FREEZE - TECH REVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
aantonop committed May 14, 2018
1 parent bf9e74c commit 116e97e
Showing 1 changed file with 25 additions and 27 deletions.
52 changes: 25 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,35 @@ This repository contains the draft of the book, currently in progress, scheduled

# Contents

The current status of the book is "draft". Some chapters are complete, others are partial. Snippets of various topics are being developed and comments are very welcome!
The current status of the book is **CONTENT FREEZE - TECH REVIEW**. Only errors, fixes and typos will be accepted. Any nw content submissions will be delayed for the second edition, which goes into production in late 2019 or early 2020.

Note: the order or structure of these snippets is in constant flux.

Here's what is available now:

| Section | Progress | Content Complete | Review Complete |
|-------|------|:------:|:------:|
| [Preface](preface.asciidoc) | #### |||
| [Glossary](glossary.asciidoc) | ######## |||
| [What is Ethereum](what-is.asciidoc) | ######### | :heavy_check_mark: ||
| [Introduction](intro.asciidoc) | ############# | :heavy_check_mark: ||
| [Ethereum Clients](clients.asciidoc) | ########## |||
| [Ethereum Testnets](ethereum-testnets.asciidoc) | #### |||
| [Keys and Addresses](keys-addresses.asciidoc) | ############# | :heavy_check_mark: ||
| [Wallets](wallets.asciidoc) | ########### | :heavy_check_mark: ||
| [Transactions](transactions.asciidoc) | ############### | :heavy_check_mark: ||
| [Smart Contracts](smart-contracts.asciidoc) | ########################## |||
| [Dev Tools and Frameworks](dev-tools.asciidoc) | ###### |||
| [Tokens](tokens.asciidoc) | ################### | :heavy_check_mark: ||
| [DApps](dapps.asciidoc) | ### |||
| [Oracles](oracles.asciidoc) | ####### |||
| [Accounting & Gas](gas.asciidoc) | #### |||
| [EVM](evm.asciidoc) | ####### |||
| [Consensus](consensus.asciidoc) | ####### |||
| [Vyper](vyper.asciidoc) | ##### |||
| [DevP2P Protocol](devp2p-protocol.asciidoc) | ### |||
| [Ethereum Standards (EIPs/ERCs)](standards-eip-erc.asciidoc) | #### |||


Jump in! Review, comment, suggest and contribute...
| Section | Progress | Content Complete |
|-------|------|:------:|
| [Preface](preface.asciidoc) | #### ||
| [Glossary](glossary.asciidoc) | ######## | :heavy_check_mark: |
| [What is Ethereum](what-is.asciidoc) | ######### | :heavy_check_mark: |
| [Introduction](intro.asciidoc) | ############# | :heavy_check_mark: |
| [Ethereum Clients](clients.asciidoc) | ########## | :heavy_check_mark: |
| [Ethereum Testnets](ethereum-testnets.asciidoc) | #### ||
| [Keys and Addresses](keys-addresses.asciidoc) | ############# | :heavy_check_mark: |
| [Wallets](wallets.asciidoc) | ########### | :heavy_check_mark: |
| [Transactions](transactions.asciidoc) | ############### | :heavy_check_mark: |
| [Smart Contracts](smart-contracts.asciidoc) | ########################## | :heavy_check_mark: |
| [Dev Tools and Frameworks](dev-tools.asciidoc) | ########## | :heavy_check_mark: |
| [Tokens](tokens.asciidoc) | ################### | :heavy_check_mark: |
| [DApps](dapps.asciidoc) | #### ||
| [Oracles](oracles.asciidoc) | ####### | :heavy_check_mark: |
| [Accounting & Gas](gas.asciidoc) | #### | :heavy_check_mark: |
| [EVM](evm.asciidoc) | ####### | :heavy_check_mark: |
| [Consensus](consensus.asciidoc) | ####### | :heavy_check_mark: |
| [Vyper](vyper.asciidoc) | ##### | :heavy_check_mark: |
| [DevP2P Protocol](devp2p-protocol.asciidoc) | ### | :heavy_check_mark: |
| [Ethereum Standards (EIPs/ERCs)](standards-eip-erc.asciidoc) | #### | :heavy_check_mark: |
| [Forks History (DAO/ETC)](forks-history.asciidoc) | ###### | :heavy_check_mark: |


# Contributing, reviewing and commenting

Expand Down

0 comments on commit 116e97e

Please sign in to comment.