Update README.md
This commit is contained in:
parent
b0b8eb521c
commit
9a0e4c3049
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,4 +1,4 @@
|
|||
This is an early test release of the [ShockWallet](https://shockwallet.app) API.
|
||||
This is an alpha release of the [ShockWallet](https://shockwallet.app) API.
|
||||
|
||||
For easy setup on your Laptop/Desktop, [a wizard is available here.](https://github.com/shocknet/wizard)
|
||||
|
||||
|
|
@ -9,12 +9,12 @@ For easy setup on your Laptop/Desktop, [a wizard is available here.](https://git
|
|||
* Looks for local LND in its default path
|
||||
* Default gun peer is `gun.shock.network`
|
||||
* Change defaults in `defaults.js`
|
||||
* Requires [Node.js](https://nodejs.org) LTS
|
||||
* Requires [Node.js](https://nodejs.org) 13
|
||||
|
||||
#### Steps:
|
||||
1) Run [LND](https://github.com/lightningnetwork/lnd/releases) - *Example testnet startup*:
|
||||
1) Run [LND](https://github.com/lightningnetwork/lnd/releases) - *Example mainnet startup*:
|
||||
|
||||
```./lnd --bitcoin.active --bitcoin.testnet --bitcoin.node=neutrino --neutrino.connect=faucet.lightning.community```
|
||||
```./lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=neutrino --neutrino.connect=neutrino.shock.network```
|
||||
|
||||
|
||||
2) Download and Install API
|
||||
|
|
@ -25,5 +25,5 @@ cd api
|
|||
yarn install
|
||||
```
|
||||
|
||||
3) Run with `node main -h 0.0.0.0`
|
||||
3) Run with `node main -h -c 0.0.0.0` // remove -c for testnet
|
||||
4) Connect with ShockWallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue