Compare commits

...

2 Commits

Author SHA1 Message Date
70f3b2c5bc Update stack repo versions for laconicd and shopify (#47)
Part of https://www.notion.so/Laconic-Mainnet-Plan-1eca6b22d47280569cd0d1e6d711d949

Reviewed-on: #47
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-05-09 13:36:29 +00:00
35980bdf6f Add note about setting up Nitro nodes for two parties in the same network (#45)
Part of https://www.notion.so/Swap-channels-in-go-nitro-119a6b22d47280b9bcf4e339fa6ba5b4

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #45
Co-authored-by: shreerang <shreerang@noreply.git.vdb.to>
Co-committed-by: shreerang <shreerang@noreply.git.vdb.to>
2025-03-25 14:23:53 +00:00
4 changed files with 6 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Instructions for running the laconic shopify
* Clone the laconic-shopify respository:
```bash
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-shopify setup-repositories
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-shopify setup-repositories --git-ssh
```
* Build the container image:

View File

@ -2,7 +2,7 @@ version: "1.0"
name: laconic-shopify
description: "Service that integrates a Shopify app with the Laconic wallet."
repos:
- git.vdb.to/cerc-io/shopify@v0.1.0
- git.vdb.to/cerc-io/shopify@v0.1.1
- git.vdb.to/cerc-io/laconic-faucet@v0.1.0-shopify
containers:
- cerc/laconic-shopify

View File

@ -2,7 +2,7 @@ version: "1.0"
name: testnet-laconicd
description: "Laconicd full node"
repos:
- git.vdb.to/cerc-io/laconicd@v0.1.9
- git.vdb.to/cerc-io/laconicd@v0.1.11
containers:
- cerc/laconicd
pods:

View File

@ -47,7 +47,7 @@
* Check balance of your tokens once they are transferred:
```bash
# Note: Account address should be without "0x"
# Note: Account address should be with "0x"
export ACCOUNT_ADDRESS="<account-address>"
export GETH_CHAIN_ID="1212"
@ -131,6 +131,8 @@
## Run Nitro Nodes
**NOTE**: When following this setup, Nitro nodes from two parties won't be able to communicate with each other if they are on the same network
Nitro nodes can be set up on a target machine using Ansible:
* In `testnet-ops/nitro-nodes-setup`, create a new `hosts.ini` file: