flow-playground
flow-playground copied to clipboard
Flow Playground front-end app 🤹♂️
## 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...
Code submission for FLIP fest 'Playground Feature: Improve the resource explorer 29 - Milestone 2'
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.  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...
**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...