Skip to content

muon-protocol/light-shield-node

Repository files navigation

Setup a Muon Light Shield Node

1- Clone the repository

git clone [email protected]:muon-protocol/light-shield-node.git

2- Copy your MuonApps to muon-apps directoy

3- Create and edit .env file

cp .env.example .env

Edit the file and set SIGN_WALLET_ADDRESS and SIGN_WALLET_PRIVATE_KEY

4- Run the web server

npm install
nodejs server.js # for development
pm2 start # for production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published