Skip to content

Commit 81bafde

Browse files
committed
Remove solidity.js (it is deprecated)
1 parent 18b5a30 commit 81bafde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.md

Lines changed: 1 addition & 2 deletions
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 [solidity.js](https://github.com/ethereumjs/solidity.js) can handle the ABI encoding.
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.
8585

8686
### Build for the Web?
8787

@@ -95,7 +95,6 @@ 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-
* [solidity.js](https://github.com/ethereum/solidity.js): ABI encoding and decoding (the relevant code split out from web3.js)
9998
* [eth.js](https://github.com/ethjs): Simple JS modules for the Ethereum ecosystem
10099

101100
# Contributing and Contact

0 commit comments

Comments
 (0)