Merge branch 'master' into balance-refactor

This commit is contained in:
Kevin Serrano 2016-07-11 17:54:16 -07:00
commit 38225ac8f5
3 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Current Master
## 2.6.0 2016-07-11
- Fix formatting of ETH balance
- Fix formatting of account details.
- Use web3 minified dist for faster inject times

View File

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "Metamask",
"version": "2.5.0",
"version": "2.6.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {

View File

@ -20,8 +20,15 @@ After you submit a transaction, wait for the next block for the change to be ref
Now I have my own MetaMaskCoins! I can check my balance or, if I want to send some to another account, I can click the copy link on it. I check its balance, see it has none, then send it some meta-coins!
This has been nice, but its all been on the test-net. I can always switch what blockchain Im working on, say the main blockhain, and Im ready issue a token with the full security of the Ethereum blockchain.
This has been nice, but its all been on the Morden test net. But with Metamask, I can always switch what network Im working on, say the main network, and Im ready issue a token with the full security of the main Ethereum blockchain.
MetaMask connects to these blockchains with no synchronization time because we host blockchain nodes by default. You can always point MetaMask at your own Ethereum RPC Server, and fully control your connection to the blockchain.
And thats how MetaMask lets ordinary websites talk to a trusted Ethereum provider, all while letting the user store and manage their own private keys. We hope this will help enable a new wave of blockchain-enabled websites.
And thats how MetaMask lets ordinary websites talk to a trusted Ethereum provider, all while letting the user store and manage their own private keys. We hope this will make it easier than ever for people to get started creating and using a new wave of blockchain-enabled websites.
If youd like to get started with Metamask right now, go ahead and click here to get the Chrome extension.
If youd like to learn more about MetaMask, you can visit our website at metamask.io.
Youre also welcome to join our slack, follow our twitter or read our source code. You can find all of those links and more at Metamask.io