Skip to content

telosnetwork/app-telos-native

Repository files navigation

Telos App (app-telos-net)

Main Net Netlify Status

Test Net Netlify Status

Staging Netlify Status

About

View, create, and vote on proposals, polls, DAO decisions and more.

Recent Contributions

Alt

Note regarding Node version

It is recommended to use Node version 16.10.0

Using nvm: nvm use 16.10.0

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.

Set up Environment variables

network environment variables (testnet or mainnet) are set by a single variable in .env and loaded into quasar.conf.js from env.js.

cp .env.example .env

Install the dependencies

Note: requires Node version >=16.0.0

yarn

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

yarn dev

Lint the files

yarn lint

yarn lint:fix

Build the app for production

yarn build

Environment variables

Mainnet or testnet settings are toggled via the MAINNET var in .env which loads the tesnet or mainnet variables set in env.js into quasar.config.js

Customize the configuration

See Configuring quasar.config.js.