Skip to content

Commit

Permalink
Lg/change menu name pactjs cli (#2093)
Browse files Browse the repository at this point in the history
* Change the menu name

* Change the description and introduction

* Add changeset to change menu name PR
  • Loading branch information
lsgunnlsgunn authored May 16, 2024
1 parent 3fa8f61 commit dc99fdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/ninety-chefs-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
title: pactjs-cli
description:
The `@kadena/pactjs-cli` library provides a TypeScript based application programming interface API for interacting with smart contracts and the Kadena network. The library includes helper functions for the `coin` module that you can import using `@kadena/client-utils/coin` and `core` functions that you can use to develop interfaces for custom contracts.
The `@kadena/pactjs-cli` library provides a TypeScript based application programming interface API for interacting with smart contracts and the Kadena network. This library enables you to generate TypeScript definitions for Pact modules to work with Kadena client libraries.

menu: Frontend libraries
label: Client libraries
label: Pactjs-cli
order: 4
layout: full
tags: ['TypeScript', 'Kadena client', 'frontend']
---

# @kadena/pactjs-cli

CThe `@kadena/pactjs-cli` library provides a TypeScript-based API for the `@kadena/pactjs-core` and `@kadena/pactjs-client` packages to generate TypeScript definitions for Pact modules and Kadena client libraries.
The `@kadena/pactjs-cli` library provides a TypeScript-based API for the `@kadena/pactjs-core` and `@kadena/pactjs-client` packages.
This library enables you to generate TypeScript definitions for Pact modules to work with Kadena client libraries.

## contract-generate

Expand Down

0 comments on commit dc99fdc

Please sign in to comment.