mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-03 21:18:17 +00:00
.. | ||
__init__.py | ||
get_address.py | ||
get_public_key.py | ||
helpers.py | ||
layout.py | ||
README.md | ||
sign_tx.py |
Tezos
Tezos documentation can be found here.
Operations
Tezos allows users to use multiple curves for private key derivation, but we support
only ed25519
(because it is the most used one) where addresses are prefixed with tz1
,
public keys with edpk
and signatures with edsig
. Other curves might be added later on.
Trezor supports basic Tezos user operations - reveal, transaction, origination, delegation. When the account creates first operation in lifetime, reveal has to be bundled with this operation to reveal account's public key.
Operations Explorer
Tests
Unit tests are located in the tests
directory, device tests are in the python-trezor repository.