10 unstable releases (3 breaking)

0.4.1 Aug 13, 2022
0.4.0 Jul 23, 2022
0.3.0 Jul 16, 2022
0.2.2 Jul 16, 2022
0.1.3 Jul 5, 2022

#8 in #sui

Apache-2.0

46KB
1K SLoC

Move TS

Code generator for Move packages.

Documentation is currently extremely sparse but will be improved in the near future.

Setup

Install the CLI using Cargo:

cargo install move-tsgen

# On Sui
cargo install move-tsgen --features address20

# On Aptos
cargo install move-tsgen --features address32

Usage

In a directory containing a Move.toml, run:

move-tsgen

This will generate a set of TypeScript files in your build/ts/ directory.

License

Move TS is licensed under the Apache License, Version 2.0.


lib.rs:

CLI for parsing an IDL from a Move package.

Dependencies

~22–37MB
~616K SLoC