Delegator
Register organization, reporters, contracts, functions, and connect them together to create your white list rules
Insert new organization
yarn cli delegator organizationInsert \
--name ${orgName}example
yarn cli delegator organizationInsert --name bisonaiList organizations
yarn cli delegator organizationListInsert new reporter
yarn cli delegator reporterInsert \
--address ${address} \
--organizationId ${organizationId}example
yarn cli delegator reporterInsert --address 0xab --organizationId 10List reporters
yarn cli delegator reporterListInsert new contract
example
List contracts
Insert new function
example
List functions
Connect contract with reporter
List reporters
Last updated