Skip to content

abunsen/etherflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published