This commit is contained in:
2023-03-30 14:51:31 -06:00
parent d5fc02c7e6
commit c736c0eabe
2 changed files with 183 additions and 1 deletions
+4 -1
View File
@@ -9,5 +9,8 @@ We have run into many weird stupid technical pitfalls or weird things you have
to learn about that take like 8 hours but really are 1 hour of complexity.
This file tree documents the ones we cared to write about.
Most of these have code examples in Erlang and/or TypeScript.
- [How to install NPM without getting AIDS](./npm-misc/)
- [Base64 versus Base58](./baseN/)
- [Base64 versus Base58 with code in Erlang and TypeScript](./baseN/)
- [Ethereum Recursive Length Prefix (RLP) Encoding, with code in Erlang and TypeScript](./rlp/)