https://github.com/tatumio/tatum-cli
Command-line tool to access all blockchains.
https://github.com/tatumio/tatum-cli
api blockchains cli cryptocurrency
Last synced: about 1 year ago
JSON representation
Command-line tool to access all blockchains.
- Host: GitHub
- URL: https://github.com/tatumio/tatum-cli
- Owner: tatumio
- License: mit
- Created: 2020-08-25T09:35:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T10:29:30.000Z (over 4 years ago)
- Last Synced: 2024-04-24T16:19:09.712Z (about 2 years ago)
- Topics: api, blockchains, cli, cryptocurrency
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 83
- Watchers: 6
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tatum CLI
Tatum CLI - Command Line Interface to communicate with blockchains.
## Installation
Tatum CLI is shipped via npm. It installs a set of CLI commands to generate wallets / private keys securely locally and to communicate with number of blockchains via Tatum API.
NodeJS >=14 is required.
```bash
npm i -g @tatumio/tatum-cli
```
## Usage
To see list of all available commands, please see help.
```bash
tatum --help
```