Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)