Skip to content

Commit

Permalink
remove python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandpo committed Nov 14, 2023
1 parent 0b8a1c7 commit 711ad99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/build_and_functional_tests.yml

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Ensure compliance with Ledger guidelines](https://github.com/LedgerHQ/app-plugin-boilerplate/actions/workflows/guidelines_enforcer.yml/badge.svg?branch=develop)](https://github.com/LedgerHQ/app-plugin-boilerplate/actions/workflows/guidelines_enforcer.yml)
[![Compilation & tests](https://github.com/LedgerHQ/app-plugin-boilerplate/actions/workflows/build_and_functional_tests.yml/badge.svg?branch=develop)](https://github.com/LedgerHQ/app-plugin-boilerplate/actions/workflows/build_and_functional_tests.yml)

# Origin DeFi Ledger Plugin

This is a plugin for the Ethereum application which helps parsing and displaying relevant information when signing an OUSD or OETH transaction on their respective dapps.
Expand All @@ -14,7 +17,7 @@ done on a "per contract" basis, meaning a plugin is required for every DApp.
Clone the plugin to a new folder.

```shell
git clone https://github.com/rolandpo/app-plugin-origindefi.git
git clone https://github.com/OriginProtocol/origin-app-plugin.git
```

Then in the same folder clone two more repositories, which is the plugin-tools and app-ethereum.
Expand Down

0 comments on commit 711ad99

Please sign in to comment.