crypto-dappy icon indicating copy to clipboard operation
crypto-dappy copied to clipboard

CryptoDappy is the fastest way to get started with Flow.

Results 12 crypto-dappy issues
Sort by recently updated
recently updated
newest added

The above errors occurs for users using Node >17 and the current project is built on Node v17 due to which after the installation of packages it throws the above...

**Describe the bug** Error Type mismatch occured in mission-2. it's LIST_DAPPY_TEMPLATE script. **To Reproduce** Steps to reproduce the behavior: 1. add this scripts to `list-dappy-templates.script.js` ```js export const LIST_DAPPY_TEMPLATE =...

I have implemented the code in misson-3, however the following issue happens when loading the `http://localhost:3000/dappies` page. ` Access to fetch at 'https://access-testnet.onflow.org/v1/scripts?block_height=sealed' from origin 'http://localhost:3000' has been blocked by...

Hi @bebner, Here are the code changes I made to show PackPanel on the left and BreedPanel on the right. This patch comes with capability to drag-n-drop Dappies into PackPanel...

**Is your feature request related to a problem? Please describe.** I would like to extend the Template struct functionality and wanted to get your advice on the best way to...

**Is your feature request related to a problem? Please describe.** The cryptodappy `DappyContract` smart contract does not implement the `NonFungibleToken` contract interface and the `Dappy` resource does not implement the...

Frontend implementation for the new Dappy Market in accordance with milestone 1 of the FLIP Fest Issue 5 spec.

**Describe the bug** All mint-related functions expect a paymeValut which is in standard @FungibleToken.Vault inteface. https://github.com/bebner/crypto-dappy/blob/9ad2d82b514cb62326471fb17a39540e93dc56e6/cadence/contracts/DappyContract.cdc#L211 It should strictly define the Vault type e.g `@FUSD.Valut` otherwise anyone can deploy a...

**Describe the bug** The purchase of a Pack with insufficient FUSD funds silently fails. **To Reproduce** Steps to reproduce the behavior: 1. Enable FUSD Wallet (if not enabled yet) by...

help wanted
good first issue