get cryptography in order, hex->uint8 fix, work on wallet, work, rpc
This commit is contained in:
stjet
2024-06-13 13:48:48 +00:00
parent 4b1e01170c
commit b0a6bfea47
62 changed files with 707 additions and 58 deletions

View File

@@ -1,7 +1,8 @@
import * as util from "./util";
import * as rpc from "./rpc";
import * as wallet from "./wallet";
import * as work from "./work";
//for browsers or whatever
window.banani = { ...rpc, ...wallet, ...util };
window.banani = { ...util, ...rpc, ...wallet, ...work };