Skip to content

movingco/move-idl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move IDL

Interface definition generator and standard 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-idl-parse
# On Sui
cargo install move-idl-parse --features address20
# On Aptos
cargo install move-idl-parse --features address32

Usage

In a directory containing a Move.toml, run:

move-idl-parse

This will generate a series of JSON files in your build/idls/ directory.

License

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