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
Copy file name to clipboardExpand all lines: index.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Check out [keythereum](https://github.com/ethereumjs/keythereum) or [ethereumjs-
81
81
82
82
### Creating a Dapp?
83
83
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.
85
85
86
86
### Build for the Web?
87
87
@@ -95,6 +95,7 @@ There are various high-quality Ethereum infrastructure Javascript projects outsi
95
95
Some worth mentioning:
96
96
97
97
*[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)
98
99
*[eth.js](https://github.com/ethjs): Simple JS modules for the Ethereum ecosystem
0 commit comments