@abstract-os/abstract.js
v0.14.0
Published
Typings for Abstract smart contracts
Downloads
260
Readme
abstractjs
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.
https://typedoc.org/guides/installation/
