hyperweb-io / hyperweb-io/ts-codegen
recoil example or add to codegen
- Langage dominant
- TypeScript
- Étoiles
- 126
- Forks
- 31
- Merge moyen
- 19 min
- PR mergées (30 j)
- 2
Description
for recoil example, your code export will need a `chain.ts`
should have this selector in it:
```js
export const cosmWasmClientSelector = selector({
key: 'cosmWasmClient',
get: () => CosmWasmClient.connect(CHAIN_RPC_ENDPOINT),
})
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by locating the Recoil example and the code export path, then check how example files are structured and where chain.ts belongs. Confirm the requested cosmWasmClientSelector shape and make sure the example or codegen output includes it; there are no tests or specific entry points named in the issue.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- typescript
- Domaine
- tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 38/100