|
8 | 8 | <h1>Projects</h1> |
9 | 9 |
|
10 | 10 | <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> |
13 | 13 | {% include repository.html name="ethereumjs-vm" %} |
14 | | - {% include repository.html name="merkle-patricia-tree" %} |
15 | 14 | </div> |
16 | 15 |
|
17 | 16 | <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" %} |
22 | 20 | </div> |
23 | 21 |
|
24 | 22 | <div class="separator"></div> |
25 | 23 |
|
26 | 24 | <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" %} |
32 | 30 | {% include repository.html name="ethereumjs-abi" %} |
| 31 | + {% include repository.html name="ethereumjs-tx" %} |
33 | 32 | </div> |
34 | 33 |
|
35 | 34 | <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" %} |
39 | 40 | {% include repository.html name="helpeth" %} |
40 | | - {% include repository.html name="common" %} |
41 | | - {% include repository.html name="geth.js" %} |
42 | 41 | </div> |
43 | 42 |
|
44 | 43 | <div class="separator"></div> |
45 | 44 |
|
46 | 45 | <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" %} |
52 | 58 | {% include repository.html name="ethashjs" %} |
| 59 | + {% include repository.html name="rustbn.js" %} |
53 | 60 | </div> |
54 | 61 |
|
55 | 62 | <div class="repo-group"> |
56 | 63 | <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> |
58 | 65 | {% include repository.html name="ethereumjs-devp2p" %} |
59 | | - {% include repository.html name="ethrpc" %} |
60 | | - {% include repository.html name="node-blockchain-server" %} |
61 | 66 | </div> |
62 | 67 |
|
| 68 | +<div class="separator"></div> |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
63 | 73 | <div class="separator" style="height:0px;"></div> |
64 | 74 |
|
65 | 75 | <h1>Use Cases</h1> |
|
0 commit comments