We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like I would want to be able to pragmatically embed a contract. This would generate the usual invoke and similar commands.
Consider such an example:
<script src="path/to/embedded.js"/> <div id="container"></div> <script> let nebula = new NebulaEmbed({ pulsarUrl: "some/path", contract: "some/git/path" }); nebula.bind("container"); </script>
A Remix button can be included to redirect to the pulsar IDE.
Additional context We can borrow more context from other similar embed-able wizards.
The text was updated successfully, but these errors were encountered:
How would this work?
CodeEditor
Sorry, something went wrong.
An alternative to the code syntax above:
<script src="path/to/embed.js" data-pulsar-url="/path" data-contract-url="some-git-path" data-bind-to="#container" />
References: https://stackoverflow.com/questions/49626885/embedding-reactjs-in-remote-site-iframe https://stackoverflow.com/questions/326069/how-to-identify-if-a-webpage-is-being-loaded-inside-an-iframe-or-directly-into-t
No branches or pull requests
Describe the solution you'd like
I would want to be able to pragmatically embed a contract. This would generate the usual invoke and similar commands.
Consider such an example:
A Remix button can be included to redirect to the pulsar IDE.
Additional context
We can borrow more context from other similar embed-able wizards.
The text was updated successfully, but these errors were encountered: