Git Product home page Git Product logo

wavesnodewsproxy's Introduction

How it works

Image of howitworks

Build

  1. Clone repository
  2. cd into folder
  3. docker build . -t wsservice

Run

Port:

Container exposes port 40510

Environment varialbles:

  1. POLL_INTERVAL - default=3000
  2. NODE_URL - default=http://1.mainnet.wavesnodes.com
  3. BLOCK_HISTORY - number blocks to persist in storage. Default=50

Client

Websocket api use /api endpoint. You can set sessionId as query string param.

Example:

var ws = new WebSocket('ws://localhost:40510/api?sessionId=exampleId');
ws.onmessage = (msg) => console.log(msg.data);
ws.send('{"op":"subscribe utx"}');

Commands

  1. Ping
{"op": "ping"}
  1. info
{"op": "ping"}
  1. Subscribe/unsubscribe utx
{"op": "subscribe utx"}
{"op": "unsubscribe utx"}
  1. Subscribe/unsubscribe blocks
{"op": "subscribe block"}
{"op": "unsubscribe block"}
  1. Subscribe/unsubscribe tx
{"op": "subscribe tx/{confirmed?}/{n?}"}
{"op": "unsubscribe tx/{confirmed?}/{n?}"}
  1. Subscribe/unsubscribe address
{"op": "subscribe address/{address?}/{confirmed?}/{n?}"}
{"op": "unsubscribe address/{address?}/{confirmed?}/{n?}"}

wavesnodewsproxy's People

Contributors

siemarell avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.