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 tidy
go build or go install savour-hd
./savour-hd -c ./config.yml
grpcui -plaintext 127.0.0.1:8089
fork savour-hd to your github
git@github.com:guoshijiang/savour-hd.git
git branch -C xxx
git checkout xxx
coding
git add .
git commit -m "xxx"
git push origin xxx
Have a pr on your github and submit it to the savour-hd repository
After the savour-hd code maintainer has passed the review, the code will be merged into the savour-hd library. At this point, your PR submission is complete