Skip to content

wallet-hd-chain is a completely open-source Hd wallet service coded in go, supporting 40+ public chains such as BTC, ETH, Tron, Eos, Aptos, Dot, Sui, etc.

License

Notifications You must be signed in to change notification settings

fluent-qa/wallet-hd-chain

 
 

Repository files navigation

hdwalet-chain repo

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+

Install

Install dependencies

go mod tidy

build

go build or go install wallet-hd-chain

start

./wallet-hd-chain -c ./config.yml

Start the RPC interface test interface

grpcui -plaintext 127.0.0.1:8089

Contribute

1.fork repo

fork wallet-hd-chain to your github

2.clone repo

[email protected]:guoshijiang/wallet-hd-chain.git

3. create new branch and commit code

git branch -C xxx
git checkout xxx

coding

git add .
git commit -m "xxx"
git push origin xxx

4.commit PR

Have a pr on your github and submit it to the wallet-hd-chain repository

5.review

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

6.Disclaimer

This code has not yet been audited, and should not be used in any production systems.

About

wallet-hd-chain is a completely open-source Hd wallet service coded in go, supporting 40+ public chains such as BTC, ETH, Tron, Eos, Aptos, Dot, Sui, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.9%
  • Solidity 7.9%
  • Other 0.2%