Skip to content

acc-coin/multisig-wallet

 
 

Repository files navigation

Multisignature Wallet

===================

Forked from Repository https://github.com/gnosis/MultiSigWallet

The following features have been changed

  • Change the version of the smart contract to 0.8.2.
  • Change to hardhat instead of truffle

The following features have been added

  • Implement a feature that provides the address of the owner's multi-sig wallet contracts
  • The interface and the class were separated

Install NodeJS

https://nodejs.org/en/download

Install yarn

npm install -g yarn

Install Project

git clone https://github.com/bosagora/MultiSigWallet.git
cd MultiSigWallet
yarn install

Test Project

cd packages/contracts
cp -r env/.env.sample env/.env
yarn run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.3%
  • Solidity 31.7%