Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 432 Bytes

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