hirosystems/stacks.js

Expose global stacks.js instance on `stacks.js.org`

kyranjamie opened this issue · 3 comments

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({}))
})

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?

As in, on the docs site, make the packages available via the global object (window) available in console.

Cool idea, will check how easy it is to add