move-idl

Crates.iomove-idl
lib.rsmove-idl
version0.4.2
sourcesrc
created_at2022-07-04 01:28:03.928832
updated_at2022-08-13 09:04:09.297366
descriptionMove IDL
homepagehttps://moving.wtf
repositoryhttps://github.com/movingco/move-idl
max_upload_size
id618647
size18,390
Ian Macalinao (macalinao)

documentation

README

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.

Commit count: 62

cargo fmt