Skip to content

Commit

Permalink
DNA -> IDNA idelse#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Ginosa committed Aug 11, 2020
1 parent ae38f3d commit dae8d5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Idena wallet application framework for Nano S and Nano X

## How to install (Ledger Nano S)
This app is still not available in [Ledger Live](https://www.ledger.com/ledger-live/), so you will have to install
This app is still not available in [Ledger Live](https://www.ledger.com/ledger-live/), so you will have to install
it manually as explained in this section. Also a [video tutorial](https://youtu.be/PhUvMrQSi0A) is available.

### Requirements
Expand All @@ -11,7 +11,7 @@ it manually as explained in this section. Also a [video tutorial](https://youtu.

### 1. Download pre-compiled binaries
```
curl -L https://github.com/idena-dev/idena-ledger/releases/download/v.0.1/idena-ledger-v.0.1.tar.gz | tar xz && cd idena-ledger-v.0.1
curl -L https://github.com/idelse/idena-ledger/releases/download/v.0.2/idena-ledger-v.0.2.tar.gz | tar xz && cd idena-ledger-v.0.2
```

### 2. Install python environment
Expand Down
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ APP_LOAD_PARAMS += --path $(APPPATH)

APPVERSION_M=0
APPVERSION_N=0
APPVERSION_P=1
APPVERSION_P=2
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APP_LOAD_FLAGS= --appFlags 0x240 --dep Idena:$(APPVERSION)

CHAIN=idena
DEFINES += CHAINID_UPCASE=\"IDENA\" CHAINID_COINNAME=\"DNA\" CHAIN_KIND=CHAIN_KIND_IDENA CHAIN_ID=0
DEFINES += CHAINID_UPCASE=\"IDENA\" CHAINID_COINNAME=\"IDNA\" CHAIN_KIND=CHAIN_KIND_IDENA CHAIN_ID=0
APPNAME = "Idena"
DEFINES_LIB=
APP_LOAD_FLAGS=--appFlags 0xa40
Expand Down

0 comments on commit dae8d5c

Please sign in to comment.