Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limone-eth/farcaster-snap
MetaMask Snap integrated with Farcaster
https://github.com/limone-eth/farcaster-snap
Last synced: 9 days ago
JSON representation
MetaMask Snap integrated with Farcaster
- Host: GitHub
- URL: https://github.com/limone-eth/farcaster-snap
- Owner: limone-eth
- License: mit
- Created: 2023-12-22T18:47:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T19:23:22.000Z (about 1 year ago)
- Last Synced: 2024-12-26T14:14:55.496Z (14 days ago)
- Language: TypeScript
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Farcaster MetaMask Snap
this repository implements Farcaster social graph inside MetaMask with a Snap.
MetaMask Snaps is a system that allows anyone to safely expand the capabilities
of MetaMask.a _Snap_ is a program that we run in an isolated environment that
can customize the wallet experience.this Snap allows you to check the Farcaster social graph of the address you are sending $$ to.
you can double check if it's a know account in your Farcaster circle.
![gif](https://github.com/limone-eth/farcaster-snap-site/blob/main/packages/site/static/video.gif)
## Snaps is pre-release software
to interact with (your) Snaps, you will need to install [MetaMask Flask](https://metamask.io/flask/),
a canary distribution for developers that provides access to upcoming features.## getting started
clone this repository repository and set up the development environment:
```shell
yarn install && yarn start
```### testing and linting
run `yarn test` to run the tests once.
run `yarn lint` to run the linter, or run `yarn lint:fix` to run the linter and
fix any automatically fixable issues.