This repository contains all the code for the Questbook grant orchestration tool. The grants tool is a decentralised application that helps protocols manage their grant programs on-chain, without having to pay any gas fees.
Website: https://questbook.app
Some of our top partners include:
- Clone the repo
- Install the dependencies using
npm i --legacy-peer-deps
- Create a
.env
file in the root directory and add the following variables:
NEXT_PUBLIC_IS_TEST=true | false
NEXT_PUBLIC_INFURA_ID=my-infura-id
BICO_AUTH_TOKEN=my-biconomy-auth-token
SOLANA_RPC=my-solana-rpc-url
SENTRY_LOG_LEVEL=debug
SENTRY_AUTH_TOKEN=sentry-auth-token
API_ENDPOINT=https://api.questbook.app
NOTIF_BOT_USERNAME=qb_notif_bot
- Run the app using
npm run dev
The main flows of the app are described below.