-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request