Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libotony/ledger-vet-test-suite

test ledger vechain app with random data
https://github.com/libotony/ledger-vet-test-suite

Last synced: 13 days ago
JSON representation

test ledger vechain app with random data

Awesome Lists containing this project

README

        

# Ledger VET app test suite

Test [ledger vechain app](https://github.com/LedgerHQ/app-vechain/) with arbitrary test data, supports NanoS/NanoX/NanoSP.

## How

First, compile firmware by this [guide](https://github.com/LedgerHQ/app-boilerplate#compilation-and-load), put the firmware into the `firmware` folder, named by `.elf`.

Then run `npm run speculos:` starts the emulator.

Run `npm t`

## Note

This is a side project while verifying new changes to ledger vechain app, the official [repo](https://github.com/LedgerHQ/app-vechain/) have already built a test framework, check it for further development.