Add ops instructions to setup snowball frontend and backend #32

Merged
nabarun merged 21 commits from deep-stack/testnet-laconicd-stack:ag-snowball-docs into main 2024-10-30 10:16:29 +00:00
Showing only changes of commit 8dc7f707b5 - Show all commits

View File

@ -450,6 +450,8 @@ Perform payments using a virtual payment channel created with another Nitro node
* Check L2 mirrored channel's status after the virtual payment channel is closed:
* This can be checked by both nodes
```bash
laconic-so deployment --dir l2-nitro-deployment exec nitro-rpc-client "nitro-rpc-client get-all-ledger-channels -p 4005 -h nitro-node"
@ -608,6 +610,8 @@ Perform swaps using a swap channel created with another Nitro node over the mirr
* For receiving the swap
* Note: The party receiving the swaps will need the swap channel ID from swap channel creator for responding to swaps
* Get the pending swap:
```bash