0.0.1 • Published 2 months ago

@verida/verida-node-installer v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Setup a Verida Storage Node

Please visit the storage node documentation to learn how to use this.

Developing this script

Basic workflow

Setup

nvm use
npm install

Run the script during development

npx tsx src/create-verida-node-config.ts 

Build a make available locally as a global command line script

npm run build
npm link
0.0.1

2 months ago