Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giveth/devouch-be
- Owner: Giveth
- License: gpl-3.0
- Created: 2024-04-16T20:13:32.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-05T09:10:11.000Z (9 days ago)
- Last Synced: 2024-11-05T09:20:28.918Z (9 days ago)
- Language: TypeScript
- Size: 694 KB
- Stars: 24
- Watchers: 9
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).