laconicd/x
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
..
auction Remove stale auctions after a year (#63) 2024-10-29 04:04:49 +00:00
bond Add a new token and only allow fees in alnt (#68) 2025-05-13 18:17:38 +05:30
onboarding Add pagination for query to get records (#58) 2024-09-05 07:33:48 +00:00
registry Add a new token and only allow fees in alnt (#68) 2025-05-13 18:17:38 +05:30
types/v1 Add a custom lockup account to hold locked tokens (#72) 2025-05-16 09:26:10 +00:00
README.md Add a minimal chain and placeholders for bond module (#1) 2024-02-01 10:18:40 +05:30

/x/{modules}

This directory contains the code for your chain custom modules.