Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronaeon/beigepaper
Rewrite of the Yellowpaper in non-Yellowpaper syntax.
https://github.com/chronaeon/beigepaper
Last synced: 11 days ago
JSON representation
Rewrite of the Yellowpaper in non-Yellowpaper syntax.
- Host: GitHub
- URL: https://github.com/chronaeon/beigepaper
- Owner: chronaeon
- License: mit
- Created: 2017-12-23T22:26:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T14:52:11.000Z (about 5 years ago)
- Last Synced: 2024-08-01T09:25:22.549Z (3 months ago)
- Language: TeX
- Size: 10.4 MB
- Stars: 775
- Watchers: 27
- Forks: 85
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Latest Release](https://github.com/chronaeon/beigepaper/blob/master/beigepaper.pdf)
# Beigepaper
A rewrite of the Yellowpaper in non-Yellowpaper syntax.This project exists to make the [Ethereum Yellowpaper](http://gavwood.com/paper.pdf) readable by a broader audience. This is a beta release, so errata exist, and content is still being added.
### Build Instructions
If you're running Debian or Ubuntu derivatives:
```
sudo apt install pdflatex texlive* biber
```Next:
```
./biber-n-build
```
will create the pdf file.Lastly, open the pdf with a reader that supports *character rendering* (e.g. evince on Linux) if you want to do text searches.
### FAQ
**Q. How should I navigate the document?**
A. Use the index, section headings, and glossary.
**Q. I'd like to contribute content.**
A. Awesome! Submit a PR.
**Q. Do I need to build the paper to obtain a copy of it?**
A. No, just clone the repo, which includes the PDF, or download the file directly: [beigepaper.pdf](https://github.com/chronaeon/beigepaper/blob/master/beigepaper.pdf).