Interface definition generator and standard for Move packages.
Documentation is currently extremely sparse but will be improved in the near future.
Install the CLI using Cargo:
```bash cargo install move-idl-parse
cargo install move-idl-parse --features address20
cargo install move-idl-parse --features address32 ```
In a directory containing a Move.toml
, run:
move-idl-parse
This will generate a series of JSON files in your build/idls/
directory.
Move IDL is licensed under the Apache License, Version 2.0.