Berkay ÇIRAK
Berkay ÇIRAK
Still waiting
Hi, will you accept my pull request
I am also interested. I am trying to integrate core wallet into my dapp which includes metamask wallet and connectwallet also but I am failed. When I install core wallet...
> The suggestion about transformIgnorePatterns in a jest.config.file didn't help me either. I also tried to add the transformIgnorePatterns using the jest key in my package.json without any success. >...
If your function name is lowercase just try to change it to uppercase. This has worked for me ex: ` function index(){...} -----> function Index(){...} `
yes, metamask is exposed at `window.ethereum`
Hi @Domenico-Esposito, here is the code of the page where I can change any text ``` 'use client'; import React from 'react'; import Input from './Input'; import { FieldValues, SubmitHandler,...
How did you do that? In my app, there is no dark layout
I have solved it without using `nftStorageUploader` :), I have uploaded it using default uploader of umi ```js import { createBundlrUploader } from '@metaplex-foundation/umi-uploader-bundlr'; const uploader = createBundlrUploader(umi); const jsonURI...