get rid of redundant docs, update README a little

This commit is contained in:
Emily Martins 2022-09-16 14:45:40 +02:00
parent acc1da783a
commit b2e9b3d8dd
14 changed files with 68 additions and 860 deletions

View file

@ -1,7 +1,9 @@
digraph {
Stakes -> Proposals [label="vote on"]
Stakes -> Proposals [label="create and vote on"]
Proposals -> Effects [label="have"]
Admin-> Governor [label="initializes"]
Governor -> Effects [label="issues GATs to"]
Users -> Stakes [label="lock GT in"]
Effects -> Treasury [label="release GT from"]
Effects -> Components [label="alter"]
}