# Environment Variables

Create a .env.local file in apps/web/:\
NEXT\_PUBLIC\_STELLAR\_NETWORK=testnet NEXT\_PUBLIC\_HORIZON\_URL=<https://horizon-testnet.stellar.org>

\
Run the App\
pnpm dev\ <br>

📄 **Page 4: SDK Reference**

```markdown
# SDK Reference

The `@afriwage/sdk` package abstracts Stellar Horizon calls.

### `sendPayment`
Builds, signs, and submits a USDC payment transaction to the Stellar network.

### `getBalance`
Fetches the current XLM and USDC trustline balances for a given Stellar public key.

*(Note: Full JSDoc API reference coming soon as per GitHub Issue #13)*
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://k1ngd4vid.gitbook.io/afriwage-docs/environment-variables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
