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 wallet-chain-node
./wallet-chain-node -c ./config.yml
grpcui -plaintext 127.0.0.1:8189
fork wallet-chain-node to your github
[email protected]:guoshijiang/wallet-chain-node.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 wallet-chain-node repository
After the wallet-chain-node code maintainer has passed the review, the code will be merged into the wallet-chain-node 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.