archway-network / archway-network/cli

feat(tasks): create a task execution framework

Open
#263 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
42
Forks
19
PR merge metrics
No merged PRs in 30d

Description

## Description

Creating custom tasks allows users to write more sophisticated workflows for complex deployment scenarios with multiple contracts depending on each other.

## Technical Details

Add a new `tasks` command, allowing users to create and run custom jobs written in Javascript or Typescript. Those tasks should have a set of internal functionalities from the CLI exposed to the script as an API.

## References

- [Hardhat tasks](https://hardhat.org/hardhat-runner/docs/guides/tasks-and-scripts)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the existing CLI command structure and the Hardhat tasks reference linked in the issue. The work is complete when users can create and run custom JavaScript or TypeScript tasks through a new tasks command, with the CLI's internal functionality exposed as an API.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs, typescript
Domain
blockchain, cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.