Giter VIP home page Giter VIP logo

trezor-wallet's Introduction

Alt text

Trezor Wallet

You can try this wallet live HERE

To install dependencies run npm install or yarn To start locally run npm run dev or yarn run dev To build the project run npm run build or yarn run build

trezor-connect

If you are implementing a new feature from 'trezor-connect' which is not deployed on npm yet follow these steps:

  1. Build trezor-connect npm module locally:
  • go to trezor-connect project
  • call yarn build:npm
  • cd npm
  1. Call yarn link to register this module
  2. go to trezor-wallet project
  3. Call yarn link trezor-connect to link registered module with trezor-wallet

Additionally you can publish trezor-connect to dev server (sisyfos.trezor.io/connect):

  1. go to trezor-connect project
  2. call make build-test

trezor-wallet's People

Contributors

brianddk avatar dependabot[bot] avatar mark-stopka avatar mlejva avatar mroz22 avatar prusnak avatar slowbackspace avatar szymonlesisz avatar vladimirvolek avatar zdumitru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

trezor-wallet's Issues

Notifications

We should have 3 different types of notifications:

  1. Application notification: [online/offline, new bridge, new firmware(?), other(?)] placed between header and content.

  2. Context/network(?) notification: displayed only in some context (example: eth backend is down or some info about current network like: "this is testnet" - similar to old-wallet BCH warning) placed between SelectedAccount top navigation and SelectedAccount content, but above "Action notification" (see 3)

  3. Action notification: like error "device disconnected during action" or success "tx send successfully"

3 (A). Current action status: like "Loading accounts..."

Verify url in RouterService

device with botloader/notinitialized status should not be able to access /network/X url (written by hand)

Send form: tooltips real text & Summary: token tooltip

In advanced section there are tooltips with copy/paste texts from MEW, there is also a link to their site.
I think we should have our own link for that (to wiki?)

Also those texts should be different when sending "eth" and "erc20"

Update nonce in memory

Account "nonce" should be calculated regarding to pending transactions.

Example:

  • 2 or more pushed, but not confirmed transactions

Redirect to initial url if possible

if you open wallet with url "/device/C72A8C804D35953AF7F24EBF/network/trop/account/0"
after page initialization we should to try to go directly to requested(initial) url. (in this case Ropsten Account#1) if possible

Send form: broken css

On small width screen

  1. address icon covers input text
  2. three different fonts are used (amount, fee, send button)
  3. currency selector overflow
  4. send button overflow
  5. account notification is missing (notification that this is my Account #N)

screen shot 2018-09-14 at 12 03 04

Update account "nonce" and "balance" while SendForm is opened

We should update those values in case that you already started transaction but in the same time you've affected this account in different window/application.

Example:

  • starting transaction, set "send max" amount
  • switch to metamask and resend all eth from the same account

Verify firmware version

Add notification about FW update, display page with detailed description and link to old-wallet

Sendform: missing elements

  1. There was a loader in "gasLimit" input which shows "recalculating" status. It is used when composing tx with data (props.calculatingGasLimit === true)
  2. Advanced:data field should be disabled if currency is a token
  3. Advanced:data - missing bottomText field (error/warning/info)
  4. Inputs icons (success/error/info) have unnecessary margin on the right

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.