Socket
Socket
Sign inDemoInstall

@be-neo/neo-https-proxy

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@be-neo/neo-https-proxy

Interacting with NEO HTTP seeds over HTTPS. Webtask backend and a client helper script to interact with the RPC.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

neo-https-proxy

Interacting with NEO HTTP seeds over HTTPS. Webtask backend and a client helper script to interact with the RPC.

Webtask Usage

Public Webtask

Right now there's a Webtask available to handle HTTPS proxying over at https://wt-eb8e8a5788a32c0054649520e12aca04-0.sandbox.auth0-extend.com/neo-proxy-public.

Host your own Webtask

Sign up at webtask.io and check your Webtask is running Node 8. Use the code at src/proxy/neo-https-proxy.js and make sure to add Express and Axios as dependencies!

Client Usage

Use it as a dependency: npm install @be-neo/neo-https-proxy

There are both ES5 and ES6 versions of the code. Using this package as a dependency will use the ES5 version. Call queryHttpsProxy the same way you would use Neon.default.rpc.queryRPC. A third argument can be provided to use your own Webtask. If you only provide two arguments, the Webtask mentioned above will be used.

Source (ES6): src/client/queryHttpsProxy.js Transpiled (ES5): client/queryHttpsProxy.js

Building changes

If you provided any changes to the client's source, transpile it by using npm run client:build

Keywords

FAQs

Package last updated on 22 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc