python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to connect someone else's MetaMask account?
I've been told that signing a message on a Dapp is the only way to prove that you actually own the account you are connecting with (i.e., simply connecting your wallet isn't enough because someone cou...
Dimitri Borgers
Votes: 0
Answers: 1
RPC call with Metamask
I want to create an RPC call (study purpose) from my app using metamask.
My method on my contract is:
function sayHelloMyName(string memory _name) external pure returns (string memory) {
...
foo_bar
Votes: 0
Answers: 1
TypeError: Cannot read properties of undefined (reading 'map') while setting up MetaMask to display NFT
I keep getting this error when I run my code Uncaught TypeError: Cannot read properties of undefined (reading 'map') I am tring to set up a Metamask which displays the users NFTS that they have purcha...
Keemo
Votes: 0
Answers: 2
How to persist data in memory after closing popup extension
I'm building a chrome extension, and I'd like to have some sensitive data stored in memory (not disk) while the user has their browser open. The data should persist in the chrome extension even if the...
now_world
Votes: 0
Answers: 0