Cardano DAO Delegation Dashboard
The Gov3 Dashboard is a powerful portal designed to track delegated governance activities, specifically proposal submissions. It provides actionable insights and data that ensure safety and accountability in the governance process.
Gov3 implements a wallet connector that interacts with the users' wallet, closely emulating the CIP-30 standard within the connectors. The data signature follows the CIP-8 standard to ensure the user's legitimate
$ npm install
$ npm run dev
This command starts a local development webpack server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm run build
This command generates static content into the dist
directory and can be served using any static contents hosting service.
$ npm run start
This command serve the static content dist
directory with a nodejs express server.