-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from wallet-test-framework/better-cli
remove hardcoded paths; fix changed id
- Loading branch information
Showing
5 changed files
with
179 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Wallet Test Framework: Coinbase | ||
|
||
A tool to automate the Coinbase wallet use use with Wallet Test Framework. | ||
|
||
## Installation | ||
|
||
### Node | ||
|
||
This project requires Nodejs version 20.6 or later. | ||
|
||
### Dependencies | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
### Chrome Extension | ||
|
||
The glue requires a local copy of Coinbase Wallet. The publicly available extension may be fetched with: | ||
|
||
```bash | ||
wget \ | ||
-O coinbase.crx \ | ||
'https://clients2.google.com/service/update2/crx?response=redirect&prodversion=118.0.5993.70&acceptformat=crx2,crx3&x=id%3Dhnfanknocfeofbddgcijnmhnfnkdnaad%26uc' | ||
``` | ||
|
||
## Building | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|
||
### Tests & Linting (Optional) | ||
|
||
```bash | ||
npm test | ||
``` | ||
|
||
## Running | ||
|
||
```bash | ||
npx glue-coinbase \ | ||
--extension-path /path/to/crx/file | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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