Generate TypeScript bindings for Move smart contracts. (currently support Aptos & SUI, etc). Developed by Sentio.
- Code generation for move smart contract based on ABI
- Friendly typing using
bigintinstead ofstringfor objects - Flawless works with any IDE
- Typesafe encode/decoding, object filtering, etc
- Simple View function calling, transaction building
- Automatically manage depended modules
- Easy to extend for your own code generator
| Aptos | SUI | |
|---|---|---|
| Type Generate | Done | Done |
| Decoding/Encoding | Done | Done |
| View Function | Done | Done |
| Transaction Building | Done | Done |
| Resource/Object Utils | Done | Done |
pnpm install
pnpm build:allCheck submodules's package.json for other commands
