https://github.com/wallet-test-framework/glue-taho
https://github.com/wallet-test-framework/glue-taho
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallet-test-framework/glue-taho
- Owner: wallet-test-framework
- License: mit
- Created: 2023-12-05T20:49:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T20:09:03.000Z (over 1 year ago)
- Last Synced: 2025-01-22T11:18:25.680Z (over 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Wallet Test Framework: Taho
A tool to automate the Taho 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 Taho Wallet. The publicly available extension may be fetched with:
```bash
wget \
-O taho.crx \
'https://clients2.google.com/service/update2/crx?response=redirect&prodversion=118.0.5993.70&acceptformat=crx2,crx3&x=id%3Deajafomhmkipbjmfmhebemolkcicgfmd%26uc'
```
## Building
```bash
npm run build
```
### Tests & Linting (Optional)
```bash
npm test
```
## Running
```bash
npx glue-taho \
--extension-path /path/to/crx/file
```