11 个不稳定版本 (3 个破坏性更新)
0.4.0 | 2022 年 7 月 23 日 |
---|---|
0.3.2 | 2022 年 7 月 16 日 |
0.2.2 | 2022 年 7 月 16 日 |
0.1.3 | 2022 年 7 月 5 日 |
#15 在 #diem
每月 33 次下载
用于 move-tsgen
33KB
938 行
Move TS
Move 包的代码生成器。
文档目前非常稀疏,但将在不久的将来得到改进。
设置
使用 Cargo 安装 CLI
cargo install move-tsgen
# On Sui
cargo install move-tsgen --features address20
# On Aptos
cargo install move-tsgen --features address32
用法
在包含 Move.toml
的目录中运行
move-tsgen
这将生成一系列 TypeScript 文件到您的 build/ts/
目录。
许可证
Move TS 在 Apache License,Version 2.0 下授权。
lib.rs
:
从 Move IDL 生成 TypeScript 代码。
依赖关系
~19–34MB
~570K SLoC