You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is unclear to me where the peer account information is to be added into the application.yml file.
Alice must know about Bob but there is a disconnect as to where the peer information should belong.
An summary example application.yml file with the ILP ping + peer accounts would be really helpful in this section. Peering: ILP-over-HTTP
The text was updated successfully, but these errors were encountered:
In the Java Connector, peering is not done via the yaml file (this is a departure from the JS style). In the Java Connector, all admin functionality, including creating new accounts, is performed via the admin API.
Unfortunately this isn't very well documented in the Peering docs, but the Admin API section should give you an idea of how to create new accounts for peering.
Note that this API will change slightly once hyperledger-archives/quilt#383 is completed and integrated into the Connector (that will be part of the 0.2 release).
It is unclear to me where the peer account information is to be added into the application.yml file.
Alice must know about Bob but there is a disconnect as to where the peer information should belong.
An summary example application.yml file with the ILP ping + peer accounts would be really helpful in this section.
Peering: ILP-over-HTTP
The text was updated successfully, but these errors were encountered: