nucypher/docs/source/index.rst

129 lines
2.4 KiB
ReStructuredText
Raw Normal View History

2019-01-25 20:07:01 +00:00
NuCypher
========
*A proxy re-encryption network to empower privacy in decentralized systems*
.. image:: .static/img/nucypher_logo.svg
2019-01-25 20:07:01 +00:00
:width: 60%
----
2019-01-25 20:07:01 +00:00
.. 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://coveralls.io/repos/github/nucypher/nucypher/badge.svg?branch=master
:target: https://coveralls.io/github/nucypher/nucypher?branch=master
.. image:: https://circleci.com/gh/nucypher/nucypher/tree/master.svg?style=svg
:target: https://circleci.com/gh/nucypher/nucypher/tree/master
.. image:: https://img.shields.io/pypi/l/nucypher.svg
:target: https://img.shields.io/pypi/l/nucypher.svg
2019-01-25 20:07:01 +00:00
- GitHub https://www.gihub.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*
.. warning::
NuCypher is currently in the *Alpha* development stage and is **not** intended for use production.
.. toctree::
:maxdepth: 2
Architecture
------------
.. toctree::
:maxdepth: 1
architecture/contracts
architecture/upgradeable_proxy_contracts
Guides
------
.. toctree::
:maxdepth: 2
guides/quickstart
guides/ursula_configuration_guide
guides/federated_testnet_guide
guides/installation_guide
guides/contribution_guide
Demos
-----
.. toctree::
:maxdepth: 2
demos/local_fleet_demo
demos/finnegans_wake_demo
demos/heartbeat_demo
API
---
.. toctree::
:maxdepth: 2
api/characters
api/config
api/crypto
api/keyring
api/keystore
api/network
api/policy
Release Notes
-------------
.. toctree::
:maxdepth: 1
release_notes/genesis_release
Indices and Tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`