Questions tagged [metamask]

A browser extension for browsers (i.e. Chrome, Brave) for interacting with distributed applications which require, by design, specific dapp browsers such as Ethereum Mist

Metamask is a cryptocurrency wallet which can be used on the Chrome, Firefox and Brave browsers. It’s also a browser extension. This means that it works like a bridge between normal browsers and the Ethereum blockchain.

The Ethereum blockchain is a network where users can build their own apps (which are called dApps) and cryptocurrencies. Ethereum also allows its users to write transaction guidelines called smart contracts. MetaMask can be used to store keys for Ethereum cryptocurrencies only.

So, the MetaMask wallet can be used for storing keys for Ether and ERC20 tokens on three different web browsers. It also allows users to browse the Ethereum blockchain from a standard browser. MetaMask requires no login and does not store your private keys in any server, instead they are stored on Chrome and password protected.

MetaMask is a dedicated way to allows you to run Ethereum Apps right in your browser without running a full Ethereum node. This wallet simplify the ethereum transactions. In Firefox browser you can download its extension and soon they will improve one for Google Chrome.

One of the core features of MetaMask is a secure identity vault, which lets you manage your identities on different sites and sign blockchain transactions.

The overall goal of MetaMask is simple:

“Our mission is to make Ethereum as easy to use for as many people as possible.”

Metamask official website's introduction video

862 questions
-3
votes
1 answer

What is Ganache currency symbol

I am trying to connect Ganache local network to Metamask, using official documentation. However, it won't let connect without filling the currency symbol of the network. What would it be?
Yuvals
  • 3,094
  • 5
  • 32
  • 60
-3
votes
1 answer

Mint preproduced tokenurl(file size in range 42:50 Kb) , using svg to store full metadata on chain , Erc-721 , polygon (test & main network)

1- i will start by writing the general configurations(system, version, smart contract overall idea). 2- then i will show the main problem(with small code line, that i think it need edit). 3- third part i will show what i try until now and the…
adelabd
  • 7
  • 7
-3
votes
1 answer

Metamask reporting wrong balance in Ganache account?

I'm a little mystified why when I run Ganache and link to an account using the proviate key, Metamask reports an account balance of 200606 ETH when the account has only 100 ETH in it according to Ganache. What's going on with that? As you can see…
GGizmos
  • 3,443
  • 4
  • 27
  • 72
-3
votes
1 answer

Square Brackets for String in Javascript

I do not understand why I need to add square brackets around the "account" variable below, for the "accounts" variable constitutes a string. export default { name: 'App', data () { return { web3: null, account: null, …
JF0001
  • 819
  • 7
  • 30
1 2 3
57
58