You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: