From 09fbe434ba14211d13a31fac57e6794ae5433ded Mon Sep 17 00:00:00 2001 From: trial123Zel <38964930+trial123Zel@users.noreply.github.com> Date: Sat, 26 Jun 2021 10:01:08 -0700 Subject: [PATCH] Zelcore wallet support for SOL/SPLs info added (#17580) * Zelcore wallet support for SOL/SPLs info added I have added a quick infodump about Zelcore wallet supporting various features of the Solana ecosystem. I looked at previous commits and it seemed adding to the top of the file was the norm, but please feel free to move around if needed. * Zelcore wallet info moved to bottom of file. (cherry picked from commit 8fc4c2f375ee8d550b14727e09e63b3f185044d0) --- docs/src/wallet-guide/apps.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/src/wallet-guide/apps.md b/docs/src/wallet-guide/apps.md index 552287acdb93f6..54788d05460a92 100644 --- a/docs/src/wallet-guide/apps.md +++ b/docs/src/wallet-guide/apps.md @@ -46,3 +46,19 @@ viewed at any later time in the app by following these steps: be used to send and receive SOL tokens. _Note: Coin98 does not support stake accounts or staking operations_ + +## Zelcore + +[Zelcore](https://zelcore.io) is a multi-currency wallet now supporting SOL and all Solana tokens (SPL). Each Zelcore account has 3 separate addresses for each asset. +Store, transact, connect to dapps, and (soon) DEX trade in a single app and hold SOL tokens alongside BTC, ETH, and 270+ other cryptos. + +Zelcore is available for [Desktop](https://zelcore.io), [iOS](https://apps.apple.com/us/app/zelcore/id1436296839), and [Android](https://play.google.com/store/apps/details?id=com.zelcash.zelcore&hl=en_US&gl=US). One account for all your cryptos, all your devices. + +Zelcore also uses a custom Sollet-based wallet adapter solution so users can connect to all their dapps with a single browser tab to keep things tidy. + +__**DEVS**__: integrate Zelcore wallet into your products by implementing Sollet solution using "link.zelcore.io" as connection URL. + +### Zelcore Wallet Security +Zelcore utilizes a username/password schema to derive private keys for all assets. Security layers include blockchain-based 2FA PIN, mobile device biometrics, and passphrases to allow users to set up as much or as little security as they like. All hashing functions done on-device, and no login/account info is stored nor transmitted off your device. The private keys only exist on-device while logged in, upon logging out there is no digital footprint left of your PKs. + +**Treat your username, password, d2FA PIN, passphrases, etc. with utmost care, just like your private keys. Never give these to anyone!**