Open mysteryon88 opened 3 months ago
medusa-geth
). You may have had to run go mod tidy
after installing medusa and that may have worked.P.S. You are the first person ever to use the low-level API which makes me very happy :) Any feedback would be greatly appreciated.
Yes, I tried go mod tidy
, but it didn't work.
At one point I even tried to manually install medusa-geth
, via git clone
, but it turned out the same as if I went into medusa and inside the package called go mod tidy
I've only managed to run it so far, I haven't dealt with hooks and events yet.
What was the error with go mod tidy
?
There was no error, just the imports didn't work on the bottom line. That is, I entered a command and nothing happened.
There is nothing in the documentation about the API, but there is on the Wiki page. I decided to test it, but ran into a problem with imports, I'm not very good at go, but I hope it will help developers and others.
Using v0.1.6
First create a folder, project, etc.
Then I took the code from the Wiki
After starting up, the error:
How fixed:
I re-run the code and everything works fine, which is very satisfying)