You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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.
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:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
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.
The text was updated successfully, but these errors were encountered: