/nebula-web-docker

An online Judge for ACM/ICPC

Primary LanguageVueApache License 2.0Apache-2.0

Teloscan

Main Net: teloscan.io Netlify Status

Test Net: testnet.teloscan.io Netlify Status

GitHub release (latest by date)

License

About

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.

Recent Contributions

Alt

Install the dependencies

Install yarn package manager Follow the installation instructions at classic.yarnpkg.com

Add Vue and Quasar packages

yarn global add @vue/cli
yarn global add @quasar/cli

Clone this repo to your local machine Copy the example .env file to .env

cp .env.example .env

Prep the environment

From within the ui-template folder:

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Lint the files

yarn lint

Build the app for production

yarn build

Documentation

Testing - Teloscan Unit Testing

Telos - docs.telos.net

Quasar - quasar.dev

Quasar Configuration - quasar.conf.js