Voting portal for the next generation.
The ballot verifier uses the common UI librarry [ui-essentials] as a github submodule. If you're using devcontainers it should already be checked in, otherwise run:
git submodule update --initThen you need to compile ui-essentials:
cd ui-essentials
yarn
yarn buildThe ballot verifier uses [sequent-core] as a npm package. You need to compile it in another
place and then copy it to rust/pkg/sequent-core-0.1.0.tgz . Note that if its version
is changed you may need to update its hash in voting-portal/yarn.lock (use
sha1sum rust/pkg/sequent-core-0.1.0.tgz to get the hash, or shasum instead of sha1sum if
you're in Mac Os X.
Just run yarn and then yarn start.