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/11/13 02:15] nick ↷ Page moved from dido:public:ra:xapend.stds:defact:ethereum:client:pyethapp to dido:public:ra:xapend:xapend.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:ra:xapend.stds:defact:ethereum:client| 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 convenience 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. | ||
| Line 16: | Line 16: | ||
| 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** 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.// |
| //pyethapp leverages two ethereum core components to implement the client:// | //pyethapp leverages two ethereum core components to implement the client:// | ||
| - | * //pyethereum - the core library, featuring the blockchain, the ethereum virtual machine, mining// | + | * //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 node discovery for and transport of multiple services over multiplexed and encrypted connections// | + | * //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// |