The Oracle is here to store missing information of current voting period index
TAQ_LIGO_IMAGE=ligolang/ligo:0.72.0 taq compile votingPeriodOracle.jsligotaq simulate votingPeriodOracle.tz --param pokeGame.parameter.default_parameter.tz --sender alice --protocol nairobitaq test unit_votingPeriodOracle.jsligotaq deploy votingPeriodOracle.tz -e "testing" --storage votingPeriodOracle.storage.ghostnet.tztaq deploy votingPeriodOracle.tz -e "production" --storage votingPeriodOracle.storage.mainnet.tzghostnet : KT1ACfH87dohx1bAVc4PigcNBAFSTdxrRwj7 mainnet : KT1C8Varn3RWkSk6jJBVSRUHkmmXArGefifp
taq call votingPeriodOracle --param pokeGame.parameter.default_parameter.tz -e testingTAQ_LIGO_IMAGE=ligolang/ligo:0.72.0 taq compile tezosTemplate3.jsligotaq test unit_tezosTemplate3.jsligotaq deploy tezosTemplate3.tz -e "testing" --storage tezosTemplate3.storage.ghostnet.tzKT1G4DCjT2SviF7T6Ji9zB5m65DR67Mw91nZ
taq deploy tezosTemplate3.tz -e "production" --storage tezosTemplate3.storage.mainnet.tzKT1FohLnkN7zNk4fQy99D4TJoM83Ln8JJz4c
TAQ_LIGO_IMAGE=ligolang/ligo:0.72.0 taq compile permissionedSimplePoll.jsligotaq test unit_permissionedSimplePoll.jsligotaq deploy permissionedSimplePoll.tz -e "testing" --storage permissionedSimplePoll.storage.ghostnet.tzKT1ACfH87dohx1bAVc4PigcNBAFSTdxrRwj7
taq deploy permissionedSimplePoll.tz -e "production" --storage permissionedSimplePoll.storage.mainnet.tzKT1CXVRgTKeEn2F2fqVX7tWcMrYRn8vaJwUa
TAQ_LIGO_IMAGE=ligolang/ligo:0.72.0 taq compile tezosTemplate3.jsligo --json && mv artifacts/tezosTemplate3.json ./app/src/contracttemplates/
TAQ_LIGO_IMAGE=ligolang/ligo:0.72.0 taq compile permissionedSimplePoll.jsligo --json && mv artifacts/permissionedSimplePoll.json ./app/src/contracttemplates/Generate types
taq install @taqueria/plugin-contract-types
taq generate types ./app/srcInstall dependencies:
npm i
npm run localionic capacitor add android
ionic capacitor copy android
npm install -g cordova-res
cordova-res android --skip-config --copy
ionic capacitor sync android
ionic capacitor update android- TzVote utilizes TzCommunity to retrieve people's profile data.
Add one of my account alice as a baker
tezos-client register key alice as delegate
import git submodule and run doc locally
git submodule add https://github.com/marigold-dev/marigold-docs-theme.git docs/theme
git submodule update --init --recursive
mdbook serve --open --port 3003