Skip to content

signInAndSignMessageHotWallet#83

Open
NikitaShevchik wants to merge 318 commits into
mainfrom
hot-wallet-signInAndSignMessage
Open

signInAndSignMessageHotWallet#83
NikitaShevchik wants to merge 318 commits into
mainfrom
hot-wallet-signInAndSignMessage

Conversation

@NikitaShevchik

Copy link
Copy Markdown
Collaborator

No description provided.

frolvanya and others added 21 commits March 8, 2026 00:01
chore(example): updated `near-connect` package version
Add signInWithFunctionCallKey for intear wallet
…or-most-wallets

feat: Bring support for more signIn flows for most of the wallets
fix: Fixed the default NEAR Connect icon in the footer
@NikitaShevchik
NikitaShevchik requested a review from azbang March 27, 2026 15:57
@NikitaShevchik

Copy link
Copy Markdown
Collaborator Author

@claude review this PR

@frol

frol commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

I am excited to see these new features coming to HOT wallet!

I tried it out, but it does not seem to work (I have built the repository/hotwallet.js) neither with browser extension, nor mobile app, nor telegram mini app (I assume you may have not published the apps to production yet, so that is not surprising then):

image

No errors in console, just a silent ignore.

Here is my manifest:

{
  "id": "hot-wallet-staging",
  "name": "HOT Wallet (staging)",
  "icon": "https://app.hot-labs.org/images/hot/hot-icon.png",
  "description": "Secure Multichain wallet. Manage assets, refuel gas, and mine $HOT on any device with HOT Wallet",
  "website": "https://hot-labs.org/wallet",
  "version": "1.0.0",
  "executor": "https://raw.githubusercontent.com/frol/near-connect/refs/heads/hot-wallet-signInAndSignMessage/repository/hotwallet.js",
  "type": "sandbox",

  "platform": {
    "android": "https://play.google.com/store/apps/details?id=app.herewallet.hot&hl=en",
    "ios": "https://apps.apple.com/us/app/hot-wallet/id6740916148",
    "chrome": "https://chromewebstore.google.com/detail/hot-wallet/mpeengabcnhhjjgleiodimegnkpcenbk",
    "firefox": "https://addons.mozilla.org/en-US/firefox/addon/hot-wallet",
    "tga": "https://t.me/hot_wallet/app"
  },

  "features": {
    "signMessage": true,
    "signInWithoutAddKey": true,
    "signAndSendTransaction": true,
    "signAndSendTransactions": true,
    "signInAndSignMessage": true,
    "signDelegateActions": true,
    "signAndSendTransactions": true,
    "signInAndSignMessage": true,
    "signDelegateActions": true,
    "signInWithFunctionCallKey": true
  },

  "permissions": {
    "storage": true,
    "allowsOpen": [
      "https://download.hot-labs.org",
      "https://hot-labs.org/wallet",
      "https://t.me/hot_wallet/app",
      "https://play.google.com",
      "https://apps.apple.com",
      "hotwallet://",
      "https://wallet.near.org"
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.