alexandrewolff / eth-jsonrpc-nodejs

Collection of code to transact with ethereum nodes over json rpc with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eth-jsonrpc-nodejs

Collection of code to transact with ethereum nodes over json rpc with javascript

Instructions

  1. Create a .env file and fill a WS_PROVIDER field with the url of a websocket Ethereum node
  2. Install dependencies
npm install
  1. Run the websocket.js file
node websocket.js

About

Collection of code to transact with ethereum nodes over json rpc with javascript


Languages

Language:JavaScript 100.0%