https://github.com/ohager/burst-now-proxy
Single CORS enabled Burstcoin Node Proxy
https://github.com/ohager/burst-now-proxy
Last synced: about 1 month ago
JSON representation
Single CORS enabled Burstcoin Node Proxy
- Host: GitHub
- URL: https://github.com/ohager/burst-now-proxy
- Owner: ohager
- License: mit
- Created: 2019-06-28T20:07:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:09:29.000Z (over 3 years ago)
- Last Synced: 2025-02-22T03:44:28.609Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://burst-now-proxy.ohager.now.sh/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burst-now-proxy
A CORS enabled proxy for a specific Burstcoin node:
Current node is:
`https://wallet.burst-alliance.org:8125`
# Configured endpoints
| Route | Description |
|----------|-------------|
| `/` | Status check |
| `/burst` | The proxied API Endpoint |
| | |
# Installation
Simply run `npm i` (Node 8+)
## Run/Test locally
Prerequisite: `npx` (Linux, MacOS) needs to be installed
`npx now dev`
## Deploy to Zeit.Now
(needs a valid account)
`npm run deploy`