A multisig dapp for Status https://status-im.github.io/multisig-dapp/
Go to file
Ricardo Guilherme Schmidt 35e06c5099
change EmbarkJS import to use magic link
2020-08-09 23:42:02 -03:00
app change EmbarkJS import to use magic link 2020-08-09 23:42:02 -03:00
config remove livenet settings 2020-08-08 19:28:45 -03:00
contracts/multisig set solc 0.5.11 2020-07-24 06:09:51 -03:00
test update to latest embark (#7) 2020-04-07 18:36:17 -03:00
utils add basic tests 2019-06-16 01:59:21 -03:00
.gitattributes cleanup bootstrap 2018-04-23 01:58:58 -03:00
.gitignore remove travis config and use livenet 2020-04-13 16:58:04 -03:00
.travis.yml remove geth from cache, remove zombie code 2020-08-08 18:14:08 -03:00
CHANGELOG.md Update master (#5) 2019-06-24 09:12:47 -03:00
LICENSE clean up 2019-03-29 14:07:54 -03:00
README.md update ipfs hash of 0.0.5 2019-06-19 12:04:04 -03:00
embark.json update to embark 6.0.0 2020-08-07 19:28:45 -03:00
package.json update to embark 6.0.0 2020-08-07 19:28:45 -03:00
wait_sync.sh fix wait_sync 2020-07-24 08:40:08 -03:00

README.md

Multisig Dapp

Basic Dapp for deploying and using MultisigWallet. Build Status

Open master in https://status-im.github.io/multisig-dapp/

Releases

Version IPFS Hash infura ipfs.io cloudflare
0.0.5 ipfs://QmVBTAU9Hpcg4d9AyL2PDEVfmD9qhTWLqzjqdxhpnwkvrL/ @infura @ipfs.io @cloudflare
0.0.4 ipfs://QmTNAA1qJrX5zb13pzXkdE8BeHME1Lv2QsRHbhpJcdNcH6/ @infura @ipfs.io @cloudflare
0.0.3 ipfs://QmXhDfK48Y9F6rcp5dvHQndiPogtXZPqgEggy7c5rdBKYC/ @infura @ipfs.io @cloudflare
0.0.2 ipfs://QmcCiUCELq2PuUunfVGKin1wLaukX1ZNVN7si9rvr8SXA4/ @infura @ipfs.io @cloudflare

Usage

Install Node 10

 git clone https://github.com/status-im/multisig-dapp.git
 cd multisig-dapp
 npm install

Run on localhost:8000

 npm start

Build Dapp into dist/

 npm run build

Deploy Dapp into Decentralized Storage

 npm run deploy