Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.63 KB

File metadata and controls

26 lines (17 loc) · 1.63 KB

Ensure compliance with Ledger guidelines Compilation & tests

app-plugin-uniswap

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 SDK

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.

Documentation

The documentation about the features of this plugin is located here PLUGIN_SPECIFICATON.md.