# AGENTS.md

Fuel Network Rust SDK

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
cargo test   # run the test suite
```

## Layout

- `packages/`   175 source files
- `e2e/`        21 source files
- `scripts/`    18 source files
- `examples/`   11 source files
- `docs/`       1 source file
- `wasm-tests/` 1 source file

## Conventions

- Tests live alongside the code they cover, following `e2e/tests/aws.rs`.
- CI defines what passing means. See `.github/workflows/ci.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- Copy `.env.example` before running anything that needs configuration.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
