browser_test -> wallet

This commit is contained in:
stjet
2025-01-13 18:50:04 +00:00
parent 0c806142b0
commit 6a9dc7a90f
43 changed files with 925 additions and 719 deletions

12
ts_test/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"main": "index.js",
"scripts": {
"compile": "tsc -p ."
},
"devDependencies": {
"typescript": "^5.4.5"
},
"dependencies": {
"banani-bns": "^0.0.9"
}
}