Skip to content

Commit 2991474

Browse files
committed
init docs for komodefo-cli
1 parent efbb6d7 commit 2991474

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

src/data/sidebar.json

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@
149149
"title": "How to Update your Coins File",
150150
"href": "/atomicdex/tutorials/coins-file-update/"
151151
},
152+
{
153+
"title": "Using KomoDeFi-CLI in Console",
154+
"href": "/atomicdex/tutorials/using-komodefi-cli-in-console/"
155+
},
152156
{
153157
"title": "More Information About AtomicDEX",
154158
"href": "/atomicdex/tutorials/additional-information-about-atomicdex/"

src/pages/atomicdex/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ For a walkthrough covering multiple tutorials in a targeted fashion, please see
3434

3535
The AtomicDEX API section contains all available API commands.
3636

37-
These API commands can also be called Remote Procedure Calls, or RPCs.
37+
These API commands can also be called Remote Procedure Calls (or RPCs) and are used to interact with the AtomicDEX daemon using a variety of languages.
38+
Recently, a `komodefi-cli` binary has been introduced to simplify the process of [interacting with the AtomicDEX daemon from the command line](/atomicdex/tutorials/using-komodefi-cli-in-console/).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export const title = "Using KomoDeFi CLI in Console";
2+
export const description = "This guide details the configuration and usage of the komodefi-cli binary.";
3+
4+
# Using KomoDeFi CLI in Console
5+
6+
For convenience, the KomoDeFi CLI is provided as a standalone binary that can be used to interact with the KomoDeFi network from the command line.
7+
8+
## Building KomoDeFi CLI
9+
10+
Refer to [https://github.com/KomodoPlatform/komodo-defi-framework?tab=readme-ov-file#building-from-source](https://github.com/KomodoPlatform/komodo-defi-framework?tab=readme-ov-file#building-from-source) for instructions on installing dependencies and preparing your build environment.
11+
12+
Once it is ready, you can build the komodefi-cli binary by running the following command:
13+
14+
```bash
15+
cargo build --manifest-path ./mm2src/komodefi_cli/Cargo.toml
16+
```
17+
18+
## Configuration
19+
20+
## Usage

0 commit comments

Comments
 (0)