From 92799507219023695497335631a6a2fe3c428323 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Tue, 15 Jul 2025 14:24:40 -0400 Subject: [PATCH] Update 02-typescript.md Add buf.build login info. --- .../version-v29/04-clients/02-typescript.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/versioned_docs/version-v29/04-clients/02-typescript.md b/docs/versioned_docs/version-v29/04-clients/02-typescript.md index 13771fbfde..87a2f36c96 100644 --- a/docs/versioned_docs/version-v29/04-clients/02-typescript.md +++ b/docs/versioned_docs/version-v29/04-clients/02-typescript.md @@ -41,6 +41,23 @@ Run a command to start your blockchain node: ignite chain serve -r ``` +### Typescript Generation Rate Limits + +To avoid hitting [buf.build](https://buf.build/) rate limits, make sure to + +1. Create an account at [buf.build](https://buf.build/) +2. Install the buf plugin: + + ```bash + brew install bufbuild/buf/buf + ``` + +3. Login in your terminal: + + ```bash + buf registry login + ``` + ## Setting up a TypeScript frontend client The best way to get started building with the TypeScript client is by using