devnet icon indicating copy to clipboard operation
devnet copied to clipboard

Windows Setup Does Not Work - dep ensure returns error

Open dellams opened this issue 5 years ago • 1 comments

Hello,

I hope someone can help me please?

I have followed the windows setup instructions here: https://github.com/smartcontractkit/chainlink/wiki/Windows-Development-Setup

But when I get to the step to run "dep ensure" I get this error message:

"could not find project Gopkg.toml, use dep init to initiate a manifest"

When I run "dep init" as it suggests I then get this error message:

"init failed: unable to determine direct dependencies: unable to deduce repository and source type for "go.dedis.ch/fixbuf": unable to read metadata: go-import metadata not found"

Any ideas?

I am very keen to get started with your API, I wish to integrate it into my own bridging API, but I have been very frustrated with the amount of setup required and I have had a lot of issues to resolve just to get this far! So would really appreciate if someone can help me get up and running with chainlink as a developer ASAP.

Any help would be greatly appreciated.

Many thanks, David

dellams avatar Jul 09 '20 15:07 dellams

Probably you are on the wrong repo here @dellams , I think you might want http://github.com/smartcontractkit/chainlink

samsondav avatar Jul 10 '20 13:07 samsondav