This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from INFURA/docs-feedback
Added a few more comments to the example scripts
- Loading branch information
Showing
4 changed files
with
46 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Ethereum transactions demo | ||
# Infura transactions demo | ||
|
||
In this repository you'll find a collection of code samples that show you how to interact with Ethereum using: | ||
ITX makes transaction sending easy. It takes care of the edge cases of getting a transaction mined, so you don't have to. | ||
|
||
- [The standard approach](standard-transactions): here you'll learn how to use the two most popular Javascript libraries: [web3.js](https://github.com/ethereum/web3.js/) and [ethers.js](https://github.com/ethers-io/ethers.js/). | ||
This repository contains a comparison of how traditional compares to using ITX. You'll find a collection of code samples that show you how to interact with Ethereum using: | ||
|
||
- [Infura Transactions](infura-transactions): here you'll find examples for using the new [Infura Transactions](https://infura.io/docs/ethereum#tag/Transactions) service | ||
- [The standard approach](standard-transactions): you're probably already familiar with this approach. Transactions are sent directly from a user wallet with the help of a popular library like [web3.js](https://github.com/ethereum/web3.js/) or [ethers.js](https://github.com/ethers-io/ethers.js/). | ||
|
||
- [Infura Transactions](infura-transactions): here you'll find examples for using the new [Infura Transactions](https://infura.io/docs/ethereum#tag/Transactions) service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters