Simple Dapp implementation of a multisig wallet on the Ethereum blockchain. Written in Solidity, using the Truffle framework
cd multisig-wallet-dapp
truffle compile
truffle migrate
npm run dev
Simple Dapp implementation of a multisig wallet on the Ethereum blockchain. Written in Solidity, using the Truffle framework
cd multisig-wallet-dapp
truffle compile
truffle migrate
npm run dev