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.
47 lines
1.1 KiB
47 lines
1.1 KiB
.. 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.
|
|
|
|
Welcome to Zeppelin-Solidity
|
|
=============================================
|
|
|
|
Zeppelin is a library for writing secure Smart Contracts on Ethereum.
|
|
|
|
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>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
getting-started
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Smart Contracts
|
|
|
|
ownable
|
|
Pausable
|
|
destructible
|
|
claimable
|
|
migrations
|
|
safemath
|
|
limitbalance
|
|
pullpayment
|
|
standardtoken
|
|
basictoken
|
|
crowdsaletoken
|
|
bounty
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Developer Resources
|
|
|
|
contract-security-patterns
|
|
developer-resources
|
|
license
|
|
|