0.14.0 • Published 3 years ago
@abstract-os/abstract.js-react v0.14.0
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.