hivewallet / hive-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hive-proxy

This started out as a general purpose proxy for POST and GET requests. hive-js needs it for getting around blockr's CORS issue specific to POST requests sent from safari. It has evolved to strip away unused data specifically for the /tx/raw/ endpoint to save on payload sent to client.

Development

git clone git@github.com:hivewallet/hive-proxy.git
cd hive-proxy
npm install
CORS_ORIGINS=* npm start
open http://localhost:9009

About


Languages

Language:JavaScript 100.0%