Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

hivewallet/hive-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published