Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iicc1 committed Jul 25, 2019
1 parent ac0f84e commit d04a139
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
Community made LTO Network wallet application for Ledger Nano S/X/Blue

# Introduction
This is a wallet application for the LTO Network blockchain done by a member of the community.
This is a Ledger device wallet application for the LTO Network blockchain done by a community member.

It is compliant with [LTO Network cryptographic specifications](https://docs.lto.network/project/developer-area/lto_protocol/cryptographic_details).

It can be tested quickly using the python script located at [python/ledger-lto.py](https://github.com/iicc1/ledger-app-lto-network-unofficial/tree/master/python).

Special thanks to Ledger team and Waves community.
Special thanks to Ledger team, Waves community and LTO Network team.

# Building

In order to build this application you need to create a Ledger development environment. More information can be
In order to build this application you need to create a Ledger development environment. More information can be
found here: https://ledger.readthedocs.io/en/latest/userspace/getting_started.html


Expand Down Expand Up @@ -50,7 +50,12 @@ pip install colorama
pip install base58
```

Then enter the LTO Network app on your ledger and start the script_
Then enter the LTO Network app on your ledger and start the script:
```bash
python python/ledger-lto.py
```


# Web app

There is also a Vuejs web app project located here: https://github.com/iicc1/lto-ledger-vue
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* LTO Network Wallet App for Ledger devices, based on Waves code.
* 2019 Ignacio Iglesias (iicc) https://github.com/iicc1/ledger-app-lto-network-unofficial
* 2019 Ignacio Iglesias (iicc) https://github.com/iicc1/ledger-app-lto-network
/*******************************************************************************
* Waves platform Wallet App for Nano Ledger S. Updated By Waves community.
* Copyright (c) 2017-2018 Sergey Tolmachev (Tolsi) <[email protected]>
Expand Down

0 comments on commit d04a139

Please sign in to comment.