This PR adds a new package to the monorepo: the zodiac roles SDK. It also sets up typechain on the evm package.
The SDK is still in an experimental state, but I'm already using it for programmatically configuring roles' permissions. The plan is to make is a bit generally useful and then release it as an npm package.
As a next step (subsequent PR), I'd like to make it compatible with our subgraph API so we can apply presets as patches onto an existing role configuration (as read from the subgraph).
This PR adds a new package to the monorepo: the zodiac roles SDK. It also sets up typechain on the
evm
package.The SDK is still in an experimental state, but I'm already using it for programmatically configuring roles' permissions. The plan is to make is a bit generally useful and then release it as an npm package.
As a next step (subsequent PR), I'd like to make it compatible with our subgraph API so we can apply presets as patches onto an existing role configuration (as read from the subgraph).