const user = $$("user")
const wallet = $$("wallet")
const nwc = $$("nwc")
console.log(`logged in as ${user.Name} with id ${user.Id}`)
console.log(`you have ${wallet.Msats} msats`)
console.log(nwc)