Main Net: teloscan.io
Test Net: testnet.teloscan.io
Teloscan is the official Telos EVM block explorer. Explore accounts, transactions, and blocks. View and interact with verified contract ABIs. Connect MetaMask wallet to stake TLOS for sTLOS.
Follow the installation instructions at classic.yarnpkg.com
yarn global add @vue/cli
yarn global add @quasar/cli
Note regarding Node version from quasar docs
Do not use uneven versions of Node i.e. 13, 15, etc. These versions are not tested with Quasar and often cause issues due to their experimental nature. We highly recommend always using the LTS version of Node.
It is recommended to use Node version 16 if you experience issues running the application with other versions.
Using nvm: nvm use 16
git clone https://github.com/telosnetwork/teloscan
cd teloscan && yarn
cp .env.example .env
yarn dev
yarn lint
yarn build
cd dist/spa
quasar serve
Testing - Teloscan Unit Testing
Telos - docs.telos.net
Quasar - quasar.dev
Quasar Configuration - quasar.conf.js