Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugomrdias/metamask
Metasmask Tools
https://github.com/hugomrdias/metamask
filecoin filsnap metamask playwright testing
Last synced: 7 days ago
JSON representation
Metasmask Tools
- Host: GitHub
- URL: https://github.com/hugomrdias/metamask
- Owner: hugomrdias
- License: mit
- Created: 2023-03-09T13:43:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:22:07.000Z (9 days ago)
- Last Synced: 2025-01-24T05:41:13.328Z (8 days ago)
- Topics: filecoin, filsnap, metamask, playwright, testing
- Language: JavaScript
- Homepage: https://hugomrdias.github.io/metamask/
- Size: 602 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Metamask Tools Monorepo
## Install
```bash
# install all dependencies in the mono-repo
pnpm install
# setup git hooks
npx simple-git-hooks
```## Packages
- [metamask-testing-tools](./packages/tools) - This is a collection of tools for testing metamask, metamask flask and metamask snaps.
## Contributing
Read contributing guidelines [here](.github/CONTRIBUTING.md).
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/hugomrdias/metamask)
## License
[MIT](./license) © [Hugo Dias](http://hugodias.me)