# Telchar Codegen Examples
In this folder you can find off-chain boilerplate code generated with the Codegen library using the CLI
## TxPipe - Asteria (Blaze)
```sh
telchar codegen txpipe/asteria blaze > types/blaze_txpipe_asteria.ts
```
## TxPipe - Asteria (Lucid Evolution)
```sh
telchar codegen txpipe/asteria lucid-evolution > types/lucid-evolution_txpipe_asteria.ts
```
## jpg.store - Marketplace (Blaze)
```sh
telchar codegen jpg-store/marketplace blaze > types/blaze_jpg_store_marketplace.ts
```
## jpg.store - Marketplace (Lucid Evolution)
```sh
telchar codegen jpg-store/marketplace lucid-evolution > types/lucid-evolution_jpg_store_marketplace.ts
```
## Githoney - Contract (Blaze)
```sh
telchar codegen githoney/contract blaze > types/blaze_githoney_contract.ts
```
## Githoney - Contract (Lucid Evolution)
```sh
telchar codegen githoney/contract lucid-evolution > types/lucid-evolution_githoney_contract.ts
```