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

@@ -6,8 +6,9 @@
"scripts": {
"compile": "tsc -p .",
"docs": "typedoc --name banani --entryPoints ./main.ts",
"browser": "esbuild browser-main.ts --bundle --minify --keep-names --outfile=banani-browser.js",
"build": "npm run compile && npm run docs && npm run browser"
"browser": "esbuild browser-main.ts --bundle --minify --keep-names --drop-labels=NODE --outfile=banani-browser.js",
"build": "npm run compile && npm run docs && npm run browser",
"cryptodiff": "diff tweetnacl_og.js tweetnacl_mod.js"
},
"repository": {
"type": "git",