ape-trezor: Plugin for Trezor Hardware Wallets
Project description
Quick Start
Ape Trezor is a plugin for Ape Framework which integrates Trezorlib ethereum.py to load and create accounts, sign messages, and sign transactions.
Dependencies
- python3 version 3.8 or greater, python3-dev
Installation
via pip
You can install the latest release via pip
:
pip install ape-trezor
via setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-trezor.git
cd ape-trezor
python3 setup.py install
Quick Usage
You must have the Trezor USB device connected.
Then, add accounts:
ape trezor add <alias>
Trezor accounts have the following capabilities in ape
:
- Can sign transactions
- Can sign messages using the default EIP-191 specification
To list just your Trezor accounts in ape
, do:
ape trezor list
Remove accounts
You can also remove accounts:
ape trezor delete <alias>
ape trezor delete-all
Sign Messages
You can sign messages with your accounts:
ape trezor sign-message <alias> "hello world"
Verify Messages
You can also verify a message with a signature:
ape trezor verify-message "hello world" <signature>
Development
Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ape-trezor-0.5.0.tar.gz
.
File metadata
- Download URL: ape-trezor-0.5.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b1f204c78418c6e119698f24b796b4e7935a55a3854907e0332d9d43efc52ab |
|
MD5 | 53609fa72a6c40d66742819004efbfd1 |
|
BLAKE2b-256 | c0152058233e5aef69d7541f9366de46c85405360a2579999e5e2d4cd8a959d6 |
File details
Details for the file ape_trezor-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: ape_trezor-0.5.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98a87079ea43918f66014f8df8465f1773d630596f4f97f76d826a3df9ae6d5e |
|
MD5 | 1814ee0254df766cd000d0d9a36d08ce |
|
BLAKE2b-256 | 4a3ce65ff70da65f469f514f9eb920756ff182b8b34d98885b74b1103e611f54 |