This is an Express Server that connects to a Raiden Client.
- Clone the repository
- run
npm install
- Create a
.env
file and addRAIDEN_CLIENT_URL=http://localhost:5001
(Replacehttp://localhost:5001
with you Raiden client url) - Ensure your Raiden client has whitelisted the url the server is running on (
http://localhost:3001
), or you'll get acors
error