Skip to content

Commit 8107177

Browse files
authored
Merge pull request #6 from pcowgill/feature/add-ethers
Add ethers as a project not tracked here
2 parents 058d908 + 8ce2b29 commit 8107177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Check out [keythereum](https://github.com/ethereumjs/keythereum) or [ethereumjs-
8181

8282
### Creating a Dapp?
8383

84-
You will need to interface with the Ethereum network. [web3.js](https://github.com/ethereum/web3.js) provides a complete Javascript API to interact with the RPC interface. If looking for a more lightweight option, [ethereumjs-abi](https://github.com/ethereumjs/ethereumjs-abi) or [ethjs-abi](https://github.com/ethjs/ethjs-abi) can handle the ABI encoding.
84+
You will need to interface with the Ethereum network. [web3.js](https://github.com/ethereum/web3.js) and [ethers.js](https://github.com/ethers-io/ethers.js) both provide a complete Javascript API to interact with the RPC interface. If looking for a more lightweight option, [ethereumjs-abi](https://github.com/ethereumjs/ethereumjs-abi) or [ethjs-abi](https://github.com/ethjs/ethjs-abi) can handle the ABI encoding.
8585

8686
### Build for the Web?
8787

@@ -95,6 +95,7 @@ There are various high-quality Ethereum infrastructure Javascript projects outsi
9595
Some worth mentioning:
9696

9797
* [web3.js](https://github.com/ethereum/web3.js): the complete API as seen in the [wiki](https://github.com/ethereum/wiki/wiki/JavaScript-API)
98+
* [ethers.js](https://github.com/ethers-io/ethers.js): the complete API as seen in the [docs](https://docs.ethers.io)
9899
* [eth.js](https://github.com/ethjs): Simple JS modules for the Ethereum ecosystem
99100

100101
# Contributing and Contact

0 commit comments

Comments
 (0)