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