Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.91 KB

ROADMAP.md

File metadata and controls

25 lines (23 loc) · 1.91 KB

Beckn Registry for KONNECT

Links

A good introduction to the Beckn Registry is given in the README

To Be Implemented

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.