HEX
A decentralized protocol for automated liquidity provision on Hedera Hashgraph
HEX란 무엇입니까?
HEX은(는) https://myhex.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A decentralized protocol for automated liquidity provision on Hedera Hashgraph"입니다.
확장 프로그램 스크린샷
HEX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HEX is a fast, secure, fair and decentralized cryptocurrency exchange built on the Hedera Hashgraph platform. It bypasses the Smart Contract model commonly used by Ethereum and other blockchain platforms, and opts for the Hedera Consensus Service (HCS) as its underlying infrastructure of a decentralized network. HEX is the Hashgraph version of the combination of Metamask and Uniswap. Through HEX, users can not only create accounts and wallets on the Hedera mainnet, but also create, purchase, trade, send and receive both fungible and non-fungible tokens (NFTs) created via Hedera's Token Service. The HEX extension can also serve as a hbar (native cryptocurrency of Hedera) paywall for content providers. It's Defi at the speed, cost and security of Hedera Hashgraph
확장 프로그램 기본 정보
이름 | HEX |
ID | kiaflfdgfekdlghbhkimfmgdkmccoekm |
공식 URL | https://chromewebstore.google.com/detail/hex/kiaflfdgfekdlghbhkimfmgdkmccoekm |
설명 | A decentralized protocol for automated liquidity provision on Hedera Hashgraph |
파일 크기 | 5.28 MB |
설치 횟수 | 1,394 |
현재 버전 | 0.0.33 |
최근 업데이트 | 2022-04-26 |
출시 날짜 | 2021-03-05 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | https://myhex.io |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "HEX", "name": "HEX", "version": "0.0.33", "description": "A decentralized protocol for automated liquidity provision on Hedera Hashgraph", "permissions": [ "storage", "unlimitedStorage", "tabs" ], "browser_action": { "default_title": "HEX", "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ] } ], "icons": { "16": "img\/hex-logo-16.png", "48": "img\/hex-logo-48.png", "128": "img\/hex-logo-128.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "popup.html", "hex-provider.js" ] } |