Metadata-Version: 2.1
Name: ether-cli
Version: 0.1.8
Summary: Minimalistic wallet CLI for Ethereum
Home-page: https://github.com/0xver/ether
Author: Sam Larsen
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Ether

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/0xver/ether/blob/master/LICENSE.md)

Ether is a minimalistic wallet CLI for basic Ethereum transactions and more. Encrypt a mnemonic onto an external drive then use it with a passphrase to securely derive keys and manage ETH.

#

## Source
Clone ether
```
gh repo clone 0xver/ether
```
Install ether
```
pip install .
```

#

## PyPi
Install ether
```
pip install ether-cli
```

#

## Getting Started
Check version
```
ether
```
Setup wallet
```
ether init
```
Watch only account
```
ether account
```
List all available commands
```
ether commands
```


