index.rst 936 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Get familiar with the Zeppelin Smart Contracts.
  8. The code is open-source, and `available on github <https://github.com/OpenZeppelin/zeppelin-solidity>`_.
  9. .. toctree::
  10. :maxdepth: 2
  11. getting-started
  12. .. toctree::
  13. :maxdepth: 2
  14. :caption: Smart Contracts
  15. ownable
  16. stoppable
  17. killable
  18. claimable
  19. migrations
  20. safemath
  21. limitbalance
  22. pullpayment
  23. standardtoken
  24. basictoken
  25. crowdsaletoken
  26. bounty
  27. .. toctree::
  28. :maxdepth: 2
  29. :caption: Developer Resources
  30. contract-security-patterns
  31. developer-resources
  32. license