Skip to main content

A tool to convert MultiversX Smart Contract ABI files into Markdown documentation.

Project description

abi-markdowner

abi-markdowner is a Python tool that converts MultiversX Smart Contract ABI files into structured and detailed Markdown documentation. This makes it easy to document, share, understand, and interact with smart contracts.

TL;DR

Discover how abi-markdowner effortlessly transforms complex and cumbersome abi.json files into clear, structured documentation. Check out these examples:

Features

  • Convert ABI to Markdown: Generates comprehensive Markdown documentation from smart contract ABI files.
  • Customizable Output: Organizes endpoints, views, events, and types with formatted tables and detailed descriptions based on documentations in the contracts.
  • Matrix-Style Input/Output Tables: Automatically formats function inputs and outputs into a clear matrix with support for optional and multi-value parameters.
  • Automatic Table of Contents: Includes a TOC for easy navigation within the generated documentation.
  • Deployment Links: Supports including multiple mainnet and devnet addresses with customizable labels from a deployments.json file.

Installation

Install abi-markdowner using pip

pip install abi-markdowner

or pipx

pipx install abi-markdowner

Usage

Simply run the tool from your SC main directory:

abi-markdowner

Alternatively, you can pass another project directory as argument. For more information, check the Parameters section.

Parameters

  • --sc-path:

    (Optional - default is the current working directory)

    Specify the path to your smart contract project containing the Cargo.toml and optionally the deployments.json files. The ABI file will be read from the output directory within this path.

  • --output-file:

    (Optional - default is ABI.md in the sc-path/output directory)

    Specify the output file path for the generated Markdown.

  • --cargo-toml:

    (Optional - default is Cargo.toml in the sc-path directory)

    Specify the path to the Cargo.toml file.

  • --deployments-json:

    (Optional - default is deployments.json in the sc-path directory)

    Specify the path to the deployments.json file containing deployment addresses.

Important: ABI file is obtained from the /output folder in the sc-path directory.

Execution example

abi-markdowner --sc-path path_to_sc/

This will generate a Markdown document summarizing your smart contract's structure, including types, endpoints, views, and events, along with links to the specified deployment addresses.

Example of deployments.json file

The existence of this file is not mandatory. If found, a Links section will be created in the documentation.

Here’s an example of how your deployments.json file can be structured:

{
  "mainnet": [
    {
      "address": "erd1qqqqqqqqqqqqqpgqvc7gdl0p4s97guh498wgz75k8sav6sjfjlwqh679jy",
      "label": "Shard 0"
    },
    {
      "address": "erd1qqqqqqqqqqqqqpgqhe8t5jewej70zupmh44jurgn29psua5l2jps3ntjj3",
      "label": "Shard 1"
    }
  ],
  "devnet": [
    {
      "address": "erd1qqqqqqqqqqqqqpgqvn9ew0wwn7a3pk053ezex98497hd4exqdg0q8v2e0c"
    }
  ]
}

The above would result in something similar to the following:

Links
    - Mainnet Deployments:
        - Shard 0: erd1qqqqqqqqqqqqqpgqvc7gdl0p4s97guh498wgz75k8sav6sjfjlwqh679jy
        - Shard 1: erd1qqqqqqqqqqqqqpgqhe8t5jewej70zupmh44jurgn29psua5l2jps3ntjj3
    - Devnet Deployments:
        - Address: erd1qqqqqqqqqqqqqpgqvn9ew0wwn7a3pk053ezex98497hd4exqdg0q8v2e0c

Tests

Tests have not been added yet.

License

abi-markdowner is licensed under the MIT License. See the LICENSE file for more information.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abi_markdowner-0.1.19.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abi_markdowner-0.1.19-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file abi_markdowner-0.1.19.tar.gz.

File metadata

  • Download URL: abi_markdowner-0.1.19.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for abi_markdowner-0.1.19.tar.gz
Algorithm Hash digest
SHA256 da072d9c4d32643f73f07b60d31a077fbace2266db63b50aa7b955ddb956099d
MD5 e60adcfc6a6584c90ebcc73c3e544431
BLAKE2b-256 c1591f30c244c4436b1c31b710851151464bab3eb54461afe6eb0737da7329bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for abi_markdowner-0.1.19.tar.gz:

Publisher: publish.yml on 0xk0stas/abi-markdowner

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file abi_markdowner-0.1.19-py3-none-any.whl.

File metadata

File hashes

Hashes for abi_markdowner-0.1.19-py3-none-any.whl
Algorithm Hash digest
SHA256 f4b38c296ae224d6ddc542998e85b99b6f1e7c6c19eeb2486b40f00d6e75cae3
MD5 77121b6ae6dc41c7210bbc6b4117ee85
BLAKE2b-256 792646913100314f59b8649dd6e1b5c4dde1be3b3e1971d17ca02ecb4567fbf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for abi_markdowner-0.1.19-py3-none-any.whl:

Publisher: publish.yml on 0xk0stas/abi-markdowner

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page