Pali Wallet

A Non-Custodial Crypto Wallet

Pali Wallet क्या है?

Pali Wallet Pollum Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Non-Custodial Crypto Wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pali Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Unlock the limitless potential of the blockchain with Pali Wallet, the official Syscoin & Rollux browser extension wallet. As the only crypto wallet that seamlessly integrates with both EVM chains and Bitcoin-like chains for dApps, Pali unlocks a unique breadth of features and functionality.

Pali Wallet v2 enables you to securely store, send, and receive digital assets, BTC, as well as any tokens built on the Syscoin LUX Token Platform, including NFTs and fungibles. In this release, the extension also supports all EVM tokens, expanding its capabilities to provide seamless interaction with a broader range of digital assets.

Pali supports ERC20, ERC721, and ERC1155 tokens, and offers native multi-chain functionality that allows users to add custom blockchains. This robust feature set is accompanied by the simplicity, cleanliness, and security that define Pali Wallet. We believe in the right to privacy, so Pali does not and will never collect any personal information from users.

This non-custodial web 3.0 wallet provides you the ability to authenticate and sign transactions without exposing your private keys. Your keys are kept secure in the extension's storage area and are encrypted with a password.

Leverage smart cold wallets via Trezor™ hardware wallet compatibility or via a secret 12-word recovery phrase, which makes it easy for you to restore your wallet. Remember, don't forget your phrase, and keep it safe and secret!

For dApp developers, we offer a simple API that facilitates integrating solutions with the Syscoin blockchain and other EVM-based blockchains through the extension. The API guide is available here: https://docs.paliwallet.com/guide/ 
Please, note that the docs are currently outdated and will be updated soon to properly explain how to integrate with Pali through the API guide.

By complying with the EIP-1193: Ethereum Provider JavaScript API standard, developers can seamlessly integrate via the window.ethereum object. For Syscoin Core, Pali leverages the open-source library sysweb3 (https://github.com/pollum-io/sysweb3), alongside a fully custom, optimized implementation of a UTXO interface for content script (window.pali).

Pali is fully open-source and audited, which means you can check everything for yourself. We're maintained by talented developers who work closely with our community, so users are able to build future versions alongside our team.

You will soon be able to seamlessly use your Pali Wallet across Web and Mobile devices. Are you ready to unlock the full potential of the blockchain? Join the users who have discovered the power of Pali Wallet and click the “Add to Chrome” button to install Pali Wallet now!

Pali Wallet is powered by Pollum Labs in cooperation with Syscoin Foundation. The source code is available here: https://github.com/syscoin/pali-wallet. 

Be part of the future, be part of Pali! 🕉️                    

एक्सटेंशन की मूल जानकारी

नाम Pali Wallet Pali Wallet
ID mgffkfbidihjpoaomajlbgchddlicgpn
आधिकारिक URL https://chromewebstore.google.com/detail/pali-wallet/mgffkfbidihjpoaomajlbgchddlicgpn
विवरण A Non-Custodial Crypto Wallet
फ़ाइल का आकार 46.68 MB
स्थापना संख्या 10,667
वर्तमान संस्करण 2.0.15
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2021-10-25
रेटिंग 4.84/5 कुल 50 रेटिंग्स
डेवलपर Pollum Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://paliwallet.com/
सहायता पृष्ठ URL https://discord.gg/Fs5fWGGu
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pali Wallet",
    "version": "2.0.15",
    "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": "A Non-Custodial Crypto Wallet",
    "short_name": "pali",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/connect.trezor.io\/9\/*",
        "tabs",
        "storage",
        "activeTab",
        "*:\/\/*.eth\/",
        "clipboardWrite",
        "unlimitedStorage",
        "http:\/\/localhost:8545\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "pollum labs",
    "minimum_chrome_version": "49",
    "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": "Pali Wallet",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/webextension.bundle.js",
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/webextension.bundle.js",
                "js\/contentScript.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/9\/popup.html",
                "https:\/\/localhost:8088\/*"
            ],
            "js": [
                "js\/webextension.bundle.js",
                "js\/trezorScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/inpage.bundle.js",
        "js\/handleWindowProperties.bundle.js",
        "js\/pali.bundle.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            }
        }
    }
}