-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve to use encrypted environment variables
- Loading branch information
1 parent
e3920db
commit 3b3fdc3
Showing
32 changed files
with
185 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1 @@ | ||
# 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 | ||
|
||
```shell | ||
npm install -g yarn | ||
``` | ||
|
||
## Install Project | ||
|
||
```shell | ||
git clone https://github.com/bosagora/MultiSigWallet.git | ||
cd MultiSigWallet | ||
yarn install | ||
``` | ||
|
||
## Test Project | ||
|
||
```shell | ||
cd packages/contracts | ||
cp -r env/.env.sample env/.env | ||
yarn run test | ||
``` | ||
# acc-bridge-contracts-v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.