Setup DB to store installed shop and access token
Status
Assign
type
effort points
100
Start Date
End Date
priority
tags
Github PR
For session storage and storing shops that have installed bankless-checkout app.
AWS DB
ex:
shops = {
'<shopName>': {
'onlineAccessToken': '<onlineAccessToken>',
'offlineAccessToken': 'offlineAccessToken',
},
}