New demos for Python packages (#1734)

End-to-end demos of constructing and signing an order and submitting it to a Relayer.  Docs are generated from the code, and include usage examples that are verified through automated testing.
This commit is contained in:
Michael Huang
2019-03-26 18:07:04 -05:00
committed by F. Eugene Aumson
parent 28c4ca73ab
commit 3099ba71eb
33 changed files with 872 additions and 697 deletions

View File

@@ -17,7 +17,6 @@ PACKAGE_DEPENDENCY_LIST = [
"sra_client",
"order_utils",
"middlewares",
"contract_demo"
]
for package in PACKAGE_DEPENDENCY_LIST: