Skip to content

Commit 058d908

Browse files
authored
Merge pull request #5 from ethereumjs/updates
Include rlp/ethereumjs-client/node-ethash
2 parents de236f3 + 81bafde commit 058d908

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
</div>
1515

1616
<div class="repo-group">
17-
<h3><i class="fa fa-sitemap"></i> MERKLE TREE</h3>
17+
<h3><i class="fa fa-sitemap"></i> MERKLE TREE / RLP</h3>
1818
<p>Implementation of the core Ethereum data structure.</p>
1919
{% include repository.html name="merkle-patricia-tree" %}
20+
{% include repository.html name="rlp" %}
2021
</div>
2122

2223
<div class="separator"></div>
@@ -45,6 +46,7 @@
4546
<div class="repo-group">
4647
<h3><i class="fa fa-cube"></i> BLOCKCHAIN</h3>
4748
<p>Implementations of the main building blocks of the Ethereum blockchain.</p>
49+
{% include repository.html name="ethereumjs-client" %}
4850
{% include repository.html name="ethereumjs-blockchain" %}
4951
{% include repository.html name="ethereumjs-block" %}
5052
{% include repository.html name="ethereumjs-account" %}
@@ -56,6 +58,7 @@
5658
<p>Utilities libraries and bindings to third-party libraries.</p>
5759
{% include repository.html name="geth.js" %}
5860
{% include repository.html name="ethashjs" %}
61+
{% include repository.html name="node-ethash" %}
5962
{% include repository.html name="rustbn.js" %}
6063
</div>
6164

@@ -78,7 +81,7 @@ Check out [keythereum](https://github.com/ethereumjs/keythereum) or [ethereumjs-
7881

7982
### Creating a Dapp?
8083

81-
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.
8285

8386
### Build for the Web?
8487

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

9497
* [web3.js](https://github.com/ethereum/web3.js): the complete API as seen in the [wiki](https://github.com/ethereum/wiki/wiki/JavaScript-API)
95-
* [solidity.js](https://github.com/ethereum/solidity.js): ABI encoding and decoding (the relevant code split out from web3.js)
9698
* [eth.js](https://github.com/ethjs): Simple JS modules for the Ethereum ecosystem
9799

98100
# Contributing and Contact

0 commit comments

Comments
 (0)