@trezor/connect-plugin-ethereum
Version:
@trezor/connect plugin for Ethereum
20 lines (12 loc) • 1.16 kB
Markdown
# @trezor/connect-plugin-ethereum
[](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
[](https://www.npmjs.org/package/@trezor/connect-plugin-ethereum)
[](https://snyk.io/test/github/trezor/trezor-suite?targetFile=packages/connect-plugin-ethereum/package.json)
T1B1 firmware currently does not support constructing [EIP-712](https://eips.ethereum.org/EIPS/eip-712)
hashes. However, it supports signing pre-constructed hashes.
EIP-712 hashes can be constructed with the plugin function
[transformTypedData](./index.js)
You may also wish to construct your own hashes using a different library.
For more information refer to [docs/ethereumSignTypedData](../../docs/packages/connect/methods/ethereumSignTypedData.md)
## Publishing
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.