-
Notifications
You must be signed in to change notification settings - Fork 2
Connect to the staging network when connecting to the mediator agent #2
Comments
I'm not sure I understand your question @ILoomans. The network (indy network?) being used is a separate concept from a mediator. You don't need to connect to a ledger to connect to a mediator and vice versa. Could you elaborate a bit and maybe point to the feature in ARNIMA? |
Hey @TimoGlastra , Apologies, my initial message was not very clear. I am trying to connect to the sovrin staging network. From my research, you connect to the sovrin network by connecting to the mediator agent and then passing the genesis transaction of the desired network you plan to connect to. In the case of the sovrin staging network, it is (https://github.com/sovrin-foundation/sovrin/blob/master/sovrin/pool_transactions_sandbox_genesis) . In ARNIMA for example if you can pass this as a poolConfig parameter in their connectWithMediator function. As seen here (https://github.com/ayanworks/ARNIMA). I hope this clarifies this. |
Now I understand. You can directly connect to the sovrin network from within the mobile app. You don't need to connect to a mediator first. The mediator will receive messages for you and forward them to the mobile device so you can still receive messages from other agents when the mobile device is offline. It is not very flexible at the moment but you can specify the link to the genesis file of the network you want to connect to in the
In your case this should be const url = 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_sandbox_genesis' |
I opened #3 to make this more flexible |
Thanks for this! helps me very much! |
Feature description
Connect to the staging network when connecting to the mediator agent### Todo
The text was updated successfully, but these errors were encountered: