Closed gitloverr closed 3 years ago
Thanks for the feedback. Did you execute these commands to clone the Theta blockchain repo to this directory? $GOPATH/src/github.com/thetatoken/theta
mkdir -p $GOPATH/src/github.com/thetatoken
cd $GOPATH/src/github.com/thetatoken
git clone https://github.com/thetatoken/theta-protocol-ledger.git $GOPATH/src/github.com/thetatoken/theta
cd theta
git checkout theta3.0-rpc-compatibility
export GO111MODULE=on
make install
From these error messages the directory structure seems not correct:
go: parsing ../theta/go.mod: open /home/harmony/theta_eth_rpc_adaptor/theta/go.mod: no such file or directory
...
go: parsing ../theta/rpc/lib/rpc-codec/jsonrpc2/go.mod: open /home/harmony/theta_eth_rpc_adaptor/theta/rpc/lib/rpc-codec/jsonrpc2/go.mod: no such file or directory
hi @jieyilong, it's solved thank you!
Great! Thanks for confirming
hi everyone,
I would like to run this on my linux machine.
and I ran on makefile directory :
make linux
then I got this error:
make: integration/docker/build/build.sh: Command not found make: *** [Makefile:13: linux] Error 127
how do I fix this error and how do I run on linux?
also I tried
make install
to, but I got errors again like this:`
`
how do I fix?
thank you