This is data from Grants Round 13. Each node in the network is a user (or grant) and each edge is a transaction between those nodes.
I find these graphs are useful for visualizing each grants round in 3-dimensional space. Using this data you can see which users/grants are hyperconnectors and which are on islands unto themselves.
In the old centralized Gitcoin Grants tool, the admin could generate these graphs.
Can anyone build a similar tool to help me visualize the social economic graphs of new Gitcoin Grants? Eg for any round created with round manager I want to be able to visualize the social structure of it.
I have budget for this build out.
Related info:
- Gitcoin Allo Protocol Docs
- the old centralized Gitcoin Grants code that used to do this
- a similar tool that already works on Allo that you could perhaps fork: https://grants-graph.vercel.app/ (code)