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