Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.52 KB

METAMASK.md

File metadata and controls

69 lines (42 loc) · 2.52 KB

Using Metamask with Pixels Camp

MetaMask allows you to run Ethereum dApps right in your browser without running a full Ethereum node. It includes a secure identity vault, providing a user interface to manage your identities on different sites and sign blockchain transactions.

Click here to install the extension in Chrome.

Once installed, open MetaMask and create a new vault. By default, the vault will be connected to the Ropsten Test Network.

Now click on the top left as it shows in the image and then choose Custom RPC.

add custom tesnet

Now add http://moon.pixels.camp:8545 to the RPC address field.

add custom tesnet

That's it. You're now connected to our testnet, and you have your own Ethereum address.

Get some Ether

To get 1000 free ethers, you need to update your Pixels Camp user profile.

First open Metamask again, and copy your public Ethereum address to the clipboard.

copy address

Now login to your Pixels Camp account and edit your profile. You'll find a "Moon Wallet" field. Copy your ethereum address and press enter.

copy address

Go back to Metamask and watch. In 1-2 minutes your wallet will show that you own 1000 ethers.

You're ready.

Configure the Exposure Token

Metamask supports ERC20 tokens out of the box, so this is a simple operation.

  • Open Metamask in your newly configured wallet/account and click the "Tokens" tab.
  • Click the "Add token" button.

copy address

  • Type 0x0ce335bb2d04595c84e3d444675360f64de386e8 in the Token Contract Address. The other fields should auto-configure.
  • Click Add.

You're done. You can now see how many EXP tokens you have.

Unfortunately, you can't use Metamask to send EXP tokens to other accounts. You'll have to use our Wallet for that.

Questions?

Use Slack, channel #blockchain. We'll be around.

Back to Exposure