1. 1. Introduction
  2. 2. The Nim Programming Language
    1. 2.1. Nim routines, procedures, functions, templates, macros
      1. 2.1.1. Operators, bit manipulation
      2. 2.1.2. Closure iterators
    2. 2.2. Datatypes: value, ref, ptr
      1. 2.2.1. Casting and low-level memory representation
      2. 2.2.2. Memory Management and Garbage Collection
      3. 2.2.3. Generic types & static types
      4. 2.2.4. Arrays, openarrays, strings, C-strings
    3. 2.3. Correctness: distinct, mutability, effects, exceptions
    4. 2.4. Debugging Nim, sanitizers, fuzzers
    5. 2.5. Foreign lang interop: C and C++
    6. 2.6. Nim threat model
    7. 2.7. Nim FAQ
  3. 3. Nimbus NBC - The Nim-Beacon-Chain
    1. 3.1. Build system and dependencies
    2. 3.2. Threat model
  4. 4. Serialization
  5. 5. Async/Await with Chronos
  6. 6. Cryptography
  7. 7. Ethereum Networking

The Auditors Handbook to Nimbus Beacon Chain

Serialization