Add instructions to setup and run testnet L2 and Nitro deployments #26
@ -12,23 +12,19 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* laconic-so: see [installation](https://git.vdb.to/cerc-io/stack-orchestrator#install)
|
* On deployments VM(s):
|
||||||
|
|
||||||
* Ansible: see [installation](https://git.vdb.to/cerc-io/testnet-ops#installation)
|
* laconic-so: see [installation](https://git.vdb.to/cerc-io/stack-orchestrator#install)
|
||||||
|
|
||||||
* Check versions to verify installation:
|
* Local:
|
||||||
|
|
||||||
```bash
|
* Clone the `cerc-io/testnet-ops` repository:
|
||||||
laconic-so version
|
|
||||||
|
|
||||||
ansible --version
|
```bash
|
||||||
```
|
git clone git@git.vdb.to:cerc-io/testnet-ops.git
|
||||||
|
```
|
||||||
|
|
||||||
* Clone the `cerc-io/testnet-ops` repository:
|
* Ansible: see [installation](https://git.vdb.to/cerc-io/testnet-ops#installation)
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone git@git.vdb.to:cerc-io/testnet-ops.git
|
|
||||||
```
|
|
||||||
|
|
||||||
<details open>
|
<details open>
|
||||||
<summary>L2 Optimism</summary>
|
<summary>L2 Optimism</summary>
|
||||||
@ -57,13 +53,13 @@
|
|||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
* Following commands have to be executed in `testnet-ops/l2-setup` directory
|
* Switch to `testnet-ops/l2-setup` directory on your local machine:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd testnet-ops/l2-setup
|
cd testnet-ops/l2-setup
|
||||||
```
|
```
|
||||||
|
|
||||||
* Copy the `l2-vars-example.yml` vars file
|
* Copy the `l2-vars-example.yml` vars file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp l2-vars-example.yml l2-vars.yml
|
cp l2-vars-example.yml l2-vars.yml
|
||||||
@ -398,6 +394,8 @@
|
|||||||
|
|
||||||
The required config file should be generated at `/srv/bridge/nitro-node-config.yml`
|
The required config file should be generated at `/srv/bridge/nitro-node-config.yml`
|
||||||
|
|
||||||
|
Check in the file at location `ops/stage2/nitro-node-config.yml`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details open>
|
<details open>
|
||||||
@ -1059,10 +1057,23 @@
|
|||||||
## Domains / Port Mappings
|
## Domains / Port Mappings
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
laconicd.laconic.com -> 26657
|
# Machine 1
|
||||||
laconicd.laconic.com/api -> 9473/api
|
https://laconicd.laconic.com -> 26657
|
||||||
faucet.laconic.com -> 4000
|
https://laconicd.laconic.com/api -> 9473/api
|
||||||
loro-signup.laconic.com -> 3000
|
https://faucet.laconic.com -> 4000
|
||||||
wallet.laconic.com -> 5000
|
https://loro-signup.laconic.com -> 3000
|
||||||
loro-console.laconic.com -> 4001
|
https://wallet.laconic.com -> 5000
|
||||||
|
https://loro-console.laconic.com -> 4001
|
||||||
|
|
||||||
|
|
||||||
|
# Machine 2
|
||||||
|
https://sepolia.laconic.com -> 8545
|
||||||
|
wss://sepolia.laconic.com -> 8546
|
||||||
|
https://optimism.laconic.com -> 9545
|
||||||
|
wss://optimism.laconic.com -> 9546
|
||||||
|
|
||||||
|
bridge.laconic.com
|
||||||
|
Open ports:
|
||||||
|
3005 (L1 side)
|
||||||
|
3006 (L2 side)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user