Skip to content

Commit

Permalink
updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpinos committed Mar 27, 2020
1 parent 7dc87a9 commit e2b20c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Cyano wallet - an Ontology wallet
# Cyano Wallet - an Ontology wallet

<p>
<img width="300px" src="/wallet.png">
<img width="300px" src="/wallet2.png">
<img width="300px" src="/wallet3.png">
</p>

## Overview
Expand Down Expand Up @@ -93,13 +92,13 @@ Ledger support is provided by the Ontology TS SDK extension https://github.com/O
Ledger.setLedgerTransport(new Ledger.LedgerTransportIframe('https://drxwrxomfjdx5.cloudfront.net/forwarder.html', true));
```

To use your Ledger, you also needs Official Ontology Ledger App installed on your Ledger.
To use your Ledger, you also need the Official Ontology Ledger App installed on your Ledger.

#### Trezor support

Trezor support is provided by the Ontology TS SDK extension https://github.com/OntologyCommunityDevelopers/ontology-ts-sdk-trezor. Trezor allows communication with the Trezor Bridge v2 only from https://*.trezor.io page and Node environment, therefore it is not usable from web pages. But it is usable from Web extensions using WebRequest API.

To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is is not yet in official firmware.
To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is not yet in official firmware.

## Built With

Expand Down
1 change: 1 addition & 0 deletions src/popup/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ h4.unbound {
color: #48a3ff;
font-weight: 400;
cursor: pointer;
text-align: right;
}

h4.unbound:hover {
Expand Down
Binary file added wallet3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2b20c0

Please sign in to comment.