Files
herolib/examples/threefold/tfgrid3deployer/vm_gw_caddy
mariobassem 1da8a2d319 feat(tfgrid3deployer): add delete method for deployments
- add a delete method for deployments which deletes all deployment
  contracts
- improve logging messages
- update examples according to changes
2025-01-15 13:00:04 +02:00
..
2024-12-31 17:37:58 +02:00
2024-12-31 17:17:00 +01:00

export your mnemonics of ThreeFold Grid

export TFGRID_NETWORK="dev"
export TFGRID_NETWORK="test"
export TFGRID_NETWORK="main"

export TFGRID_MNEMONIC=""

export SSH_KEY=$(cat ~/.ssh/id_rsa.pub)