View, create, and vote on proposals, polls, DAO decisions and more.
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.
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
Note: requires Node version >=16.0.0
yarn
yarn dev
yarn lint
yarn lint:fix
yarn build
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