Stargazer Wallet
Cross-chain compatible wallet for Constellation and Ethereum
Stargazer Wallet là gì?
Stargazer Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://constellationnetwork.io, và tính năng chính của nó là "Cross-chain compatible wallet for Constellation and Ethereum".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stargazer Wallet
Tải xuống các tệp mở rộng Stargazer Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Stargazer Wallet was designed for a future interconnected blockchain ecosystem. Cross-chain and browser extension capabilities make it possible to hold and transact $DAG and supported ETH/ERC-20 tokens such as $LTX, $ADS, $DODI, and $JAM. The Stargazer Wallet was created by Stardust Collective, a decentralized open source organization with members from all around the world, including Amsterdam, Dubai, San Francisco, Singapore and Sydney. The Stardust Collective’s work focuses on producing companion dApps and tools built on Constellation’s Hypergraph network. Features Cross-chain compatibility with Ethereum Network: Store, transact, and interact with supported ETH/ERC-20 tokens. This is the first step to making the Stargazer wallet cross-chain compatible within the crypto ecosystem. Seed phrase ready: Your multi-chain wallet comes with a 12-word seed phrase for added security—you own and control your assets and transactions at all times, including your seed phrase. Please remember to back up your seed phrase in a secure place. If you lose the seed phrase, you will lose access to your wallet/tokens permanently. Multiple addresses, one wallet: You can create multiple addresses each with their own unique public/private key pairs within your wallets. This serves as an enhanced security feature when a user wants to diversify their holdings amongst several addresses within the same wallet for privacy reasons. Send and receive tokens: You can send/receive $DAG and supported ETH/ERC-20 tokens to/from an exchange or your existing wallet address. You can also send $DAG between different addresses within your Stargazer wallet. Hardware wallet support: Connect your Bitfi hardware wallet with Stargazer to interact with Web3 applications in the most secure context possible. Contacts: Do you send tokens to frequently used addresses? You can manage your addresses easily. Import single private key account: If you have a wallet with multiple addresses, easily import an individual address via your private key, rather than importing all the existing addresses linked to your wallet. Support for NFTs: Store all your NFTs including your Dor Traffic Miner NFTs in your Stargazer Wallet. You’re now able to see how many NFTs you hold, and can link out directly to platforms such as OpenSea to view your NFTs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stargazer Wallet |
ID | pgiaagfkgcbnmiiolekcfmljdagdhlcm |
URL Chính Thức | https://chromewebstore.google.com/detail/stargazer-wallet/pgiaagfkgcbnmiiolekcfmljdagdhlcm |
Mô tả | Cross-chain compatible wallet for Constellation and Ethereum |
Kích Thước Tệp | 5.69 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 4.0.4 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2021-05-21 |
Đánh Giá | 4.57/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | https://constellationnetwork.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://constellationnetwork.io/stargazer-wallet/ |
URL Trang Trợ Giúp | https://t.me/StardustSupport |
URL Trang Chính Sách Bảo Mật | https://constellationnetwork.io/stargazer-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stargazer Wallet", "version": "4.0.4", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Cross-chain compatible wallet for Constellation and Ethereum", "homepage_url": "https:\/\/constellationnetwork.io\/", "short_name": "stargazer-wallet-ext", "permissions": [ "https:\/\/www.dagexplorer.io\/", "https:\/\/*.coingecko.com\/", "https:\/\/*.constellationnetwork.io\/", "http:\/\/*.constellationnetwork.io:9000\/", "chrome:\/\/favicon\/", "https:\/\/assets.coingecko.com\/", "https:\/\/*.googleusercontent.com\/*", "https:\/\/*.opensea.io\/*", "https:\/\/*.exolix.com\/*", "https:\/\/*.seadn.io\/*", "https:\/\/ipfs.io\/*", "https:\/\/openseauserdata.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon https:\/\/assets.coingecko.com https:\/\/*.amazonaws.com https:\/\/*.googleusercontent.com https:\/\/*.opensea.io https:\/\/exolix.com https:\/\/*.seadn.io https:\/\/ipfs.io https:\/\/openseauserdata.com", "author": "Stardust Collective", "minimum_chrome_version": "63", "browser_action": { "default_popup": "app.html", "default_icon": { "16": "\/assets\/icons\/favicon-16.png", "32": "\/assets\/icons\/favicon-32.png", "48": "\/assets\/icons\/favicon-48.png", "128": "\/assets\/icons\/favicon-128.png" }, "default_title": "Stargazer", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "js\/injectedScript.bundle.js" ] } |