What you will need
1. The Chrome web browser - Download here
2. The Metamask Chrome extension - Download here
Metamask allows you to sign Ethereum transactions without running a full Geth node.
Key Terms
ETH
ETH is the main currency on the Ethereum network. However, Ethereum can support multiple currencies and ETH eventually will not have privileged status.
Gas
Executing transactions on Ethereum either runs computations or stores data. This Costs the network CPU cycles or storage space. That cost is paid for by the account that initiates the transaction. The payment is called "gas". Gas is currently paid using ETH. At the time of writing this, 1 GAS = 0.00001 ETH.
Setting up Metamask
To easily deploy contracts to Morden, we will need Metamask. First install Metamask if you haven't already here.
In the top right corner of Chrome you should now see the cute Metamask fox
Click on the icon and let's start creating your Ethereum wallet!
Be careful !! We are in Main Ethereum Network. We just want to do development so we have to change it to testnet (Ropsten Test Net) first 。
In the top left corner of Chrome, you can see "Main Network". Click on that and then choose "Ropsten Test Net"。
No comments:
Post a Comment