https://github.com/cgewecke/rinkeby-migrations
Example repo to test new migrations on Rinkeby
https://github.com/cgewecke/rinkeby-migrations
Last synced: 3 months ago
JSON representation
Example repo to test new migrations on Rinkeby
- Host: GitHub
- URL: https://github.com/cgewecke/rinkeby-migrations
- Owner: cgewecke
- License: apache-2.0
- Created: 2018-06-25T05:33:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T22:45:17.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T02:26:44.967Z (4 months ago)
- Language: Solidity
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rinkeby-migrations
Example repo to test new migrations on Rinkeby### Install
```shell
$ git clone https://github.com/cgewecke/rinkeby-migrations.git --recursive
$ cd rinkeby-migrations
$ npm run bootstrap
```### Secrets
Create a `secrets.js` as below:
```javascript
module.exports = {
mnemonic: <12-word-mnemonic-string>,
infura:
}
```+ [Rinkeby faucet](https://faucet.rinkeby.io/)
+ [Ropsten faucet](http://faucet.ropsten.be:3001/)### Run
```shell$ npm run migrate:dev # You must launch ganache in separate terminal tab
$ npm run migrate:ropsten
$ npm run migrate:rinkeby