diff options
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 45e4126d6..bc819801a 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -166,3 +166,17 @@ References: `Protocol Specs: <https://www.iso.org/standard/63648.html>`_. Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. References: `Encoding: <https://protobuf.dev/programming-guides/encoding>`_. + + +.. _Proto 354: + +`NDPI_PROTOCOL_ETHEREUM` +======================= +Ethereum is a decentralized, open-source blockchain with smart contract functionality. + +References: `Main site <https://ethereum.org/en/developers/docs/intro-to-ethereum/>`_. + + +Notes: + +- same as Bitcoin, not each crypto exchange is a mining, it could be a normal transaction, sending or receving or even blockchain exploration.
\ No newline at end of file |