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
In order to provide information that a new peer needs in order to peer with the Rafiki instance, we need to add a new route within the Rafiki backend. We can create a new "ilp peering" server within backend that exposes a GET /peer route. This route needs to return the
ilpAddress
list of supported assets
of the Rafiki instance.
Todos
Create a new ilp server that exposes GET /peer route and return the given information
Put this new server instantiation under an ENABLE_AUTO_PEERING environment flag
The text was updated successfully, but these errors were encountered:
Context
In order to provide information that a new peer needs in order to peer with the Rafiki instance, we need to add a new route within the Rafiki backend. We can create a new "ilp peering" server within
backend
that exposes aGET /peer
route. This route needs to return theof the Rafiki instance.
Todos
GET /peer
route and return the given informationENABLE_AUTO_PEERING
environment flagThe text was updated successfully, but these errors were encountered: