Skip to content

Commit 3edae21

Browse files
authored
docs: add buf disclaimer for ts (#4773)
Add buf.build login info.
1 parent d2d647f commit 3edae21

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/versioned_docs/version-v29/04-clients/02-typescript.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,23 @@ Run a command to start your blockchain node:
4141
ignite chain serve -r
4242
```
4343

44+
### Typescript Generation Rate Limits
45+
46+
To avoid hitting [buf.build](https://buf.build/) rate limits, make sure to
47+
48+
1. Create an account at [buf.build](https://buf.build/)
49+
2. Install the buf plugin:
50+
51+
```bash
52+
brew install bufbuild/buf/buf
53+
```
54+
55+
3. Login in your terminal:
56+
57+
```bash
58+
buf registry login
59+
```
60+
4461
## Setting up a TypeScript frontend client
4562

4663
The best way to get started building with the TypeScript client is by using

0 commit comments

Comments
 (0)