Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the dev experience for generating debug assets from a web browser #235

Open
neilcampbell opened this issue Mar 11, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@neilcampbell
Copy link
Contributor

Problem

The mechanisms for auto generating the assets used for launching a debug session, intentionally don't work in a web browser, as we don't have access to the file system.

Some users don't run a backend in their project and all smart contract interactions are via the web browser. In these scenarios we don't offer a slick way to generate the debug assets easily.

Naturally we still have the constraint of not being able to write to the file system, however it would be good to have an easy to understand process for generating these assets when consuming a generated typed client from within a web browser, even if the process requires some additional manual steps.

See there here for context:
https://discord.com/channels/491256308461207573/1065320801970180168/1216511775995072742

@neilcampbell neilcampbell added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 11, 2024
@neilcampbell neilcampbell added this to the Enhancements milestone Mar 11, 2024
@SilentRhetoric
Copy link
Contributor

Will be very helpful to support people building client-side apps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants