index.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. zeppelin-solidity documentation master file, created by
  2. sphinx-quickstart on Tue Dec 13 11:35:05 2016.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to Zeppelin-Solidity
  6. =============================================
  7. Zeppelin is a library for writing secure Smart Contracts on Ethereum.
  8. With Zeppelin, you can build distributed applications, protocols and organizations:
  9. * using :doc:`contract-security-patterns`
  10. * in the `Solidity language <https://solidity.readthedocs.io/en/develop/>`_.
  11. The code is open-source, and `available on github <https://github.com/OpenZeppelin/zeppelin-solidity>`_.
  12. .. toctree::
  13. :maxdepth: 2
  14. getting-started
  15. .. toctree::
  16. :maxdepth: 2
  17. :caption: Smart Contracts
  18. ownable
  19. Pausable
  20. destructible
  21. claimable
  22. migrations
  23. safemath
  24. limitbalance
  25. pullpayment
  26. standardtoken
  27. basictoken
  28. crowdsaletoken
  29. bounty
  30. .. toctree::
  31. :maxdepth: 2
  32. :caption: Developer Resources
  33. contract-security-patterns
  34. developer-resources
  35. license