0.0.11 • Published 6 years ago

eth-hook v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

README still need updates

EthDB

A project with the goal of facilitating the flow of information out of Ethereum blockchain, making it easy to develop hybrid dapps.

Features

  1. Provide a callback to notify events that happened in Ethereum blockchain.

Requirements

  • Have node >=v8.2.1 (hint nvm rocks)
  • Install dependencies with npm i
  • Have your RPC client of choice, at selected network running and fully in sync.
    • For geth, use flags --rpc --rpcapi="db,eth,net,web3,personal,web3" --ws, if starting fresh, for a faster full node sync you may add the flags --fast --cache=1024

Example:

  • See usage in example.js, for a simple usage with testrpc

Flags

  • SILENT=true mute daemon logs
  • DEBUG=eth-hook for more verbose logs
  • FULL_NODE_URL defaults to "http://localhost:8545"

Development

Using prettier for style lint + pre commit hooks + atom prettier plugin

Tests

Needs to get done, basically a variation of example.js would be a great start.

Roadmap:

  1. Implement tests
  2. List input data issue 3
  3. Detect ERC20 payments
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.1-alpha.10

7 years ago

0.0.1-alpha.9

7 years ago

0.0.1-alpha.8

7 years ago

0.0.1-alpha.7

7 years ago

0.0.1-alpha.6

7 years ago

0.0.1-alpha.5

7 years ago

0.0.1-alpha.4

7 years ago