Tao Xu
Tao Xu
TODO: - [ ] Groestlcoin (Base58check + groestl512d) - [ ] Decred (Base58check + blake256d) - [ ] Algorand, Nano (Base32) - [ ] Nebulas (Base58check + sha3_256ripemd) - [...
It's very helpful to know how complex is the project.
some references: - https://github.com/MetaMask/eth-phishing-detect - https://infura.io/docs/api/get/v2Blacklist - https://etherscamdb.info/
Todo: - [ ] send to .eth - [ ] import / watch - [ ] transaction / confirm page - [ ] set resolver / subnode Done: - [x]...
Some references: - https://spl.solana.com/name-service - https://docs.bonfida.org/help/integration - https://github.com/solana-labs/solana-program-library/tree/master/name-service
We have Swift `KeyStore` helper to access `TWStoredKey` easily; in order to support it on Web (local storage etc), it would be nice to have Typescript `KeyStore` This is also...
## Description Fixes https://github.com/trustwallet/wallet-core/issues/2516, read current executable path and find the `tests` folder, easier to run single test in CLion ## How to test Unit tests ## Types of changes...