wallet-chain-utxo

command module
v0.0.0-...-505baef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 8 Imported by: 0

README

wallet-chain-utxo repo

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+

Install

Install dependencies

go mod tidy

build

go build or go install wallet-chain-utxo

start

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

Start the RPC interface test interface

grpcui -plaintext 127.0.0.1:8189

Contribute

1.fork repo

fork wallet-chain-utxo to your github

2.clone repo

git@github.com:guoshijiang/wallet-chain-utxo.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-utxo repository

5.review

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

6.Disclaimer

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
rpc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL