Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmatteo23/metamask-gitcoin-snap-api
Nodejs server to manage API call
https://github.com/mmatteo23/metamask-gitcoin-snap-api
Last synced: 4 days ago
JSON representation
Nodejs server to manage API call
- Host: GitHub
- URL: https://github.com/mmatteo23/metamask-gitcoin-snap-api
- Owner: mmatteo23
- Created: 2024-02-12T22:06:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T16:43:14.000Z (10 months ago)
- Last Synced: 2024-12-03T21:46:27.538Z (19 days ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitcoin Analytics Snap Server
This is a simple server to serve Metamask's Gitcoin Analytic Snap. It manages the API calls to Gitcon Passport APIs.## Development instructions
- yarn install
- mv `.env.example` `.env`
- add your environment variables. You need:
- Gitcoin Passport **API key**
- Gitcoin Passport **BASE URL**
- Gitcoin Passport **Scorer ID**
- yarn dev## Production
- yarn build
- yarn start