Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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