optout
optout
One concern: handle case when a coin is already supported by wallet-core, but not (yet) bz the iOS/Android app. Range of data that could be synchronized: - symbol - handle...
I have implemented multi-language support in a fork (https://github.com/mikroncoin/mikron-vault-web), I plan to create a PR with the infrastructure, time permitting. Extracting all the strings into a dictionary file is a...
Note: this has been done in https://wallet.mikron.io https://github.com/mikroncoin/mikron-vault-web/issues/10
Working implementation is here: PR #80 . Screenshot: 
I provide two possible solutions: - always use full nanovault URL -- a simpler solution -- PR #77 ; - QR code style configurable -- a complete solution -- PR...
Sample screenshots below. It trying out, be careful not to send a lot of Nano to my account :)  
I think I misunderstood the real issue here. Here's how I think it should be: - There is a `TWAnyAddress` struct holding an address (incl. coin) ☑️ - Internals of...
Most non-test swift code is generated, so codegen logic has to be extended to: - read descriptions from source files (TW*.h) - generate documentation comments in a common format, understood...
Good ideas, we should do a cost/benefit analysis. Pro: - Allows projects to link only a subset of TW -- this is not needed for Trust Wallet, likely other projects...
A comment: this would include source folder reorganization, to match modules, resulting is more structured source tree; a benefit in itself.