tatum-kms
Unbreakable secure KMS (key management system) integrated to Tatum blockchain infrastructure (by tatumio)
wallet-adapter
Modular TypeScript wallet adapters and components for Solana applications. (by anza-xyz)
tatum-kms | wallet-adapter | |
---|---|---|
2 | 12 | |
193 | 1,610 | |
0.5% | 2.1% | |
4.3 | 8.0 | |
14 days ago | 3 months ago | |
TypeScript | TypeScript | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tatum-kms
Posts with mentions or reviews of tatum-kms.
We have used some of these posts to build our list of alternatives
and similar projects.
-
a KMS for Tezos custodial wallet?
do you know an equivalent of https://github.com/tatumio/tatum-kms for tezos? I'd like to have a solution to implement a custodial wallet for Tezos
-
Build applications on the XDC Network with Tatum
Send, estimate, invoke, broadcast *Send XDC / ERC20 from account to account — sends XDC or ERC20 tokens from account to account using private keys. Tatum KMS can be used to ensure the highest degree of security. *Estimate XDC transaction fees — instantly estimates the current gas price of a given transaction. *Invoke Smart Contract method — this is how you interact with existing smart contracts on the XDC Network. Invokes any method according to several inputted parameters. *Broadcast signed XDC transaction — broadcast signed transactions using Tatum Middleware, Tatum client libraries, or a custom signing mechanism.
wallet-adapter
Posts with mentions or reviews of wallet-adapter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-15.
-
Creating a Custom Solana Connect Wallet UI with React and Chakra UI
If you have worked with the Solana Wallet Adapter before, you will know that it is very easy to set up a Connect Wallet button with a decent modal.
-
Getting Closer: The Mobile Era Of Web3 With Saga And Solana Mobile Stack
Mobile Wallet Adapter is an open protocol for connecting dApps and wallets on mobile devices. Mobile Wallet Adapter is for any Android device, not just Saga – and it’s ready now. There are two wallets available today that support the Mobile Wallet Adapter protocol – Phantom and Solflare – with more wallets in the process of their own integrations. If you are a developer with an existing dApp, now is the time to upgrade with mobile support. You can find a guide to upgrading here.
-
Want some help with solana wallet integration.
This is what we are using right now: https://github.com/solana-labs/wallet-adapter
-
Open Source JS Library - Create Your Own Solana NFT Marketplace in Minutes
Note: Your website needs a way for users to connect their wallet, so we assume that you have Solana wallet adapter set up. This is likely to be the case if you have already done primary sales of your NFTs with Candy Machine v2 or Candy Machine v1.
-
Connect Solana wallets on Mobile Apps
Hello, I'm a mobile software engineer, and i am getting into web3 & solana. I looked for a solution to connect my app to a solana wallet using react native, but i don't seem to find any solution for this (react native or even mobile apps in general). Is there a solution like https://github.com/solana-labs/wallet-adapter for mobile apps ? Is connecting a solana wallet to a mobile app even possible as we speak ?
- The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom
-
Is there a library that unifies connecting to wallets similar to what Solana has?
Solana has the wallet adapter library which provides a convenient interface for connecting to many different wallets. Is there anything similar for ETH or do I have to write and maintain custom logic for each different wallet?
-
TheWheel, a first experience programming on Solana
Code of TheWheel has been organized around the Solana–wallet-adapter project. I first ran a git clone command on the project before adding my files one by one in same repository.
- Need help finding how to do auth with Solana wallets
-
Trouble Importing Token from @solana/spl-token (npm and node)
First line of the example here: https://github.com/solana-labs/wallet-adapter/issues/189