This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Description
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.