laconicd/app
Prathamesh Musale 59236e5ce6 Add a custom lockup account to hold locked tokens (#72)
Part of https://www.notion.so/Lockup-LPS-tokens-into-a-module-account-1f2a6b22d472802cbb35e8ce052d22ca

- Added a command to create the custom lockup account in genesis:
  ```bash
  laconicd genesis add-genesis-lockup-account <account_name> <distribution-json-file> <coin>[,<coin>...]
  ```

Reviewed-on: cerc-io/laconicd#72
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-05-16 09:26:10 +00:00
..
params Add a new token and only allow fees in alnt (#68) 2025-05-13 18:17:38 +05:30
ante.go Add a new token and only allow fees in alnt (#68) 2025-05-13 18:17:38 +05:30
app.go Add a custom lockup account to hold locked tokens (#72) 2025-05-16 09:26:10 +00:00
app.yaml Add a custom lockup account to hold locked tokens (#72) 2025-05-16 09:26:10 +00:00
export.go Add methods to update laconic module params (#57) 2024-09-05 07:07:54 +00:00