multisig-wallet-contracts

1.1.5 • Public • Published

Multi-Signature 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

Readme

Keywords

none

Package Sidebar

Install

npm i multisig-wallet-contracts

Weekly Downloads

224

Version

1.1.5

License

LGPL-3.0

Unpacked Size

39 kB

Total Files

9

Last publish

Collaborators

  • bosagoradev
  • hyeonyeobkim
  • youngsoo.jung
  • michaelkim20