Savour HD 是 Savour 项目的钱包的 HD. 后端服务,使用 golang 编写,提供 grpc 接口给上层服务访问
注意: 需要 Go 1.18+
go mod tidy
go build 或者 go install savour-hd
./savour-hd -c ./config.yml
grpcui -plaintext 127.0.0.1:8089
将 savour-core fork 到您自己的代码仓库
git@github.com:guoshijiang/savour-hd.git
git branch -C xxx
git checkout xxx
编写您的代码
git add .
git commit -m "xxx"
git push origin xxx
到你的 github 上面有一个 pr, 提交到 savour-core 代码库
待 savour-core 代码维护者 review 通过之后代码会合并到 savour-core 库中,至此,您的 PR 就提交完成了