Skip to content

digitalcredentials/wallet-attached-storage-server

 
 

Repository files navigation

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.

About

JavaScript implementation of Wallet Attached Storage Server <https://wallet.storage/spec>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • JavaScript 3.1%
  • Dockerfile 0.7%