Giter Club home page Giter Club logo

etherflow's Introduction

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)

etherflow's People

Contributors

pi0neerpat avatar abunsen avatar nysxah 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.