- A multisig wallet which let's one account create transfers and also lets accounts listed on the approvers list able to approve them.
- Login with Metamask
- Create a transfer amount and send to an address
- Approve the transfer
client
: React frontendcontracts
: Smart contracts deployed on Rinkeby testnetmigrations
: Migration files for deploying contracts incontracts
directory.test
: Smart contract tests
- Node.js >= 13.14
- Truffle
- Ganache
- Yarn
- Run
npm i
to install Truffle build and smart contract dependencies - Run
truffle develop
in root project to generate addresses - Run
migrate --reset --network development
to run it on localhost at port9545
with Ganache - To run tests, open another terminal tab and in the root folder run
truffle test
cd client
yarn install
ornpm i
yarn start
- Open
http://localhost:3000
https://reverent-goldstine-416b6d.netlify.app/
https://www.loom.com/share/fd25e0b67b87465f99befdd1b9f9f64e
benzobryant.eth