Skip to content

Commit

Permalink
GITBOOK-496: Leo's Jul 16 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leosayous21 authored and gitbook-bot committed Jul 16, 2023
1 parent 5322e91 commit df2fa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ There are 3 different ways to define the data of a Group generator, you can use:

* A hardcoded list of Data Source (e.g. [rhinofi-power-users](https://github.com/sismo-core/sismo-hub/blob/main/group-generators/generators/rhinofi-power-users/index.ts))
* [Data Providers](../../how-sismo-works/resources/sismo-hub/data-providers.md) (e.g. [proof-of-humanity](https://github.com/sismo-core/sismo-hub/blob/main/group-generators/generators/proof-of-humanity/index.ts))
* Already existing [Groups](../../knowledge-base/resources/sismo-hub/sismo-hub/broken-reference/) (e.g. [sismo-contributors](https://github.com/sismo-core/sismo-hub/blob/main/group-generators/generators/sismo-contributors/index.ts))
* Already existing [Groups](https://factory.sismo.io/groups-explorer) (e.g. [sismo-contributors](https://github.com/sismo-core/sismo-hub/blob/main/group-generators/generators/sismo-contributors/index.ts))

If you want more info on Groups, check out this [page](../../knowledge-base/resources/sismo-hub/sismo-hub/broken-reference/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Groups are a reusable tool used by Sismo to generate available Data Groups for [

You will find more information on what are groups in this section:

{% content-ref url="../../../knowledge-base/resources/sismo-hub/broken-reference/" %}
[broken-reference](../../../knowledge-base/resources/sismo-hub/broken-reference/)
{% content-ref url="../../../data-groups/data-groups-and-creation/" %}
[data-groups-and-creation](../../../data-groups/data-groups-and-creation/)
{% endcontent-ref %}

Generating Data Groups and making them available for proving schemes requires some infrastructure. We have developed a repository, the [sismo-hub](https://github.com/sismo-core/sismo-hub), to let anyone propose new Data Groups and make them available for Hydra proving schemes with a simple PR.
Expand Down

0 comments on commit df2fa3c

Please sign in to comment.