Injective 钱包允许你监控你在 Injective 上的资产。资产可以是 Injective 上的原生代币,也可以是从 Ethereum、Solana、Polygon 和各种支持 IBC 的链桥接过来的资产。请参阅 Injective Hub 质押指南 Injective 支持多种不同的钱包。用户可以选择使用 Ethereum 或 Cosmos 原生钱包在 Injective 上提交交易。Documentation Index
Fetch the complete documentation index at: https://injectivelabs-mintlify-jp-developers-first-half-1777019423.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
概述
Injective 的Account 类型使用 Ethereum 的 ECDSA secp256k1 曲线作为密钥。简单来说,Injective 的账户与 Ethereum 账户原生兼容,允许 Ethereum 原生钱包(如 MetaMask)与 Injective 交互。流行的 Cosmos 钱包如 Keplr 和 Leap 也已与 Injective 集成。
基于 Ethereum 的钱包
如上所述,基于 Ethereum 的钱包可以用于与 Injective 交互。目前,Injective 支持最流行的基于 Ethereum 的钱包,包括: 使用 Ethereum 原生钱包在 Injective 上签署交易的过程包括:- 将交易转换为 EIP712 TypedData,
- 使用 Ethereum 原生钱包签署 EIP712 TypedData,
- 将交易打包成原生 Cosmos 交易(包括签名),并将交易广播到链上。
