This repo is utxo chains rpc service gateway. currently support Bitcoin, Bitcoincash, Dash, Dogecoin, Litecoin, written in golang, provides grpc interface for upper-layer service access
Tips: need Go 1.22+
go mod tidygo build or go install wallet-chain-utxo./wallet-chain-utxo -c ./config.ymlgrpcui -plaintext 127.0.0.1:8389fork wallet-chain-utxo to your github
git@github.com:guoshijiang/wallet-chain-utxo.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-chain-utxo repository
After the wallet-chain-utxo code maintainer has passed the review, the code will be merged into the wallet-chain-utxo 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.