From b4c93535d8aa91ee9ae906890e0f503112e4e1f0 Mon Sep 17 00:00:00 2001 From: Sofiya <148779211+vsofiya@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:00:14 +0100 Subject: [PATCH] Update cli.md --- docs/build/swanky/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build/swanky/cli.md b/docs/build/swanky/cli.md index a9466ec..07b88ab 100644 --- a/docs/build/swanky/cli.md +++ b/docs/build/swanky/cli.md @@ -6,6 +6,8 @@ import Figure from '/src/components/figure' # Swanky CLI +
+ Swanky CLI is a Node.js based CLI application that abstracts away and extends the functionality of Polkadot.js, `cargo contract`, and other ink! based smart contract developer tools. It aims to ease development of and interaction with ink! smart contracts and provides simple tools to bootstrap contract environment (project) with contract and integration tests templates, local node and accounts management, smart contracts interaction on both local and remote networks, compatibility checks between the contract pallet and compiler...