Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
/ gnosis-deploy Public archive

Easy way to deploy multisig using CLI and node.js

Notifications You must be signed in to change notification settings

rstormsf/gnosis-deploy

Repository files navigation

Easy way to deploy Gnosis multisig contract on any Ethereum Network

Create .env file

DEPLOYMENT_ACCOUNT_ADDRESS=0xb8..83
DEPLOYMENT_ACCOUNT_PRIVATE_KEY=67B9AE6AAFE9D9AE086CA9D7D52C7EBC22560AFFA7138BA6D292B0FEF1639314

RPC_URL=https://sokol.poa.network
OWNER_1=0xdd2BcC1e053aBB1DfA6c1F3D6C7842f57d61440F
OWNER_2=0xA5025FABA6E70B84F74e9b1113e5F7F4E7f4859f
OWNER_3=0x283C7b3D457FbfB53a903FB5312A1e48427044C1
REQUIRED=2

GET_RECEIPT_INTERVAL_IN_MILLISECONDS=3000
GAS_PRICE=1
npm install
node index.js

Example output:

➜  gnosis-deploy git:(master) ✗ node index.js
compling ./MultiSigGnosis.sol ...
compiled successfully ./MultiSigGnosis.sol
estimating gas...
gasLimit =  1714708
sending tx...
txHash 0x1b88f2e8df7240c11df7116282f5a8fb19d256b06a54dec72a9f245b920d1532
pending 3 seconds...
pending 6 seconds...
pending 9 seconds...
Deployed Multisig: 0xfAB8d14e8DE6cF567678a2f300A68EE5E54fF0a0

   Owners: 0xdd2BcC1e053aBB1DfA6c1F3D6C7842f57d61440F,0xA5025FABA6E70B84F74e9b1113e5F7F4E7f4859f,0x283C7b3D457FbfB53a903FB5312A1e48427044C1
   Required Signatures: 2

About

Easy way to deploy multisig using CLI and node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published