Compare commits
1 Commits
main
...
pm-send-te
| Author | SHA1 | Date | |
|---|---|---|---|
| 125c03aec6 |
21
ops/stage2/fund-accounts.md
Normal file
21
ops/stage2/fund-accounts.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Fund stage2 Accounts
|
||||
|
||||
* Transfer tokens to any address:
|
||||
|
||||
```bash
|
||||
# On the deployment machine
|
||||
cd /srv/laconicd
|
||||
|
||||
# receiver laconic account address
|
||||
RECEIVER_ADDRESS=
|
||||
# amount to be transferred in alnt, eg. AMOUNT=1000
|
||||
AMOUNT=
|
||||
|
||||
laconic-so deployment --dir good-new-stage2-deployment exec laconicd "laconicd tx bank send alice ${RECEIVER_ADDRESS} ${AMOUNT}alnt --from alice --fees 1000alnt --keyring-backend test"
|
||||
```
|
||||
|
||||
* Check balance:
|
||||
|
||||
```bash
|
||||
laconic-so deployment --dir good-new-stage2-deployment exec laconicd "laconicd query bank balances ${RECEIVER_ADDRESS}"
|
||||
```
|
||||
@ -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 --git-ssh
|
||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-shopify setup-repositories
|
||||
```
|
||||
|
||||
* Build the container image:
|
||||
|
||||
@ -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.1
|
||||
- git.vdb.to/cerc-io/shopify@v0.1.0
|
||||
- git.vdb.to/cerc-io/laconic-faucet@v0.1.0-shopify
|
||||
containers:
|
||||
- cerc/laconic-shopify
|
||||
|
||||
@ -2,7 +2,7 @@ version: "1.0"
|
||||
name: testnet-laconicd
|
||||
description: "Laconicd full node"
|
||||
repos:
|
||||
- git.vdb.to/cerc-io/laconicd@v0.1.11
|
||||
- git.vdb.to/cerc-io/laconicd@v0.1.9
|
||||
containers:
|
||||
- cerc/laconicd
|
||||
pods:
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
* Check balance of your tokens once they are transferred:
|
||||
|
||||
```bash
|
||||
# Note: Account address should be with "0x"
|
||||
# Note: Account address should be without "0x"
|
||||
export ACCOUNT_ADDRESS="<account-address>"
|
||||
|
||||
export GETH_CHAIN_ID="1212"
|
||||
@ -131,8 +131,6 @@
|
||||
|
||||
## 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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user