[wip] start making vanillae js library

It compiles but there's some NYI functions

This is going to have all the common functions that we need all over the place

- base64 encode/decode
- base58 encode/decode
- rlp encode/decode
- transaction types
- transaction formation
- reading stuff from the transaction
- safe type
- (maybe) AWCP

This commit contains a refactored version of my prior base64 implementation,
which is more imperativey and less "trying to fit Erlang into TS".
This commit is contained in:
2022-10-19 01:21:41 -06:00
parent ea95e59640
commit 0e95fef840
4 changed files with 326 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{type, library}.
{realm, local}.
{name, vanillae}.
{version, "0.1.0"}.
{deps, []}.