Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IntersectMBO/cardaminal
A CLI-based Cardano Wallet
https://github.com/IntersectMBO/cardaminal
Last synced: about 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T16:47:44.000Z (10 months ago)
- Last Synced: 2024-08-01T16:50:42.475Z (5 months ago)
- Language: Rust
- Size: 379 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 20
-
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)