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
- Host: GitHub
- URL: https://github.com/vulpemventures/tdex-cli
- Owner: vulpemventures
- License: mit
- Created: 2020-11-12T17:58:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T09:54:46.000Z (over 4 years ago)
- Last Synced: 2025-06-30T15:57:03.149Z (12 months ago)
- Language: TypeScript
- Size: 984 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```