# Account Manager **Repository Path**: luyu-community/account-manager ## Basic Information - **Project Name**: Account Manager - **Description**: 账户服务 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-03-19 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://gitee.com/luyu-community/luyu-cross-chain-protocol/raw/master/doc/img/logo_nor.svg) # 陆羽跨链协议 账户服务 ## 功能 * 管理私钥:管理一级账户持有的各种二级账户公私钥 * 交易签名:对Router发来的签名请求选择相应类型的二级账户进行签名 ## 下载 ``` bash git clone https://gitee.com/luyu-community/account-manager.git ``` ## 编译 ``` bash cd account-manager bash gradlew assemble # 编译,若成功,生成dist目录 ``` ## 配置 **拷贝证书** [生成router网络](https://gitee.com/luyu-community/router)后,把router网络的相关证书拷贝至conf目录下 ``` bash cd dist cp xxxx/routers/cert/account-manager/* conf/ ``` **配置文件** ``` bash cp conf/application-sample.toml conf/application.toml vim conf/application.toml # 一般情况下无需编辑,采用默认配置即可 ``` ## 操作 启动 ``` bash bash start.sh # 停止:bash stop.sh ``` 添加二级账户 请参考:[添加二级账户](./doc/add_account.md) ## License 开源协议为Apache License 2.0,详情参考[LICENSE](./LICENSE)。