Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmatteo23/metamask-gitcoin-snap
Gitcoin Passport Analytics Snap. Get stats on who you're sending money to directly on Metamask.
https://github.com/mmatteo23/metamask-gitcoin-snap
gitcoin-passport metamask metamask-snap reputation
Last synced: 3 days ago
JSON representation
Gitcoin Passport Analytics Snap. Get stats on who you're sending money to directly on Metamask.
- Host: GitHub
- URL: https://github.com/mmatteo23/metamask-gitcoin-snap
- Owner: mmatteo23
- Created: 2024-01-22T19:56:38.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T17:39:43.000Z (10 months ago)
- Last Synced: 2024-12-03T13:50:45.611Z (19 days ago)
- Topics: gitcoin-passport, metamask, metamask-snap, reputation
- Language: TypeScript
- Homepage: https://gitcoin-metamask-snap-site.vercel.app/
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website
·
Blog·    ·    ·
Enabling KYR (Know Your Receiver) transactions. Get stats on who you're sending money to directly on Metamask.·    ·    ·
# Features
Using Gitcoin Snap you can have stats about receiver of your transactions. Currently supported features:
- **Gitcoin Score:** the snap shows the address's score
- **Stamps grouped by Platforms:** the snap shows a list of stamps based on the platform/issuer that have released them.# Development
### Prerequisites
- [MetaMask Flask](https://docs.metamask.io/snaps/get-started/install-flask/)
- ⚠️ You need a version of MetaMask that supports Snaps
- Node.js `18`. I **strongly** recommend you install via [NVM](https://github.com/creationix/nvm) to avoid incompatibility issues between different node projects.## Running
- Run `yarn install`
- Run `yarn build`
- Run `yarn start`