-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from lsd-ucsc/py-eth-contract
- Added EthContractHelper python script to help with contract deployment and function calls - Added a Python script, GanachePubSubTests, to run tests with Ganache - This test covers - Deploy PubSubService contract - Deploy HelloWorldPublisher contract - Deploy HelloWorldSubscriber contract - Register HelloWorldPublisher -> PubSubService - Subscribe HelloWorldSubscriber -> HelloWorldPublisher - Publish HelloWorldPublisher -> HelloWorldSubscriber - Code & repo cleaning
- Loading branch information
Showing
15 changed files
with
983 additions
and
590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
.idea | ||
.deps | ||
.debugger | ||
.vscode | ||
|
||
# python temporary files | ||
__pycache__ | ||
*.pyc | ||
*.pyo | ||
*.pyd | ||
|
||
artifacts/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.