Use alnt token in bond creation example
This commit is contained in:
parent
f8934ebdfe
commit
74e86df7d2
@ -99,7 +99,7 @@
|
|||||||
cat <<EOF > stage0-deployment/config.env
|
cat <<EOF > stage0-deployment/config.env
|
||||||
# Set to true to enable adding participants functionality of the onboarding module
|
# Set to true to enable adding participants functionality of the onboarding module
|
||||||
ONBOARDING_ENABLED=true
|
ONBOARDING_ENABLED=true
|
||||||
|
|
||||||
# A custom human readable name for this node
|
# A custom human readable name for this node
|
||||||
MONIKER=LaconicStage0
|
MONIKER=LaconicStage0
|
||||||
EOF
|
EOF
|
||||||
@ -625,7 +625,7 @@
|
|||||||
```bash
|
```bash
|
||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
laconic-console:
|
console:
|
||||||
- '127.0.0.1:4001:80'
|
- '127.0.0.1:4001:80'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ laconic-so deployment --dir laconic-console-deployment start
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Example
|
# Example
|
||||||
laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type photon --quantity 1000000000000"
|
laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type alnt --quantity 1000000000000"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Clean up
|
## Clean up
|
||||||
|
Loading…
Reference in New Issue
Block a user