mackbowes / gnosis-guild-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 68.8%Language:JavaScript 18.8%Language:Solidity 11.0%Language:HTML 0.8%Language:Makefile 0.4%Language:Dockerfile 0.3%