https://github.com/edgeapp/edge-server-simplex
https://github.com/edgeapp/edge-server-simplex
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgeapp/edge-server-simplex
- Owner: EdgeApp
- License: bsd-3-clause
- Created: 2018-04-30T04:33:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T15:13:32.000Z (about 7 years ago)
- Last Synced: 2025-04-21T08:13:33.984Z (about 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Simplex Server
Simplex server to integrate simplex credit card purchasing into the Edge Wallet.
You'll need to create a `.env` file. Please see the `.env.sample` for the
required variables.
## Install & Run
yarn
yarn start
## Include the events API
cd docker
docker-compose up -d
./setup_db.sh
cd ..
node src/migrate
node src/poll
yarn start
## Running...forever
```
sudo forever-service install simplex-sandbox -r edge --script src/index.js --start
```