Add instructions to setup and run testnet L2 and Nitro deployments #26

Merged
nabarun merged 22 commits from sk-l2-setup into main 2024-09-12 13:31:18 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit db67b2fe3b - Show all commits

View File

@ -212,7 +212,7 @@
nitro_sc_pk: ""
# Private key for a funded account on L1
# This account should have Laconic tokens for funding Nitro channels
# This account should have L1 tokens for funding Nitro channels
nitro_chain_pk: ""
# L1 chain ID (Sepolia: 11155111)

View File

@ -47,16 +47,17 @@
# nitro_l2_bridge_multiaddr: ""
```
* TODO: Get Laconic tokens on your address
* TODO: Get L1 tokens on your address
* Edit `nitro-vars.yml` and add the following variables:
```bash
# Private key for your Nitro address
# Private key for your Nitro account (same as the one used in stage0 onboarding)
# Export the key from Laconic wallet (https://wallet.laconic.com)
nitro_sc_pk: ""
# Private key for a funded account on L1
# This account should have Laconic tokens for funding your Nitro channels
# This account should have L1 tokens for funding your Nitro channels
nitro_chain_pk: ""
# Multiaddr with publically accessible IP address / DNS for your L1 nitro node