Skip to content

Make the nebula wizard embed-able #113

@geofmureithi

Description

@geofmureithi

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions