Skip to content

Taraxa-project/tara-erc20-info-api

Repository files navigation

TARA ERC20 Info API

Description

Information about the TARA ERC20:

  • name
  • symbol
  • decimals
  • total supply

Installation

$ yarn

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod