git clone [email protected]:muon-protocol/light-shield-node.git
cp .env.example .env
Edit the file and set SIGN_WALLET_ADDRESS
and SIGN_WALLET_PRIVATE_KEY
npm install
nodejs server.js # for development
pm2 start # for production
git clone [email protected]:muon-protocol/light-shield-node.git
cp .env.example .env
Edit the file and set SIGN_WALLET_ADDRESS
and SIGN_WALLET_PRIVATE_KEY
npm install
nodejs server.js # for development
pm2 start # for production