We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d647f commit 3edae21Copy full SHA for 3edae21
docs/versioned_docs/version-v29/04-clients/02-typescript.md
@@ -41,6 +41,23 @@ Run a command to start your blockchain node:
41
ignite chain serve -r
42
```
43
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
58
+ buf registry login
59
60
61
## Setting up a TypeScript frontend client
62
63
The best way to get started building with the TypeScript client is by using
0 commit comments