Aaron Li

Results 27 issues of Aaron Li

# 1wallet app library The library should allow developers to onboard a user who does not yet have a wallet, or connect a user’s existing wallet to their app. The...

Currently, domain resolution is automatically performed in address input box: https://github.com/polymorpher/one-wallet/blob/master/code/client/src/components/AddressInput.jsx However, a lot of people are unaware of that. A placeholder, or some hint texts around the input box...

good first issue
ui

## Priority 1 - [ ] Step-by-step guide: connect dApp to 1wallet for all 6 operations in 1wallet app library https://github.com/polymorpher/one-wallet/issues/73 - [ ] Quick tutorial: 1wallet transfer - how...

good first issue

A question 1wallet users often ask is why there isn't a mobile app version of the wallet. The answer is simple: because no one built it yet. This may change...

frontend infra
integration
native app
big project

As pointed out by Shashank Agrawal, the [current documented method](https://github.com/polymorpher/one-wallet/wiki/Client-Security/369d114fe00a61a02788914928aa5ac5a96aa8b3#iii-scrambled-memory-layout) does not materially increase the number of operations required for an attacker to brute-force the correct input (OTP code, or...

The funds would have arrived at Binance's crypto address, but the transaction would not be listed in the address' explorer page. Examining the transaction directly in explorer would reveal the...

![image](https://user-images.githubusercontent.com/913871/125759992-33efd4a0-159d-4359-a434-7b73e3baaa9c.png)

This document is based on v0.0.1 of ONE Wallet, released on 6/18/2021: https://github.com/polymorpher/one-wallet/tree/7e6aed60fc19b317fe733112bf18739775f05c5c/code . ## I. Client Security In v0.0.1 of ONE Wallet, the client may act on its own...

We need to improve the speed of argon2 so that users won't need to wait for too long to create a wallet (i.e. generate 1M leaves). The wait time is...