Hookpoint CLI

License: Apache 2.0

The Hookpoint CLI is a powerful tool designed to streamline the integration of hook points in Substrate and ink! smart contracts. With this CLI, developers can effortlessly bridge the gap between blockchain runtime and smart contract development, ensuring a cohesive and efficient workflow.

Features

Installation

```bash

Clone the repository

git clone [repository_url] hookpoint-cli

Navigate to the directory

cd hookpoint-cli

Build the project

cargo build --release

Usage

Configure hookpoints interactively:

shell ./hookpoint-cli configure --substrate-dir [YOUR_SUBSTRATE_DIRECTORY]

This will create a hookpoint.json with all the definitions of your hookpoints.

You don't have to give your substrate dir if it's the current directory!

Generate hooks:

shell ./hookpoint-cli generate --substrate-dir [YOUR_SUBSTRATE_DIRECTORY]

This will generate three folders under ./contracts/hooks:

Of course, here's the markdown from the "Documentation" section onwards:

Documentation

Dive deeper into the functionalities and modules by exploring the inline documentation available in each source file.

Contributing

Contributions are warmly welcomed! Check out CONTRIBUTING.md for guidelines on how to get involved.

License

Licensed under the Apache 2.0 License - see the LICENSE file for more details.