# README
Oasis Core Ledger
This projects aims to provide support for using a Ledger hardware wallet with Oasis Core.
It provides:
- Oasis Core signer plugin for Ledger wallets.
- CLI for running helper commands, e.g. showing an account address or listing Ledger wallets.
Documentation
Browse to docs.oasis.dev/oasis-core-ledger.
Contributing
This project follows Oasis Core's Contributing Guidelines.
Note
This project is work in progress. Some aspects are subject to change.
# Packages
Package cmd implements the oasis-core-ledger tool.
Package common implements common things for Oasis Core Ledger.
Package main implements the ledger backed oasis-node signer plugin.