[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:
@@ -0,0 +1,5 @@
|
||||
{type, library}.
|
||||
{realm, local}.
|
||||
{name, vanillae}.
|
||||
{version, "0.1.0"}.
|
||||
{deps, []}.
|
||||
Reference in New Issue
Block a user