forked from lightningnetwork/lnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a86e084
commit ff4fb69
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,22 @@ This fork is designed to support `lndmobile` for integration and packaging as pa | |
|
||
The original repository included the generated code files `mobile/*._generated.go` and `mobile/build` in the `.gitignore` file. We have removed these entries from the ignore list and will execute the packaging process once, uploading the generated files to the repository. | ||
|
||
## Usage | ||
|
||
1. install | ||
|
||
```shell | ||
> go get github.com/lightningnetwork/[email protected] | ||
> go get github.com/lightningnetwork/lnd/[email protected] | ||
``` | ||
|
||
2. `go.mod` replace | ||
|
||
```go | ||
replace github.com/lightningnetwork/lnd => github.com/coming-chat/lnd v0.18.3-beta.coming | ||
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display | ||
``` | ||
|
||
## Lightning Network Daemon | ||
|
||
[![Release build](https://github.com/lightningnetwork/lnd/actions/workflows/release.yaml/badge.svg)](https://github.com/lightningnetwork/lnd/actions/workflows/release.yaml) | ||
|