Wallets

STAY IN THE KNOW

Keep up with the latest Wallet Suite updates from the SECRYPT team and community by subscribing to our Notifications.

Wallets that support SECRYPT allow for key management, access to accounts controlled by private keys, and interfaces that allow users to perform chain actions and sign transactions. The following page serves as a wallet index for wallets compatible with SECRYPT. Please note that this is not an exhaustive index.

THIRD-PARTY WALLETS

These third-party wallets have integrated SECRYPT and support a variety of features. You should do your own due diligence before using them. The official SECRYPT Support cannot provide assistance for issues with these wallets or other non-native wallets.

CENTRALIZED EXCHANGES (CEXS)

For a list of CEXs that support SECRYPT, visit a third-party tracking website such as CoinMarketCap.

Partner Wallets

The following wallets are solutions that SECRYPT Technology has partnered with:

Wallet

Custody

Account Type

Multi-Sig

NFT

dApp Browser

Bridge Support

Fiat On-Ramp

Platforms

MetaMask*

non-custodial

EOA

no

interface

yes

no

no

mobile, browser, api/sdk

NON-NATIVE WALLET SUPPORT

Wallets denoted with * in the table above are not natively supported with the wallet software and require manual steps to add the SECRYPT network.

Key Management Strategy

The following basic steps allow for the integration of a client-side application with SECRYPT:

  1. Set up Web3: web3.js is a javascript library that allows a client-side application to talk to the blockchain. We configure web3.js to communicate via a developer-based wallet like MetaMask. Use the web3.js docs to learn about adding web3.js to your project.
  2. Set up an Account: You will be able to send transactions (specifically those that alter the state of the blockchain).
  3. Instantiate Contracts: Once a web3 object is in place, we next instantiate our deployed contract, with which we interact.
  4. Call functions: Fetch data via functions in the contract through our contract object.