hyperweb-io / hyperweb-io/ts-codegen
recoil example or add to codegen
Open
- Dominant language
- TypeScript
- Stars
- 126
- Forks
- 31
- Avg merge
- 19m
- Merged PRs (30d)
- 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),
})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.