cgewecke / rinkeby-migrations

Example repo to test new migrations on Rinkeby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rinkeby-migrations

Example repo to test new migrations on Rinkeby

Install

$ git clone https://github.com/cgewecke/rinkeby-migrations.git --recursive
$ cd rinkeby-migrations
$ npm run bootstrap

Secrets

Create a secrets.js as below:

module.exports = {
  mnemonic: <12-word-mnemonic-string>,
  infura: <infura-api-key-string>
}

Run

$ npm run migrate:dev # You must launch ganache in separate terminal tab
$ npm run migrate:ropsten
$ npm run migrate:rinkeby

About

Example repo to test new migrations on Rinkeby

License:Apache License 2.0


Languages

Language:Solidity 92.8%Language:JavaScript 6.7%Language:Shell 0.6%