Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 849 Bytes

File metadata and controls

37 lines (23 loc) · 849 Bytes

wallet-attached-storage-server-monorepo

This is a monorepo package with many npm workspaces related to https://wallet.storage/spec.

Development

Prerequisites

Use npm to install the packages in this monorepo, fetch dependencies, etc.

npm install

Run wallet-attached-storage-server

npm run dev

This 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.