0.0.2 • Published 5 years ago

lbp-signing-proxy v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

(Unofficial) Signing proxy for LINE Blockchain Platform

A simple HTTP proxy server to automate request signing

How to run

(assuming you have Node.js installed)

Fill-in node_modules (only for first run)

npm install

Execute

npm start

Configuration file

$USER_HOME/lbp-singing-proxy.json is required. You can easily copy lbp-singing-proxy.sample.json and edit values for like apiSecret and endpoint

Notes

  • it'll add or override timestamp, signature and nonce
  • Use for development only. Do not use in production (for stability, performance and safety)