Skip to content
Merged
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
17 changes: 17 additions & 0 deletions docs/versioned_docs/version-v29/04-clients/02-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading