Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giveth/devouch-be

DeVouch - Decentralized Vouching via Attestations
https://github.com/giveth/devouch-be

Last synced: 8 days ago
JSON representation

DeVouch - Decentralized Vouching via Attestations

Awesome Lists containing this project

README

        

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Giveth/DeVouch-BE)

# 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

```bash
# 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](https://docs.giveth.io/devouch).