nucypher/docs/source/index.rst

125 lines
2.9 KiB
ReStructuredText

NuCypher
========
*A proxy re-encryption network to empower privacy in decentralized systems*
.. image:: .static/img/nucypher_logo.svg
:width: 60%
----
.. image:: https://img.shields.io/pypi/wheel/nucypher.svg
:target: https://pypi.org/project/nucypher/
.. image:: https://img.shields.io/pypi/pyversions/nucypher.svg
:target: https://pypi.org/project/nucypher/
.. image:: https://img.shields.io/circleci/project/github/nucypher/nucypher.svg?logo=circleci
:target: https://circleci.com/gh/nucypher/nucypher/tree/master
:alt: CircleCI build status
.. image:: https://coveralls.io/repos/github/nucypher/nucypher/badge.svg?branch=master
:target: https://coveralls.io/github/nucypher/nucypher?branch=master
.. image:: https://img.shields.io/discord/411401661714792449.svg?logo=discord
:target: https://discord.gg/7rmXa3S
:alt: Discord
.. image:: https://readthedocs.org/projects/nucypher/badge/?version=latest
:target: https://nucypher.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/l/nucypher.svg
:target: https://www.gnu.org/licenses/gpl-3.0.html
- GitHub https://www.github.com/nucypher/nucypher
- Documentation https://nucypher.readthedocs.io/en/latest/
- Website https://www.nucypher.com/
Whitepapers
-----------
**Network**
https://github.com/nucypher/whitepaper/blob/master/whitepaper.pdf
*"NuCypher - A proxy re-encryption network to empower privacy in decentralized systems"*
*by Michael Egorov, David Nuñez, and MacLane Wilkison - NuCypher*
**Economics**
https://github.com/nucypher/mining-paper/blob/master/mining-paper.pdf
*"NuCypher - Mining & Staking Economics"*
*by Michael Egorov, MacLane Wilkison - NuCypher*
**Cryptography**
https://github.com/nucypher/umbral-doc/blob/master/umbral-doc.pdf
*"Umbral A Threshold Proxy Re-Encryption Scheme"*
*by David Nuñez - NuCypher*
.. warning::
NuCypher is currently in the *Alpha* development stage and is **not** intended for use in production.
.. toctree::
:maxdepth: 1
:caption: Guides
guides/quickstart
guides/federated_testnet_guide
guides/installation_guide
guides/ursula_configuration_guide
guides/contract_deployment_guide
guides/contribution_guide
guides/character_control_guide
.. toctree::
:maxdepth: 1
:caption: Demos
demos/local_fleet_demo
demos/finnegans_wake_demo
demos/heartbeat_demo
.. toctree::
:maxdepth: 1
:caption: Architecture
architecture/contracts
architecture/upgradeable_proxy_contracts
.. toctree::
:maxdepth: 1
:caption: API
api/characters
api/config
api/crypto
api/keyring
api/keystore
api/network
api/policy
.. toctree::
:maxdepth: 1
:caption: Release Notes
release_notes/genesis_release
Indices and Tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`