- Beckn Registry README
- Beckn Registry Infrastructure
- Infrastructure layer Registry API specification
- GH Link for reference registry implementation
- Beckn Website link to a reference implementation
A good introduction to the Beckn Registry
is given in the README
A REST API with the following endpoints
/subscribe
:- Any network participant (BAP, BG,BPP), registers itself on the registry to perform transactions.
- The subscription takes place with the help of a public-private key pair.
- Details of the request and specification with relevant examples are given here
/on_subscribe
:- Participant can check subscription status using this route.
- Deatils of the request and specification with relevant examples are give here
/lookup
:- This is used to search participants to forward request to by BG.
- Deatils of the request and specification with relevant examples are give here
I am not sure if we need to implement the authentication
part of the infrastructure layer
.
If it is required then the details can be found here.