This repo is account model chains rpc service gateway. currently support Bitcoin, written in golang, provides grpc interface for upper-layer service access
Tips: need Go 1.22+
go mod tidy
make
source .env
grpcui -plaintext 127.0.0.1:8189
fork wallet-chain-btc to your github
[email protected]:guoshijiang/wallet-chain-btc.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-btc repository
After the wallet-chain-btc code maintainer has passed the review, the code will be merged into the wallet-chain-btc 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.