@verida/verida-node-installer
v0.0.7
Published
Please visit the [storage node documentation](https://node-operators.verida.network/) to learn how to use this.
Downloads
2
Readme
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