Skip to main content

Questions tagged [metamask]

The tag has no usage guidance.

0 votes
0 answers
34 views

Wallet Selector for Polkadot.js Apps UI

Are the maintainers of Polkadot.js Apps UI receptive to integrating with a wallet selector? Is there a reason why Polkadot.js Apps UI is not integrated with the Talisman Connect wallet selector?
Dan Forbes's user avatar
0 votes
0 answers
21 views

Metamask / Nano Ledger>

Metamask/ Nano Ledger: failed to execute requestDevide on HID. Must be handing a user gesture to show a permission request Hello, 2 years without problems, until yesterday I did: Reset Chrome settings....
Seba J. J. Bonnet's user avatar
1 vote
1 answer
108 views

Transferring Funds from SS58 Account to H160 Account Using Frontier and Metamask

I've successfully integrated Frontier into my runtime and have accessed the funds from an account, Alice's, using its SS58 account. To achieve this, I truncated the public address to retrieve the H160 ...
ALeSD's user avatar
  • 499
5 votes
1 answer
90 views

Read pallet state using Metamask

I would like to read the state of a pallet using web3 clients (Metamask, Truffle). Let's suppose the pallet has exposed the function getValue(). I have not installed either EVM and Ethereum pallet ...
magecnion's user avatar
  • 344
0 votes
4 answers
133 views

How can i connect the frontier template node to my Metamask on localhost?

I tried connecting the localhost node by adding the port number along with the ip in Metamask the problem is with the chainId it shows error if i put any chain id in there and even if i define a chain ...
DECIM's user avatar
  • 1
3 votes
1 answer
107 views

Frontier EVM integration: UnknownTransaction::NoUnsignedValidator error occurs while transferring funds via Metamask

I'm integrating Frontier EVM into my Substrate chain and facing the following issue while trying to send some funds between accounts via metamask: [ethjs-query] while formatting outputs from RPC '{&...
Oleg Kalenik's user avatar
1 vote
1 answer
366 views

How to connect substrate node to metamask?

My node is compatible with EVM and I would like to connect it to metamask? How can I do it? What should I put in RPC URL and chain id? (Where can I find my chain id)
P.E's user avatar
  • 181
4 votes
1 answer
113 views

Wallet Selection Modal

I am working with the team that is developing the MetaMask snap for Polkadot-like networks. In addition to this wallet and the well known Polkadot-JS extension, there are Nova Wallet, Talisman, and I'...
Dan Forbes's user avatar
5 votes
2 answers
169 views

How to prevent Polkadot{.js} extension from injecting all addresses into the site's JavaScript context

By default the Polkadot{.js} extension injects all addresses that have been imported into the browser wallet when a connection is requested by a website. In comparison, the Metamask extension on ...
Dcompoze's user avatar
  • 620