/gnosis-guild-app

Primary LanguageTypeScriptMIT LicenseMIT

Gnosis Guild App Monorepo

Packages

name description readme
gnosis-guild-app GuildApp SafeApp & embeddable plugin link
contracts GuildApp smart contracts link
subgraph GuildApp subgraph link
contributor-list-job A job to build a contributor CSV per guild link
subscription-relayer A standalone relayer server to demo how to collect Guild subscriptions from Safes using the AllowanceModule link

Installation

yarn install

Adding a new network

  1. Deploy Contracts on the desired network
  2. Deploy the subgraph on the specified network
  3. Add a new config to networks.ts inside of gnosis-guild-app
  4. Deploy another version of the contributor-job-list with the new networks configuration.

License

MIT