I am trying to run a code using Savoir for API calls. Savoir folder is already copied in project directly.
I have created a chain before running other code file.
question 1: Can anyone tell me how to provide user and password info. for using savoir?
I can get port info. only after creating chain using 'multichain-util create chain2' command
Question2:
When tried to call create file using command 'python3 createStreams.py 4382 chain2' ie without user and password.
I got the following error message:
Traceback (most recent call last):
File "createStreams.py", line 1, in <module>
from Savoir import Savoir
File "/mnt/c/Users/RAM/project/Savoir/__init__.py", line 2, in <module>
from savoir import *
ModuleNotFoundError: No module named 'savoir'