Add protocol impl and app scaffold

This commit is contained in:
Jon Staab
2026-06-08 10:56:55 -07:00
parent 42c5d2c23d
commit 19c741684c
19 changed files with 1309 additions and 51 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
{
"name": "quorum",
"name": "nq",
"version": "0.1.0",
"private": true,
"type": "module",
@@ -11,6 +11,8 @@
"dependencies": {
"@noble/curves": "^2.2.0",
"@noble/hashes": "^2.2.0",
"@welshman/lib": "^0.8.16",
"@welshman/util": "^0.8.16",
"applesauce-accounts": "^6.0.0",
"applesauce-actions": "^6.1.0",
"applesauce-core": "^6.1.0",