Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airgap-it/tezos-metamask-snap
https://github.com/airgap-it/tezos-metamask-snap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/airgap-it/tezos-metamask-snap
- Owner: airgap-it
- License: apache-2.0
- Created: 2023-02-16T15:09:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:18:20.000Z (4 months ago)
- Last Synced: 2024-11-05T07:35:33.451Z (about 2 months ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 5
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.APACHE2
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-metamask-snaps - airgap-it/tezos-metamask-snap - MetaMask Snap proof-of-concept to add Tezos support (Snaps)
README
[![npm](https://img.shields.io/npm/v/tezos-metamask-snap.svg?colorB=brightgreen)](https://www.npmjs.com/package/tezos-metamask-snap)
[![documentation](https://img.shields.io/badge/documentation-online-brightgreen.svg)](https://github.com/airgap-it/tezos-metamask-snap/wiki)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=airgap-it_tezos-metamask-snap&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=airgap-it_tezos-metamask-snap)
[![Known Vulnerabilities](https://snyk.io/test/github/airgap-it/tezos-metamask-snap/badge.svg)](https://snyk.io/test/github/airgap-it/tezos-metamask-snap/)# Tezos Wallet Snap
The Tezos Wallet Snap is a MetaMask extension that adds Tezos functionality to MetaMask, such as address generation and transaction signing.
Visit https://metamask.tezos.com to interact with the Snap.
## Development
Install the dependencies
```shell
yarn install
```Build and start the local development server
```bash
yarn start
```The example dApp to interact with the Snap is available at `http://localhost:8000`.
## Using the Snap
The production snap is available as Snap `npm:tezos-metamask-snap`.
Visit https://metamask.tezos.com to interact with the Snap.