I want to dynamically display the contents of a beam wallet via a simple http fetch from a web page.
Something like
var walletViewKey = "48732ifhsdjf8w9";
var walletContents = fetch(beamBlockChain + walletViewKey);
document.getElementByID("wallet").innerText = walletContents
Is this possible with any existing client side SDK or anything?
If I make a new Beam wallet specifically for the purpose of public fundraising for example, I don’t see a problem with this. I can always then transfer the money out of this wallet when fundraising is finished.