Skip to content

WillGhost/savour-hd

 
 

Repository files navigation

Savour Hd 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 savour-hd

start

./savour-hd -c ./config.yml

Start the RPC interface test interface

grpcui -plaintext 127.0.0.1:8089

Contribute

1.fork repo

fork savour-hd to your github

2.clone repo

[email protected]:guoshijiang/savour-hd.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 savour-hd repository

5.review

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

About

savour core is a go wallet server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.2%
  • Solidity 8.6%
  • Other 0.2%