# wallet-chain-node
**Repository Path**: dapplink/wallet-chain-node
## Basic Information
- **Project Name**: wallet-chain-node
- **Description**: https://github.com/dapplink-labs/wallet-chain-node
- **Primary Language**: Go
- **License**: MIT
- **Default Branch**: arweave
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-11-16
- **Last Updated**: 2024-11-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
walet-chain-node 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+](https://golang.org/dl/)
## Install
### Install dependencies
```bash
go mod tidy
```
### build
```bash
go build or go install wallet-chain-node
```
### start
```bash
./wallet-chain-node -c ./config.yml
```
### Start the RPC interface test interface
```bash
grpcui -plaintext 127.0.0.1:8089
```
## Contribute
### 1.fork repo
fork wallet-chain-node to your github
### 2.clone repo
```bash
git@github.com:guoshijiang/wallet-chain-node.git
```
### 3. create new branch and commit code
```bash
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-node repository
### 5.review
After the wallet-chain-node code maintainer has passed the review, the code will be merged into the wallet-chain-node 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.