Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
This repository was 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

@alexsicart

Description

@alexsicart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions