Add a laconic-faucet stack #7

Merged
nabarun merged 16 commits from ag-laconic-faucet-stack into main 2024-07-18 14:45:02 +00:00
4 changed files with 14 additions and 1 deletions
Showing only changes of commit 3e87641e3f - Show all commits

View File

@ -0,0 +1,3 @@
services:
start-faucet:
restart: unless-stopped

View File

@ -0,0 +1 @@
# laconic-faucet

View File

@ -0,0 +1,9 @@
version: "1.0"
name: laconic-faucet
description: "Faucet for laconicd"
repos:
- github.com/deep-stack/laconic-testnet-faucet
containers:
-
pods:
-

View File

@ -28,7 +28,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
# laconicd
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/testnet-laconicd setup-repositories
# laocnic cli and console
# laconic cli and console
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-console setup-repositories
```