This commit is contained in:
2024-12-31 17:17:00 +01:00
parent 849e1f1f2f
commit 7b601295f5
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export your mnemonics of ThreeFold Grid
```bash
export TFGRID_NETWORK="dev"
export TFGRID_NETWORK="test"
export TFGRID_NETWORK="main"
export TFGRID_MNEMONIC=""
export SSH_KEY=$(cat ~/.ssh/id_rsa.pub)
```