hyperweb-io / hyperweb-io/ts-codegen
recoil example or add to codegen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 126
- Forks
- 31
- Ø Merge
- 19 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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),
})
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript
- Bereich
- tooling
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100