flow-playground
                                
                                
                                
                                    flow-playground copied to clipboard
                            
                            
                            
                        Is Playground on testnet possible?
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.
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.
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.