plugeth-utils/docs/index.rst

68 lines
1.2 KiB
ReStructuredText
Raw Normal View History

=======
PluGeth
=======
2022-02-10 23:18:33 +00:00
**The Geth fork to end all Forks.**
2022-02-14 18:02:35 +00:00
PluGeth is a fork of the Go Ethereum Client, `Geth`_, implementing the Golang plugin architecture allowing developers to adapt and extend Geth's capabilities using plugins rather than having to create additional new forks.
2021-10-18 23:25:33 +00:00
2022-02-14 18:02:35 +00:00
The PluGeth project aims to provide a secure and versitile tool for anyone who needs to run a Geth (or Geth-derived) node client that supports features beyond those offered by Geths vanilla EVM.
2022-02-10 23:18:33 +00:00
All dependencies and updates are handled by the PluGeth project, and so, PluGeth enables developers to focus on their projects without having to maintian upstream code.
2022-02-14 18:02:35 +00:00
2022-02-10 23:18:33 +00:00
- :ref:`project`
- :ref:`install`
- :ref:`build`
- :ref:`custom`
.. toctree::
:maxdepth: 1
:caption: Overview
2022-02-10 23:18:33 +00:00
:hidden:
project
types
.. toctree::
:maxdepth: 1
:caption: Tutorials
2022-02-10 23:18:33 +00:00
:hidden:
install
build
custom
.. toctree::
:maxdepth: 1
:caption: Reference
2022-02-10 23:18:33 +00:00
:hidden:
existing
system_req
version
api
plugin_loader
2021-09-24 21:01:16 +00:00
hooks
hook_writing
core_restricted
.. toctree::
:maxdepth: 1
:caption: Contact
2022-02-10 23:18:33 +00:00
:hidden:
contact
2022-02-10 23:18:33 +00:00
.. _Geth: https://geth.ethereum.org/