Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run Kovan node & deploy to Kovan #32

Open
nazariyv opened this issue Jun 4, 2020 · 5 comments
Open

How to run Kovan node & deploy to Kovan #32

nazariyv opened this issue Jun 4, 2020 · 5 comments

Comments

@nazariyv
Copy link
Contributor

nazariyv commented Jun 4, 2020

Would be great to have a doc explaining how exactly to either run own node / use providers (like Infura). This is a great doc on how to set up a local node with docker:

https://docs.chain.link/docs/run-an-ethereum-client

But when I run kovan docker node with the above command:

docker run -h eth --name eth -p 8546:8546 \
           -v ~/.parity-kovan:/home/parity/.local/share/io.parity.ethereum/ \
           -it parity/parity:stable --chain=kovan \
           --ws-interface=all --ws-origins="all" \
           --base-path /home/parity/.local/share/io.parity.ethereum/

and then run yarn run deploy in contracts I get:

  yarn run deploy
yarn run v1.22.4
$ truffle migrate

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.

> Something went wrong while attempting to connect to the network. Check your network configuration.

Could not connect to your Ethereum client with the following parameters:
    - host       > localhost
    - port       > 8545
    - network_id > *
Please check that your Ethereum client:
    - is running
    - is accepting RPC connections (i.e., "--rpc" option is used in geth)
    - is accessible over the network
    - is properly configured in your Truffle configuration file (truffle-config.js)

Truffle v5.1.15 (core: 5.1.15)
Node v14.1.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I am sure this is something silly

@rodrprincipe
Copy link

any news?

@DenhamPreen
Copy link
Member

Hey @rodrprincipe, what context are you trying to implement this in?

@rodrprincipe
Copy link

Hi Denham, I am trying to deploy this https://github.com/makerdao/dss-deploy-scripts on kovan, using the local testnet I have no problems, probably I am missing something during the process. Thanks for your kind help in advance

@DenhamPreen
Copy link
Member

Happy to help (if I can)! Its a bit late my side of the world but will have a closer look in the morning 👍

@rodrprincipe
Copy link

I really appreciate! Here it's the same time i guess... texting you from italy:) Btw if you want you can reach me on telegram as @rodrprincipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants