Expose global stacks.js instance on `stacks.js.org`
kyranjamie opened this issue · 3 comments
kyranjamie commented
Not sure if supported by typedoc tool, but would be helpful if you could access the globals here.
Example use case
await LeatherProvider.request('stx_signMessage', {
messageType: 'structured',
message: stacks.serializeCV(stacks.stringCV('test')),
domain: stacks.serializeCV(stacks.tupleCV({}))
})
janniks commented
What do you mean here? Is this just a documentation change request? Or adding features to the console (as a playground?) to the .org docs site?
kyranjamie commented
As in, on the docs site, make the packages available via the global object (window) available in console.
janniks commented
Cool idea, will check how easy it is to add