Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TarCode/raiden-express-server
https://github.com/TarCode/raiden-express-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/TarCode/raiden-express-server
- Owner: TarCode
- Created: 2019-04-22T18:17:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T18:07:41.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T20:27:08.305Z (6 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-raiden - Raiden Express Server - react-client) - an Express Server that connects to a Raiden Client (Developer Resources / 🛠️ Hacks and More Tools for Devs)
- awesome-raiden-old - Raiden Express Server - react-client) - an Express Server that connects to a Raiden Client (⚡ Developer Resources / Tools)
README
# Raiden Express Server
This is an Express Server that connects to a [Raiden](https://raiden-network.readthedocs.io/en/stable/overview_and_guide.html#introduction) Client.
## Get started
- Clone the repository
- run `npm install`
- Create a `.env` file and add `RAIDEN_CLIENT_URL=http://localhost:5001` (Replace `http://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 a `cors` error