Savour HD is the HD of the wallet of the Savour project. The back-end service, written in golang, provides grpc interface for upper-layer service access
Tips: need Go 1.18+
go mod tidygo build or go install wallet-hd-chain./wallet-hd-chain -c ./config.ymlgrpcui -plaintext 127.0.0.1:8089fork wallet-hd-chain to your github
git@github.com:guoshijiang/wallet-hd-chain.gitgit branch -C xxx
git checkout xxx
coding
git add .
git commit -m "xxx"
git push origin xxxHave a pr on your github and submit it to the wallet-hd-chain repository
After the wallet-hd-chain code maintainer has passed the review, the code will be merged into the wallet-hd-chain library. At this point, your PR submission is complete
This code has not yet been audited, and should not be used in any production systems.