Giveth / DeVouch-BE

DeVouch - Decentralized Vouching via Attestations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

DeVouch - Decentralized Vouching via Attestations

License:GNU General Public License v3.0


Languages

Language:TypeScript 87.4%Language:JavaScript 12.0%Language:Dockerfile 0.5%Language:Shell 0.1%