Clone
4
Home
Peter Harpending edited this page 2025-03-23 18:11:34 -07:00

Gajumaru Wiki: Home

Quick Reference

  1. API Encoding: ak_... etc garbage explained
  2. BaseN: Given xy_ABCD, what is the ABCD
  3. RLP: If the binary ABCD is some data with fields (e.g. a transaction), how to destructure the binary data to fields
  4. Serializations: Conventions for field order in Gajumaru data structures

Principles

  • ~Every article should have a "YouTube Thumbnail" diagram at the top that visually illustrates whatever is explained in the page
  • Things should be illustrated with code examples that work when possible
  • Move links to aeternity things to QPQ repos
  • Every article should have a "I just need to get a thing to work and don't have time to read a whole article" section that links to which things you should just use in practice and maybe a short example of how to use them.

TODOs

  • API-Encoding:
    • needs practical reference (which functions to call)
    • maybe could use a diagram
  • BaseN:
    • needs practical reference
    • don't link to things in aeternity repos
  • RLP:
    • practical reference
    • don't link to aeternity repos
  • Serializations:
    • write
    • need exhaustive reference