mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openzeppelin-contracts/docs/source/index.rst

47 lines
1.1 KiB

8 years ago
.. zeppelin-solidity documentation master file, created by
sphinx-quickstart on Tue Dec 13 11:35:05 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
8 years ago
Welcome to Zeppelin-Solidity
8 years ago
=============================================
8 years ago
Zeppelin is a library for writing secure Smart Contracts on Ethereum.
8 years ago
8 years ago
With Zeppelin, you can build distributed applications, protocols and organizations:
* using :doc:`contract-security-patterns`
* in the `Solidity language <https://solidity.readthedocs.io/en/develop/>`_.
The code is open-source, and `available on github <https://github.com/OpenZeppelin/zeppelin-solidity>`_.
8 years ago
.. toctree::
:maxdepth: 2
8 years ago
getting-started
8 years ago
8 years ago
8 years ago
.. toctree::
:maxdepth: 2
8 years ago
:caption: Smart Contracts
ownable
stoppable
killable
claimable
migrations
safemath
limitbalance
pullpayment
standardtoken
basictoken
crowdsaletoken
bounty
8 years ago
8 years ago
.. toctree::
:maxdepth: 2
:caption: Developer Resources
contract-security-patterns
developer-resources
license