Implement chainlib cli for traffic script

This commit is contained in:
Louis Holbrook
2021-08-25 09:33:23 +00:00
parent f0b4c42c68
commit 3bf92e7a8a
9 changed files with 57 additions and 45 deletions

View File

@@ -0,0 +1,3 @@
[celery]
broker_url = redis://localhost:63379
result_url = redis://localhost:63379

View File

@@ -0,0 +1,3 @@
[redis]
host = localhost
port = 63379

View File

@@ -0,0 +1,2 @@
[rpc]
http_provider = http://localhost:63545