| Crates.io | move-idl |
| lib.rs | move-idl |
| version | 0.4.2 |
| created_at | 2022-07-04 01:28:03.928832+00 |
| updated_at | 2022-08-13 09:04:09.297366+00 |
| description | Move IDL |
| homepage | https://moving.wtf |
| repository | https://github.com/movingco/move-idl |
| max_upload_size | |
| id | 618647 |
| size | 18,390 |
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:
cargo install move-idl-parse
# On Sui
cargo install move-idl-parse --features address20
# On Aptos
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.