Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ brief overview of the codebase:
- `src/index.ts`: The entry point for the SDK. All developer facing classes and methods are exported here.
- `src/types`: Contains the TypeScript type definitions that are used and exported by the SDK.
- `src/api`: Contains the source code for exported Alchemy API namespaces and relevant classes/methods.
- `src/interal`: Contains the source code for internal helpers and implementations not intended for public use.
- `src/internal`: Contains the source code for internal helpers and implementations not intended for public use.

## Running Tests

Expand Down