didx-xyz / aries-cloudcontroller-python

A repository for leveraging Self-Sovereign Identity in applications
Apache License 2.0
10 stars 4 forks source link

Equivalent to aca-py start #79

Closed SRiera98 closed 1 year ago

SRiera98 commented 2 years ago

Hello everyone, i'm starting to use aries-cloudcontroller but i don't understand whith is the equivalent for something like this: aca-py start \ --label Alice \ -it http 0.0.0.0 8000 \ -ot http \ --admin 0.0.0.0 11000 \ --admin-insecure-mode \ --genesis-url http://localhost:9000/genesis \ --seed Alice000000000000000000000000001 \ --endpoint http://localhost:8000/ \ --debug-connections \ --auto-provision \ --wallet-type indy \ --wallet-name Alice1 \ --wallet-key secret What's the object i need to instanciate?. I'm trying to emulate the classic example Alice-Faber

TimoGlastra commented 2 years ago

Hi @SRiera98, the cloud controller is meant to be used together with ACA-Py. To get started you need to run an ACA-Py client, from there you can import the AcaPyClient and connect it to your ACA-Py instance.

See the usage section for more information.