From 2408fb348b8a6bb2bd691e3946605de32c43fea7 Mon Sep 17 00:00:00 2001 From: Niraj Date: Thu, 8 May 2025 12:43:17 +0545 Subject: [PATCH] feat: add README for Governance Action Loader --- gov-action-loader/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gov-action-loader/README.md diff --git a/gov-action-loader/README.md b/gov-action-loader/README.md new file mode 100644 index 000000000..0f851daf2 --- /dev/null +++ b/gov-action-loader/README.md @@ -0,0 +1,14 @@ +# Governance Action Loader + +This directory contains the platform for submitting governance action data transactions on-chain, supporting both individual and bulk submission methods. + +## 📍 Navigation + +- [Frontend](./frontend/) +- [Backend](./backend/) + +## Frontend +The Governance Action Loader frontend is a web application that communicates with the backend via a REST interface to facilitate the submission of on-chain governance data transactions. + +## Backend +The Governance Action Loader backend uses a predefined wallet to execute transactions for on-chain governance data. \ No newline at end of file