This is a monorepo package with many npm workspaces related to https://wallet.storage/spec.
Prerequisites
Use npm to install the packages in this monorepo, fetch dependencies, etc.
npm installnpm run devThis should show:
Listening on http://localhost:8080
You should be able to open that link in your web browser and see something like
{
"name":"Wallet Attached Storage"
}The dev script in this monorepo delegates to the dev script in the nodejs subpackage, which runs server using Node.js.
See ./nodejs for more on wallet-attached-storage-server-nodejs.