Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

It doesn't display the balance correctly and doesn't start Metamask. #2

Open
alexsicart opened this issue Aug 5, 2017 · 2 comments · May be fixed by #4
Open

It doesn't display the balance correctly and doesn't start Metamask. #2

alexsicart opened this issue Aug 5, 2017 · 2 comments · May be fixed by #4

Comments

@alexsicart
Copy link

Hello!
I've downloaded this truffle-box & completed several times the tutorial, and doesn't display the balance (It shows 0), when I've written this

  string public name = 'TutorialToken';
  string public symbol = 'TT';
  uint public decimals = 2;
  uint public INITIAL_SUPPLY = 12000;

Doesn't shows anything, only 0, and when I try to transfer doesn't make anything, I have the testrpc activated, and with metamask running Localhost:8545.

@alexsicart alexsicart changed the title It doesn't display the balance correctly and doesn't open Metamask. It doesn't display the balance correctly and doesn't start Metamask. Aug 5, 2017
@raid5
Copy link

raid5 commented Aug 18, 2017

Try importing one of your private keys that is displayed when you start up testrpc into MetaMask. I had a similar issue where Account 0 in MetaMask had a zero balance but I was able to import multiple accounts by their private key.

@xiaoping378 xiaoping378 linked a pull request Aug 28, 2017 that will close this issue
@balibou
Copy link

balibou commented Dec 10, 2017

I had this issue too @alexsicart .
My solution:

meta01

  • Be sure to import an account with this private key (related to the first account): c87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3 (you can get the list of private keys here

Et voila:

screen shot 2017-12-10 at 16 57 40

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants