-
Notifications
You must be signed in to change notification settings - Fork 66
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
Inomurko/gnosis multisig #677
Conversation
npm install -g npm@latest | ||
nvm use node | ||
npm install | ||
npx truffle migrate 0xa508dD875f10C33C52a8abb20E16fc68E981F186 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, where does this address comes from? 0xa508dD875f10C33C52a8abb20E16fc68E981F186
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's the first address in ganache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh the deterministic ganache run from docker-compose
bc4a4dd
to
742b932
Compare
npm install -g npm@latest | ||
nvm use node | ||
npm install | ||
npx truffle migrate 0xa508dD875f10C33C52a8abb20E16fc68E981F186 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh the deterministic ganache run from docker-compose
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | ||
nvm install v9 | ||
node --version | ||
node -v |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra?
No description provided.