Skip to content

Instantly share code, notes, and snippets.

@cenyG
Last active June 25, 2018 13:33
Show Gist options
  • Save cenyG/6e29f42e4f03b2b228c93d4089cc6619 to your computer and use it in GitHub Desktop.
Save cenyG/6e29f42e4f03b2b228c93d4089cc6619 to your computer and use it in GitHub Desktop.
How to deploy Ethereum contracts for testing

How to deploy Ethereum contracts for testing:

Will need :
https://metamask.io/
https://remix.ethereum.org
https://www.parity.io/

Use parity to connect to ropsten network. Now you can connect to Parity localhost address 127.0.0.1:8545 and use RPC.
Use Metamask to send transactions.
Use Remix to deploy contracts. Remix will automatically detect your Metamask web3.js adapter and use it to deploy contracts from your wallet address.

  1. parity --chain ropsten
  2. In metamask use Ropsten network
  3. Copy paste and deploy contracts using remix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment