Giter Club home page Giter Club logo

blockchain-poller's Introduction

Blockchain Polling Node

Credit

This app was originally created by Magg at Kingdom.Watch, and then donated to DefiKingdoms for further development

About

This script can be used for feeding interesting transactions from the blockchain to a PubSub topic. The idea is to then process the transactions with Cloud Functions and finally persisting the state in Firestore or other suitable state stores.

This provides flexibility and let the solution scale automatically.

Getting started

To get started with PubSub sign up for the free tier over at Google Cloud, and create a PubSub topic.

Edit config.json with the smart contract addresses you want to watch, as well as the PubSub topics to publish the transactions to.

Example config:

{
  "firstBlockToProcess": 19000000,
  "lastBlockToProcess": 19000010,
  "websocketEndpoint": "wss://ws.s0.t.hmny.io/",
  "pollInterval": 1000,
  "contracts": [
    {
      "address": "0xabD4741948374b1f5DD5Dd7599AC1f85A34cAcDD",
      "pubSubTopic": "projects/YOUR_PROJECT/topics/YOUR_TOPIC",
      "firstBlock": 16339595
    }
  ]
}

Provide credentials for PubSub through the GOOGLE_APPLICATION_CREDENTIALS environment variable as described here.

blockchain-poller's People

Contributors

pinecc 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.