@abstract-os/abstract.js-react
v0.14.0
Published
Typings for Abstract smart contracts with react query
Downloads
18
Readme
contracts-typescript
This repository holds the type declarations and interfaces for our smart contracts in CosmWasm. Autogenerated contracts lie in generated and those that are "fixed" are placed in src/contracts.
Scripts
pnpm build
: Generate the typespnpm fix
: Temporary fixes for the autogenerated contracts (TODO)pnpm format
: Run prettierpnpm lint
: Run linterpnpm lint:fix
: Attempt linter fixes
TODO
We may want to generate docs for this repository and can do that using typedoc
. However, none of our autogenerated code methods is currently commented.