basic network established

This commit is contained in:
geoffsee
2025-06-14 11:21:01 -04:00
commit 9747912595
33 changed files with 8377 additions and 0 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"scripts": {
"clean": "packages/scripts/cleanup.sh",
"postinstall": "cargo build"
}
}