hyperweb-io / hyperweb-io/ts-codegen
recoil example or add to codegen
オープン
- 主要言語
- TypeScript
- スター
- 126
- フォーク
- 31
- 平均マージ
- 19分
- マージ済み PR(30日)
- 2
説明
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),
})
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100