Multisig example#2
Open
nvitorovic wants to merge 2 commits into
Open
Conversation
lucko515
reviewed
Aug 16, 2022
| @@ -0,0 +1,147 @@ | |||
| # Web3 Actions + Multisig wallet | |||
|
|
|||
| This repository shows usage of Web3 Actions running with a simple [multisig wallet](contracts/MultiSigWallet.sol). | |||
There was a problem hiding this comment.
Instead of shows I would put demonstrates
|
|
||
| # Running the example | ||
|
|
||
| The Web3 Actions code is located in `web3-actions` folder. You can specify this when running `tenderly actions init`. |
There was a problem hiding this comment.
You can specify this when running tenderly actions init. -> Having this sentence immediately after the first one is a bit confusing. Try providing a bit more context here
| You can use these TX hashes to run Web3 Actions manually from the Dashboard. Skip | ||
| to [Deploying Web3 Actions](#3-deploying-web3-actions). | ||
|
|
||
| Note: since the contracts are deployed with a pre-defined list of owners, you can simulate transactions, but you can't |
There was a problem hiding this comment.
Consider putting this paragraph as "NOTE" section
Markdow: > Note: ...
| **/ | ||
| const main = async () => { | ||
| const testRuntime = new TestRuntime(); | ||
|
|
There was a problem hiding this comment.
Maybe, add link to Secrets in W3A documents :)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.