roninkaizen / etherflow

A web interface for interacting with ethereum nodes

Home Page:https://etherflow.quiknode.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EtherFlow

A tool for interacting/debugging with Ethereum JSON-RPC and generating sample code.
View Demo · Report Bug · Request Feature

About

EtherFlow is a tool for sending requests to Ethereum JSON-RPC endpoints without having to write code. It supports most standard RPC methods and the trace module for Parity/OpenEthereum. It updates the URL and embeds your RPC endpoint, preferred library, method call and params in the URL for easy sharing to any relevant parties.

Quik Start

If you don't want to install anything just go here: https://etherflow.quiknode.io

You can also just run this in your terminal:

git clone git@github.com:abunsen/etherflow.git && cd etherflow && npm install && npm start

Adding a new lib

There is a folder etherflow -> src -> helpers -> libs link that contains all of the supported libraries. If you'd like to add a new front end library, it's easy enough:

  1. Add a file in the above folder with the <name of the lib>.js
  2. Add a every single supported RPC method from here to an exported object
  3. Add exec, codeSample and args to each method
  4. Test it
  5. You're done!

If you'd like to add a new back end library, please open an issue so we can discuss the best way to support this!

Contributing

Please feel free to add tests, change the code so it has better organization, etc. I'm very happy to receive PRs.

Wishlist (in order of priority)

About

A web interface for interacting with ethereum nodes

https://etherflow.quiknode.io

License:MIT License


Languages

Language:CSS 96.7%Language:JavaScript 3.2%Language:HTML 0.0%