This is the plugin to clear sign uniswap smart contract on Ledger device.
The plugin guide documentation gives more context about how ethereum plugins work. plugin guide in order to better understand the flow and the context for plugins.
Ethereum plugins need the Ethereum SDK.
You can use the ETHEREUM_PLUGIN_SDK
variable to point to the directory where you cloned
this repository. By default, the Makefile
expects it to be at the root directory of this
plugin repository by the ethereum-plugin-sdk
name.
You can see that this CI workflow
verifies that the SDK used is either on the latest master
or develop
references. This ensures
the code is compiled and tested on the latest version of the SDK.
The documentation about the features of this plugin is located here PLUGIN_SPECIFICATON.md.