Skip to content

dapplink-labs/wallet-chain-btc

Repository files navigation

wallet-chain-btc repo

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+

Install

Install dependencies

go mod tidy

build

make 

start

source .env

Start the RPC interface test interface

grpcui -plaintext 127.0.0.1:8189

Contribute

1.fork repo

fork wallet-chain-btc to your github

2.clone repo

[email protected]:guoshijiang/wallet-chain-btc.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-chain-btc repository

5.review

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

6.Disclaimer

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

About

wallet chain btc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published