Skip to content

[SDK] Update package READMEs with correct naming and documentation links #7071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions packages/engine/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Insight TypeScript SDK
# Engine OpenAPI TypeScript wrapper

This package is a thin openAPI wrapper for insight, our in-house indexer.
This package is a thin OpenAPI wrapper for Engine, our backend onchain executor service.

## Configuration

Expand Down Expand Up @@ -41,4 +41,4 @@ const result = await writeContract({
});
```

This package was autogenerated from the [Insight openAPI spec](https://insight-api.thirdweb.com/reference) using [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
This package was autogenerated from the [Engine openAPI spec](https://engine.thirdweb.com/reference) using [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
2 changes: 1 addition & 1 deletion packages/insight/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Insight TypeScript SDK
# Insight OpenAPI TypeScript Wrapper

This package is a thin openAPI wrapper for insight, our in-house indexer.

Expand Down
2 changes: 2 additions & 0 deletions packages/vault-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Vault SDK

This package contains utilities to interact with Vault, thirdweb's key management servive.

[View documentation](https://portal.thirdweb.com/vault)
Loading