Giveth / DeVouch-BE

DeVouch - Decentralized Vouching via Attestations
GNU General Public License v3.0
22 stars 2 forks source link

Open in Gitpod

Introduction

Devouch is a decentralized application that allows users to attest to project's credibility by their vouches or flags. The backend is built on Subsquid and uses a Postgres database.

Add new organisation

# 0. Copy the org-config.template.json to org-config.json
cp org-config.template.jsonc org-config.jsonc

# 1. Fill the config with your organisation data
# 2. Run the script to add your organisation data to migrations
npm run add-organization

Then create a PR to the main branch to be reviewed and merged.

Further Documentation

More information can be found on the Giveth docs website.