Git Product home page Git Product logo

etherflow's People

Contributors

abunsen avatar nysxah avatar pi0neerpat avatar quicknodezach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

etherflow's Issues

Feature request: option to auto-convert BigNumber responses

Hey folks - awesome tool! Love this as a way to test out methods & view example code.

I think a neat feature would be an option to automatically convert BigNumber return values.

e.g. when using your demo site w/ Ethers.js, I sent a request to eth_getBalance:
Image 2020-11-18 at 12 46 02 PM

It'd be great if there was e.g. a checkbox next to "Send Request to Node" to convert the hex value response to a human readable string (e.g. using Ethers.js's BigNumber parsing: https://docs.ethers.io/v5/api/utils/bignumber/) & to print that result to the console. This would be handy as a quick spot-check for e.g. eth_gasPrice or eth_getBalance.

New Backend Support for curl requests

Add support for curl requests as a web3 library

Looking to add support for curl requests as it is the next web3 library on the list.

curl requests are a command line utility that is not executed in the browser so some work will need to be done to transform curl requests to a browser friendly format like the browser Fetch API.

I propose an implementation that will look something like this:
Screen Shot 2021-04-21 at 2 18 44 PM

In this implementation, curl requests are transformed to Fetch API requests, and both the curl and Fetch requests are displayed in the code sample. With the curl requests commented out, as it is not executed in the browser.

Clicking the "Send Request to Node" button will execute the Fetch API script and display results in the logs panel.

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.