https://github.com/aelfproject/aelf-ledger-wallet
https://github.com/aelfproject/aelf-ledger-wallet
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-ledger-wallet
- Owner: AElfProject
- Created: 2023-08-31T03:47:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T03:13:20.000Z (over 2 years ago)
- Last Synced: 2023-12-27T04:54:38.505Z (over 2 years ago)
- Language: TypeScript
- Size: 821 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AELF Ledger Wallet
This is a AELF Ledger Wallet for Ledger Device.
## Set up
Ensure that [NodeJS](https://nodejs.org/en) is installed.
Clone this repository, and in a terminal, run (replace path-to-the-repo with the actual path):
```bash
cd path-to-the-repo
npm install
```
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
## References
- [Ledger Web USB/HID walkthrough](https://developers.ledger.com/docs/transport/web-hid-usb/)
- [Ledger Web Bluetooth walkthrough](https://developers.ledger.com/docs/transport/web-bluetooth/)
- [How to use your Ledger Device with the AELF Ledger Wallet](https://docs.google.com/document/d/1xxl_DRUNoqfWF__nO_rhUBPDA6-yNf0Y3nfTie0OQwA/edit?usp=sharing)