It contains simple forms for loading multiple/specific proposals in the sancho net.
Gov action loader backend instance uses fixed set of wallet to perform transactions. This means that gov action loader can be used by only 1 user at a time.
Copy .env.example and create .env file. Set the configuration variable.
yarn # install package.
yarn dev # start the frontend.Project comes with Dockerfile for building container image
docker build --VITE_DATA_LOADER_API='/' VITE_VVA_WEBAPP_URL='https://vva-be.cardanoapi.io'
Note these variables must be set on the build time and cannot be replaced in runtime.
-
VITE_DATA_LOADER_APIbuild arg is used to specify the endpoint url ofgov-action-loader-be. This can be set to '/' if the/apiis mapped to the backend using reverse-proxy. -
VITE_VVA_WEBAPP_URLis used to direct user to gov-action detail page.