pentagonxyz / move-ts

Generates TypeScript code from a Move IDL.

Home Page:https://movingco.github.io/move-ts/move_ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generates TypeScript code from a Move IDL.

https://movingco.github.io/move-ts/move_ts

License:Apache License 2.0


Languages

Language:Rust 100.0%