This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:client:pyethapp [2020/05/05 20:49] nick ↷ Page moved from dido:public:stds:defact:ethereum:client:pyethapp to dido:public:apdx.stds:defact:ethereum:client:pyethapp |
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:client:pyethapp [2021/08/11 11:35] (current) murphy [Abstract] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== Ethereum: Pyethapp Project ========= | + | ===== Ethereum: Pyethapp Project ===== |
| - | [[dido:public:stds:defact:ethereum | Return to Ethereum ERCs ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:ethereum:client| Return to Ethereum ERCs ]] |
| - | : **Note**: The following is an excerpt from the official Ethereum site. It is provided here as a connivence and is not authoritative. Refer to the original document as the authoritative reference. | + | **Note**: The following is an excerpt from the official Ethereum site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. |
| <table> | <table> | ||
| Line 13: | Line 13: | ||
| </table> | </table> | ||
| - | + | ==== Abstract ==== | |
| - | ====== Abstract ====== | + | |
| Source: [[http://www.ethdocs.org/en/latest/ethereum-clients/pyethapp/index.html | Pyethapp Project ]] | Source: [[http://www.ethdocs.org/en/latest/ethereum-clients/pyethapp/index.html | Pyethapp Project ]] | ||
| - | : //**pyethapp** is the python-based client implementing the Ethereum cryptoeconomic state machine. The python implementation aims to provide an easily hackable and extendable codebase.// | ||
| - | : //pyethapp leverages two ethereum core components to implement the client:// | + | //**pyethapp** is the python-based [[dido:public:ra:xapend:xapend.a_glossary:c:client|client]] implementing the Ethereum cryptoeconomic state machine. The python implementation aims to provide an easily hackable and extendable codebase.// |
| - | * //pyethereum - the core library, featuring the blockchain, the ethereum virtual machine, mining// | + | //pyethapp leverages two ethereum core components to implement the client:// |
| - | * //pydevp2p - the p2p networking library, featuring node discovery for and transport of multiple services over multiplexed and encrypted connections// | + | |
| + | * //pyethereum - the core library, featuring the [[dido:public:ra:xapend:xapend.a_glossary:b:blockchain|blockchain]], the [[dido:public:ra:xapend:xapend.a_glossary:e:evm|ethereum virtual machine]], mining// | ||
| + | * //pydevp2p - the p2p networking library, featuring [[dido:public:ra:xapend:xapend.a_glossary:n:node|node]] [[dido:public:ra:xapend:xapend.a_glossary:d:discovery|discovery]] for and transport of multiple services over multiplexed and encrypted connections// | ||