alpha-wallet-android
alpha-wallet-android copied to clipboard
An advanced Ethereum mobile wallet
This is a large-ish project to optimise storage of tokens esp for multi-wallet apps. It also has a number of other advantages eg new wallets benefit from previous wallet's discovered...
To better inform the users about what contract they are interacting with, it is helpful to retrieve address tags provided by the Kleros decentralized tag registry. These tags can be...
When you switch from networks on the menu of the browser that action deactivates all previously activated networks.
Enable Transaction Log pickup for ERC20 Tokens. You can search for Approve, Transfer and common other DeFi events. Check out the implementation in ERC721Token and ERC1155Token and do something along...
Android app {version 3.54.0 (186)} as well the last iOS version are not showing NFTs properly on Mainnet and Polygon.
Hello We want to build a token on the xdai network Smart contract pays gas fees through relay defender openzeppelin The problem is that the wallet is asking to pay...
This is required to put a lower bound on how far down to pickup log events. The most obvious approach is to use the Etherscan (etc) Transaction fetch API in...
To reproduce: 1. Send some rinkeby (etc) to another address. 2. After the transaction completes, click on the 'show transaction details' and be taken to ERC20DetailActivity, TokenActivityFragment. 3. Notice that...
Completely decouple the UI elements from all the fetches. - After each API/contract call, check to see if Realm needs updating and update if required. - have a Realm listener...
Many entries in the Activity pane could be transfers or mints of NFTs. If they are, the ```TransferHolder``` entry is used. If the transfer or mint is an NFT, can...