https://github.com/giveth/devouch-be
DeVouch - Decentralized Vouching via Attestations
https://github.com/giveth/devouch-be
Last synced: about 1 year ago
JSON representation
DeVouch - Decentralized Vouching via Attestations
- Host: GitHub
- URL: https://github.com/giveth/devouch-be
- Owner: Giveth
- License: gpl-3.0
- Created: 2024-04-16T20:13:32.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-09T09:11:01.000Z (over 1 year ago)
- Last Synced: 2025-03-23T17:22:35.624Z (about 1 year ago)
- Language: TypeScript
- Size: 709 KB
- Stars: 24
- Watchers: 9
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](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).