Skip to content

Commit 48a4a60

Browse files
committed
Sort repos to categories
1 parent e94f592 commit 48a4a60

File tree

1 file changed

+35
-25
lines changed

1 file changed

+35
-25
lines changed

index.md

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,58 +8,68 @@
88
<h1>Projects</h1>
99

1010
<div class="repo-group">
11-
<h3><i class="fa fa-cogs"></i> VM / PATRICIA TREE</h3>
12-
<p>Implementation of the Ethereum VM and merkle patricia tree data structure.</p>
11+
<h3><i class="fa fa-cogs"></i> VIRTUAL MACHINE</h3>
12+
<p>Implementation of the Ethereum virtual machine supporting the latest fork rules.</p>
1313
{% include repository.html name="ethereumjs-vm" %}
14-
{% include repository.html name="merkle-patricia-tree" %}
1514
</div>
1615

1716
<div class="repo-group">
18-
<h3><i class="fa fa-key"></i> KEYS / ACCOUNT</h3>
19-
<p>Tools for Ethereum key and account management.</p>
20-
{% include repository.html name="keythereum" %}
21-
{% include repository.html name="ethereumjs-account" %}
17+
<h3><i class="fa fa-sitemap"></i> MERKLE TREE</h3>
18+
<p>Implementation of the core Ethereum data structure.</p>
19+
{% include repository.html name="merkle-patricia-tree" %}
2220
</div>
2321

2422
<div class="separator"></div>
2523

2624
<div class="repo-group">
27-
<h3><i class="fa fa-cube"></i> BLOCKCHAIN / ABI</h3>
28-
<p>Implementations of the main building blocks of the Ethereum blockchain.</p>
29-
{% include repository.html name="ethereumjs-blockchain" %}
30-
{% include repository.html name="ethereumjs-block" %}
31-
{% include repository.html name="ethereumjs-tx" %}
25+
<h3><i class="fa fa-lightbulb-o"></i> DAPP DEVELOPMENT</h3>
26+
<p>Libraries and tools to support Dapp development.</p>
27+
{% include repository.html name="ethrpc" %}
28+
{% include repository.html name="ethereumjs-util" %}
29+
{% include repository.html name="ethereumjs-units" %}
3230
{% include repository.html name="ethereumjs-abi" %}
31+
{% include repository.html name="ethereumjs-tx" %}
3332
</div>
3433

3534
<div class="repo-group">
36-
<h3><i class="fa fa-wrench"></i> UTILITIES / TOOLS</h3>
37-
<p>Helpers and utilities for everyday Ethereum life.</p>
38-
{% include repository.html name="ethereumjs-util" %}
35+
<h3><i class="fa fa-key"></i> KEY MANAGEMENT</h3>
36+
<p>Tools for Ethereum key management and wallet interaction.</p>
37+
{% include repository.html name="ethereumjs-wallet" %}
38+
{% include repository.html name="keythereum" %}
39+
{% include repository.html name="ethereumjs-icap" %}
3940
{% include repository.html name="helpeth" %}
40-
{% include repository.html name="common" %}
41-
{% include repository.html name="geth.js" %}
4241
</div>
4342

4443
<div class="separator"></div>
4544

4645
<div class="repo-group">
47-
<h3><i class="fa fa-money"></i> WALLET / MINING</h3>
48-
<p>Tools for wallet implementations and interactions.</p>
49-
{% include repository.html name="ethereumjs-wallet" %}
50-
{% include repository.html name="ethereumjs-units" %}
51-
{% include repository.html name="ethereumjs-icap" %}
46+
<h3><i class="fa fa-cube"></i> BLOCKCHAIN</h3>
47+
<p>Implementations of the main building blocks of the Ethereum blockchain.</p>
48+
{% include repository.html name="ethereumjs-blockchain" %}
49+
{% include repository.html name="ethereumjs-block" %}
50+
{% include repository.html name="ethereumjs-account" %}
51+
{% include repository.html name="ethereumjs-blockstream" %}
52+
</div>
53+
54+
<div class="repo-group">
55+
<h3><i class="fa fa-wrench"></i> UTILITIES / BINDINGS</h3>
56+
<p>Utilities libraries and bindings to third-party libraries.</p>
57+
{% include repository.html name="geth.js" %}
5258
{% include repository.html name="ethashjs" %}
59+
{% include repository.html name="rustbn.js" %}
5360
</div>
5461

5562
<div class="repo-group">
5663
<h3><i class="fa fa-globe"></i> NETWORK</h3>
57-
<p>Network communication layer and message encoding.</p>
64+
<p>Implementation of the Ethereum network communication layer.</p>
5865
{% include repository.html name="ethereumjs-devp2p" %}
59-
{% include repository.html name="ethrpc" %}
60-
{% include repository.html name="node-blockchain-server" %}
6166
</div>
6267

68+
<div class="separator"></div>
69+
70+
71+
72+
6373
<div class="separator" style="height:0px;"></div>
6474

6575
<h1>Use Cases</h1>

0 commit comments

Comments
 (0)