pull down to refresh

@justin_shocknet is there a docker image for shockwallet?
Or something else that I can include in our local dev environment to create noffer and ndebit from the lightning.pub nprofile?
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
reply
17 sats \ 1 reply \ @ek 6h
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
0 sats \ 0 replies \ @ek 7h
Btw, any idea why the SDK would return Invalid Amount for sdk.Noffer with amount_sats: 1 or any other number afaict? See code here.
I also occasionally see
2025-09-09 17:50:49 >> ERROR GetUserOperationsRequest::root..latestIncomingInvoice: is not a number
in my lnpub logs but it seems unrelated to my error because it shows up randomly, not when I am requesting an invoice
reply