https://github.com/intersectmbo/cardaminal
A CLI-based Cardano Wallet
https://github.com/intersectmbo/cardaminal
Last synced: 11 months ago
JSON representation
A CLI-based Cardano Wallet
- Host: GitHub
- URL: https://github.com/intersectmbo/cardaminal
- Owner: IntersectMBO
- License: apache-2.0
- Created: 2023-09-12T20:54:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T16:47:44.000Z (about 2 years ago)
- Last Synced: 2025-04-06T05:34:27.954Z (12 months ago)
- Language: Rust
- Size: 379 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cardaminal
Cardaminal is a CLI-based Cardano wallet tailored for power-users and developers.
## High-Level Goals
- Low-level, granular access to wallet state
- Promotes programmability and automation
- Easy integration with script via shell
- Support for mainnet and common testnets
- Supports custom chains via manual config
- Transaction building via CLI data inputs
## Commands
Preliminary list of available commands (subject to change)
### Syncing chain:
- Update chain: download new blocks : chain update
- List chains: chain list
- Create chains: chain create ..
### Manipulating wallet:
- Create a wallet, with mnemonics : wallet create
- Forward / Reverse from the local chain : wallet update
- Attach / Detach a wallet to a chain : wallet attach / wallet detach
- List : show UTXOs availables : wallet list-utxos
- History : show events of your wallet : wallet history
- Create Transaction : create a transaction with given utxos, sender, etc[g][h]
## Project
Project activity is tracked on this [Github project](https://github.com/orgs/txpipe/projects/15)