An open API service indexing awesome lists of open source software.

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

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`