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`