feat: mint management rpc server and client cli

This commit is contained in:
thesimplekid
2025-01-19 20:44:35 +00:00
parent d2e43b2427
commit 47ee54d7f5
46 changed files with 1809 additions and 77 deletions

View File

@@ -106,6 +106,8 @@ jobs:
--bin cdk-mintd --no-default-features --features swagger,
--bin cdk-mintd --no-default-features --features redis,
--bin cdk-mintd --no-default-features --features "redis swagger",
--bin cdk-mintd --no-default-features --features management-rpc,
--bin cdk-mint-cli,
]
steps:
- name: checkout
@@ -213,6 +215,7 @@ jobs:
-p cdk-phoenixd,
-p cdk-fake-wallet,
-p cdk-cln,
-p cdk-mint-rpc,
]
steps:
- name: checkout