Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 261 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 261 Bytes

Ton Blockchain Explorer

Installation

git clone https://github.com/catchain/tonscan.git
cd tonscan
npm install

Building

cp .env.example .env
npm run prod

Testnet version

cp .env.example .env.testnet
npm run prod_testnet