pull down to refresh

There's no docker for the wallet, but the client within the wallet is auto generated files from a proto so you should be able to drop those anywhere for use programatically... the lazy path would be to just use the hosted pwa and add your pubs base nprofile as the backing node.
The docker image for pub isn't regularly maintained since we've only used it for some tests but i'll run an action to update the image now
The CLINK SDK has "manage" which can be used to manipulate offers remotely via nmanage on behalf of a user, same style as ndebit and noffer, but you'll need the wallet client to create the user and get the debit and nmanage strings and approve/whitelist a requesting key. Manage may still be rough, we haven't exposed it in the UI yet but the proto and back-end should be complete.
I'm in the pleblab slack or telegram if either are easier to sync
17 sats \ 1 reply \ @ek 9h
the lazy path would be to just use the hosted pwa and add your pubs base nprofile as the backing node.
Yeah that's what I'm doing currently but I assume that will pollute it with dev stuff if I ever want to use it seriously on mainnet
The docker image for pub isn't regularly maintained [...]
is this the reason for the error in the lnpub logs in #1214579?
The CLINK SDK has "manage" [...]
not sure why you're telling me this, is this related to my problem in #1214579?
I'm in the pleblab slack
oh, right, DM'ed you there
reply
is this the reason for the error in the lnpub logs in #1214579?
Probably, we disambiguated amount to amount_sats in one of the latter SDK updates
Will merge something and update the docker momentarily...
Manage
You mentioned creating offers, thought it might have been applicable but I think you're just trying to get the initial one so feel free to disregard
reply