Giter VIP home page Giter VIP logo

nevinha-wallet's Introduction

Nevinha Wallet

This is a experiment blockchain wallet project using web3js and react.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

nevinha-wallet's People

Contributors

clovisdasilvaneto avatar tcjeff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nevinha-wallet's Issues

(Bug) View transaction link is not working

Description

After send a successful transaction, it shows a link view transaction, which does not sends you to no where.

Is it a feature?

No, it is a bug.

Acceptance Criterea

User should be able to view his transaction on etherscan.

(Bug) Validation for transaction form

Description

Currently we do not validate if the balance of the user is greater than the total amount (including fee) that he is trying to send to another address.

Is it a feature request?

No, it is a bug.

Acceptance criterea

  • User balance should be greater than the total amount (including fees), to send a transaction.

Allow user to import his own ERC20 tokens

Current we don't allow users to import their own tokens, giving support only to the default tokens we have. In order to let the wallet more flexible, a token importation feature is needed.

Is it a feature request?

Yes

Acceptance Criterea

User should be able to import an ERC20 token

(Bug) Add a mask on the amount input

Description

On amount input, the user is able to type anything that he wants, which can break the app in case he types a text like nevinha.

Is it a feature request

No, it is a bug.

Acceptance Criterea

  • Amount input should have a mask, in order to avoid application breaks.

(Bug) Validate user address

Description

Currently we do not validate the address that the user is going to send his token. Which will break the app if he proceed to the next step of the form.

Is it a feature request?

No, it is a bug.

Acceptance criterea

  • In order to continue to the next step, the user address should be valid.

Add a loading state on the transactions history

Description

In /wallet/transfer/ETH we can find a list of transactions that was made for an specific token, in this case ETH, however we do not show any loading state when the app is still fetching the transactions list.

Is it a feature request?

Yes

Acceptance Criterea

  • Show a loading state while the transaction history is still loading

(Feat) Suport ERC20 tokens transfers

Description

Currently we just show an alert saying that we don't support ERC20 token transfers. We need to implement a ERC20 token transfer on the transfer form.

Is it a feature request?

Yes.

Acceptance Criterea

User should be able to transfer a ERC20 token

(Temporary) Add a environment variable to specify network address

Description

On transaction history everytime the user clicks on a transaction we redirect him to the etherscan page, which is not right for testing and develop environment, because on those environments the user won't be using the main network.

We should have a way to at least, provide an option to the developer to change which network he is currently using for testing and development environemnt.

Is it a feature request?

No, its temporary.

Acceptance Criterea

  • Create an environment variable informing which network develop is using

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.