Skip to content

[FEATURE] Integrate with or link to Flow playground #10

@bartolomej

Description

@bartolomej

Issue to be solved

I really like how crates.io links to the Rust playground where you can try and play around with the package you are looking at.

Screenshot 2024-06-04 at 22 05 45

I believe this would be useful for developers exploring new Cadence packages/contracts (as the number of contracts grows and the composability becomes even more relevant) + it is a good step towards better integration/connection with other tools in the Flow ecosystem.

Suggest A Solution

Right now, this is not possible to achieve with the current playground https://play.flow.com. But we are working on a new web-based playground (see onflow/developer-grants#260) that could potentially recreate a very similar environment to the local one, where the user could:

  • install the specified contract (e.g. the one that he viewed previously on contractbrowser.com) using the standard package manager tool - this could be done automatically as the page is visited by providing a URL parameter on the contractbrowser.com side
  • view and play around with the standard transactions/scripts that work with the specified contract (by leveraging FLIX)

What are you currently working on that this is blocking?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions