Skip to content

TusharKarkera22/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.

About

Native app for voting and ballot creation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 64.2%
  • JavaScript 31.6%
  • TypeScript 3.2%
  • Other 1.0%