Skip to content

Commit 3a9e63b

Browse files
committed
Merge 592439b into README
1 parent 8680e59 commit 3a9e63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out [keythereum](https://github.com/ethereumjs/keythereum) for managing ke
88

99
### Creating a Dapp?
1010

11-
You will need to interface with the Ethereum network. [web3.js](https://github.com/ethereumjs/web3.js) provides a complete RPC interface from Javascript. If looking for a more lightweight option, [ethereumjs-abi](https://github.com/axic/ethereumjs-abi) or [solidity.js](https://github.com/ethereumjs/solidity.js) can handle the ABI encoding.
11+
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/axic/ethereumjs-abi) or [solidity.js](https://github.com/ethereumjs/solidity.js) can handle the ABI encoding.
1212

1313
### Interested in running a node?
1414

@@ -39,7 +39,7 @@ See [node-blockchain-server](https://github.com/ethereumjs/node-blockchain-serve
3939

4040

4141
## Ethereum JS projects not tracked here
42-
* [web3.js](https://github.com/ethereum/web3.js): the complete API as seen in the [wiki](https://github.com/ethereum/wiki/blob/master/JSON-RPC.md)
42+
* [web3.js](https://github.com/ethereum/web3.js): the complete API as seen in the [wiki](https://github.com/ethereum/wiki/wiki/JavaScript-API)
4343
* [solidity.js](https://github.com/ethereum/solidity.js): ABI encoding and decoding (the relevant code split out from web3.js)
4444

4545
## Contributing and contact

0 commit comments

Comments
 (0)