An open API service indexing awesome lists of open source software.

https://github.com/vulpemventures/tdex-cli

Non-custodial Liquid Wallet CLI to make trades on TDex Network via atomic swaps
https://github.com/vulpemventures/tdex-cli

Last synced: 3 months ago
JSON representation

Non-custodial Liquid Wallet CLI to make trades on TDex Network via atomic swaps

Awesome Lists containing this project

README

          

# 💻 tdex-cli
Non-custodial Liquid Wallet CLI to make trades on TDex Network via atomic swaps.

Made with 🖤 by [Vulpem Ventures](https://vulpem.com)

## ⬇️ Install

* Install with **yarn**
```sh
$ yarn add tdex-cli
```
* Install with **npm**
```sh
$ npm install --save tdex-cli
```

## 📄 Usage

In-depth documentation for using the tdex-cli is available at [dev.tdex.network](https://dev.tdex.network/docs/trader/cli)

## Development

### Requirements

* Node/npm or yarn

### Instructions

* Install deps

```sh
yarn install
```

* Build .ts files

```sh
yarn build
```

* Build and Test

```sh
yarn test
```

* Try it out locally

```sh
npm install -g
tdex-cli --version
```