first commit

This commit is contained in:
Jack Hodgkinson 2022-01-26 12:25:11 +00:00
parent 501a414bc0
commit b4a40a56ea
7 changed files with 279 additions and 2 deletions

View file

@ -0,0 +1,6 @@
digraph {
rankdir="LR"
{User} -> StakingPool [label="pays LQ to"]
StakingPool -> Stake [label="creates"]
Stake -> Proposal [label="is locked by"]
}