Is your feature request related to a problem? Please describe.
The python scripts found in scripts set up several behaviors for the contracts, but they are very specific to the current context.
Describe the solution you'd like
We want to centralize the commands and process a CLI that directs to several actions, like:
- Deploying contracts
- Setting up compliance
- Trusting an issuer
- Adding a new claim
For that to be possible, some of the scripts will need to change to take more inputs.
Is your feature request related to a problem? Please describe.
The python scripts found in
scriptsset up several behaviors for the contracts, but they are very specific to the current context.Describe the solution you'd like
We want to centralize the commands and process a CLI that directs to several actions, like:
For that to be possible, some of the scripts will need to change to take more inputs.