-
Notifications
You must be signed in to change notification settings - Fork 119
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
Use docgen in the browser #437
Comments
Can you list what is currently incompatible with the browser context? |
|
Hi @frangio, I hope to hear from you so we can further this discussion. |
Hardhat is not required, see readme. It will still try to use the file system though. I'm interested in fixing this but can't promise any timelines. |
we, at Remix, wanted to use solidity-docgen, but it isn't working in the browser. Do you have any plan to be compatible with a non-node context?
We tweaked some part of the library to make it compatible with the browser and will pushed it to our code base (here's the PR: ethereum/remix-project#3267). We can anytime ofc make use of the official lib as soon as it works in the browser.
Also if updating
solidity-docgen
is too complex, perhaps you would be interested having another repo likesolidity-docgen-light
that would work in the browser and maybe our PR could help to set the ground for this repo.Thanks, let us know what you think.
cc @bunsenstraat @joeizang
The text was updated successfully, but these errors were encountered: