Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/libotony/ledger-vet-test-suite
- Owner: libotony
- Created: 2023-05-22T07:40:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-26T06:06:31.000Z (over 1 year ago)
- Last Synced: 2024-11-07T18:00:35.733Z (2 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.