Generate TypeScript bindings for Move smart contracts. (currently support Aptos & SUI). Developed by Sentio.
- Code generation for move smart contract based on ABI
- Friendly typing using
bigint
instead ofstring
for 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:all
Check submodules's package.json for other commands