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

Flow Playground front-end app 🤹‍♂️

Results 134 flow-playground issues
Sort by recently updated
recently updated
newest added

## Description This PR is for Flipfest issue 21. - [x] frontend: project default loading with multiple contracts per account - [x] frontend: contracts can be added, edited, deployed and...

Closes: N/A ## Description This PR contains code changes for my submission for the 2nd milestone on [FLIP fest issue 29](https://github.com/onflow/flip-fest/issues/29). It contains an implementation of a UI that will...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=easymde&from_version=2.15.0&to_version=2.16.1&pr_id=5d6433ac-2b94-4e92-9a6f-a25438ffa2f9&visibility=true&has_feature_flag=false) As this is a private repository, Snyk-bot does not...

Closes: N/A ## Description This PR comprises the work by @j00lz and @hichana on the FLIP fest '[Playground Feature: Markdown READMEs 18](https://github.com/onflow/flip-fest/issues/18)'. It adds a 'PROJECT' section that allows the...

Closes: #163 #164 #165 #166 ## Description The Examples.tsx component had unnecessarily been including a 'key' prop in components nested inside of the main component that was being created by...

**Describe the bug** Launched the playground on localhost as per instructions here https://github.com/onflow/flow-playground http://localhost:3000 is just blank **Desktop (please complete the following information):** - OS: macOS Big Sur - Browser...

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...

**Is your feature request related to a problem? Please describe.** Developers might use `getCurrentBlock().timestamp` in contracts, which will error out. **Describe the solution you'd like** One could mock the response...

To speed up experimentation, allow users to populate accounts with template contracts (NFT, FT ...etc) - Currently users need to find and copy/paste code from the tutorials / docs. This...

Improvement
P-Medium
V2

**Describe the bug** After exporting a smart contract from Flow Playground, for example [https://docs.onflow.org/cadence/tutorial/02-hello-world/](https://docs.onflow.org/cadence/tutorial/02-hello-world/) , an error is thrown when `npm install` is run. **To Reproduce** Run `npm install` inside...

Bug