1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .. 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
|