https://github.com/oasisprotocol/oasis-ledger-tester
Bash tester for Oasis Ledger integration
https://github.com/oasisprotocol/oasis-ledger-tester
bash ledger oasis plugin tester
Last synced: about 1 month ago
JSON representation
Bash tester for Oasis Ledger integration
- Host: GitHub
- URL: https://github.com/oasisprotocol/oasis-ledger-tester
- Owner: oasisprotocol
- License: apache-2.0
- Created: 2021-08-04T11:53:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T15:28:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T10:14:20.756Z (over 1 year ago)
- Topics: bash, ledger, oasis, plugin, tester
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oasis Ledger Tester
This repo contains Bash scripts and auxiliary files for testing integration
between [Oasis Core], [Oasis Core Ledger Signer Plugin], [Oasis Metadata
Registry] and the [Oasis app for Ledger].
[Oasis Core]: https://github.com/oasisprotocol/oasis-core
[Oasis Metadata Registry]: https://github.com/oasisprotocol/metadata-registry
[Oasis Core Ledger Signer Plugin]:
https://github.com/oasisprotocol/oasis-core-ledger
[Oasis app for Ledger]: https://github.com/Zondax/ledger-oasis
## Prerequisites
Make sure you have the following installed your system:
- [Oasis Node]
- [Ledger Signer Plugin for Oasis Core]
- [Oasis Metadata Registry CLI tool]
- [Oasis app for Ledger][oasis-app-install]
[Oasis Node]: https://docs.oasis.dev/general/run-a-node/prerequisites/oasis-node
[Ledger Signer Plugin for Oasis Core]:
https://docs.oasis.dev/oasis-core-ledger/usage/setup
[Oasis Metadata Registry CLI tool]:
https://github.com/oasisprotocol/metadata-registry-tools/#building
[oasis-app-install]:
https://docs.oasis.dev/oasis-core-ledger/usage/setup#installing-oasis-app-on-your-ledger-wallet
## Running
Set variables in `test-ledger-signer.sh` to appropriate values for your system
and run:
```bash
./test-ledger-signer.sh
```