Add basic modular contract example

Add link to libraries

Line breaks

Change send method to move

Update docs/examples/modular.rst

Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>

Update docs/examples/modular.rst

Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
This commit is contained in:
Chris Ward
2019-02-15 13:55:38 -07:00
co-authored by ChrisChinchilla
parent 0408130338
commit 31bc2ec3d5
2 changed files with 61 additions and 1 deletions
+4 -1
View File
@@ -3,8 +3,11 @@ Solidity by Example
###################
.. include:: examples/voting.rst
.. include:: examples/blind-auction.rst
.. include:: examples/safe-remote.rst
.. include:: examples/micropayment.rst
.. include:: examples/micropayment.rst
.. include:: examples/modular.rst