flow-playground icon indicating copy to clipboard operation
flow-playground copied to clipboard

Is Playground on testnet possible?

Open benbackend opened this issue 3 years ago • 2 comments

Is it possible to have playground to be on testnet? That way new comers can get to do trxn and execute scripts to interact with contracts on testnet without learning Flow CLI / fcl.

benbackend avatar Jan 26 '22 13:01 benbackend

Once I started this adventure, but it was 10x more work than my initial estimated work.

The main obstacles were storage access, and contract update restrictions.

But I think it is easier if you can reuse editor, language server etc parts and integrate them to fcl-demo project from Blocto.

bluesign avatar Jan 26 '22 13:01 bluesign

I'd say it's a HUGE refactor to make it happen and it's much easier to build it from scratch specifically for testnet interaction.

MaxStalker avatar Jan 26 '22 13:01 MaxStalker