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

https://github.com/aelfproject/aelf-ledger-wallet


https://github.com/aelfproject/aelf-ledger-wallet

Last synced: 29 days ago
JSON representation

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)