mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-08 04:54:16 -05:00
docs(docs): add more info to the intro and faq pages
This commit is contained in:
@@ -2,4 +2,26 @@
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# FAQ
|
||||
# FAQ
|
||||
|
||||
## Where can I ask questions about Bandada?
|
||||
|
||||
You can ask questions about Bandada in the [PSE Discord](https://discord.com/invite/sF5CT5rzrR), there is a channel for it called `bandada` or by opening a [Bandada Discussion](https://github.com/orgs/bandada-infra/discussions).
|
||||
|
||||
The most frequent asked questions will be listed below.
|
||||
|
||||
## How can I start a project using Bandada?
|
||||
|
||||
There are 3 ways you can start using Bandada in your project:
|
||||
|
||||
- [API](https://api.bandada.pse.dev/)
|
||||
|
||||
This is a good option if you are not using TypeScript/JavaScript and want to interact with the Bandada infrastructure.
|
||||
|
||||
- [API SDK](https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk)
|
||||
|
||||
This is a good option if you are using TypeScript/JavaScript and want to interact with the Bandada infrastructure.
|
||||
|
||||
- [Boilerplate](https://github.com/bandada-infra/boilerplate)
|
||||
|
||||
This is a good option if you want to quickly create a Bandada project because you can fork it, clone it or use it as a template.
|
||||
|
||||
@@ -5,3 +5,8 @@ slug: /
|
||||
|
||||
# What is Bandada?
|
||||
|
||||
Bandada is an infrastructure to manage privacy-preserving groups. It also provides antisybil mechanisms by using credential groups so that you can only join a group if you meet a specific criteria.
|
||||
|
||||
Bandada is a public good project. It is free and open source. Everyone can use it and contribute to it.
|
||||
|
||||
- Bandada is a Spanish word that means **group of birds**. It is the same as the English word **flock**.
|
||||
Reference in New Issue
Block a user