Go to file
Roman Storm cee2055d5b Set gasLimit and calculate amount to fund 2018-02-21 09:13:56 -08:00
.gitignore init 2018-02-16 21:18:50 -07:00
README.md init 2018-02-16 21:18:50 -07:00
deploy.js Set gasLimit and calculate amount to fund 2018-02-21 09:13:56 -08:00
package.json init 2018-02-16 21:18:50 -07:00

README.md

Deploy smart contracts cross chain with the same address

  1. Run npm install
  2. Please create .env file with the following variables
RPC_URL=https://core.poa.network
UNLOCKED_ADDRESS=0x
PRIVATE_KEY=
BYTECODE=0x
GAS_PRICE=1.1
  1. Run node deploy.js