Skip to content

New Backend Support for curl requests #12

@tasiov

Description

@tasiov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions