From b7357affa59ae2bc5c33e9defbed5f6489fc5cc8 Mon Sep 17 00:00:00 2001 From: soundsng Date: Thu, 14 May 2026 09:17:00 +0100 Subject: [PATCH] chore: add .env.example --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..dda400b --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Stellar network to connect to (testnet or mainnet) +STELLAR_NETWORK=testnet + +# Deployed KidWallet contract ID +CONTRACT_ID= + +# Stellar RPC endpoint +STELLAR_RPC_URL=https://soroban-testnet.stellar.org \ No newline at end of file