All Projects → syscoin → pali-wallet

syscoin / pali-wallet

Licence: MIT license
The Official Syscoin browser wallet. Open source, easy to use & multichain.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pali-wallet

prb-math
Solidity library for advanced fixed-point math
Stars: ✭ 404 (+1246.67%)
Mutual labels:  evm, defi
reef-chain
EVM compatible chain with NPoS/PoC consensus
Stars: ✭ 142 (+373.33%)
Mutual labels:  evm, defi
vegawallet
Command-line tool to manage your Vega Protocol wallet, a protocol for creating and trading derivatives on a fully decentralised network.
Stars: ✭ 64 (+113.33%)
Mutual labels:  crypto-wallet, defi
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (+36.67%)
Mutual labels:  evm, defi
yearn-exporter
Realtime and historical Yearn metrics
Stars: ✭ 80 (+166.67%)
Mutual labels:  defi
templewallet-extension
🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.
Stars: ✭ 176 (+486.67%)
Mutual labels:  defi
bridge-v2
An easy way to bridge cross-chain assets between blockchains.
Stars: ✭ 88 (+193.33%)
Mutual labels:  defi
synthetix-js
[deprecated] Please use https://github.com/Synthetixio/js-monorepo/tree/master/packages/contracts-interface
Stars: ✭ 63 (+110%)
Mutual labels:  defi
defi
Tools for use in DeFi. Impermanent Loss calculations, staking and farming strategies, coingecko and pancakeswap API queries, liquidity pools and more
Stars: ✭ 464 (+1446.67%)
Mutual labels:  defi
wallet
DeFiChain Wallet. The DeFi Blockchain Light Wallet for iOS, Android & Web. + Desktop Coming Soon
Stars: ✭ 112 (+273.33%)
Mutual labels:  defi
governance-crosschain-bridges
This repo contains the crosschain governance bridges used for the aave markets deployed across different networks
Stars: ✭ 116 (+286.67%)
Mutual labels:  defi
scan
DeFi Scan, everything one-stop location for DeFi Blockchain. Powered by jellyfish & ocean network.
Stars: ✭ 31 (+3.33%)
Mutual labels:  defi
etk
evm toolkit
Stars: ✭ 244 (+713.33%)
Mutual labels:  evm
one-wallet
1wallet - unconventional keyless, non-custodial wallet secured by Google Authenticator. EVM-compatible, smart contract operated, with composable security.
Stars: ✭ 85 (+183.33%)
Mutual labels:  evm
metapay-chrome
A Chrome extension wallet for Stellar that simplifies payment.
Stars: ✭ 21 (-30%)
Mutual labels:  crypto-wallet
defi-dapps-solidity-smart-contracts
This is a Web 3 Smart Contract learning and teaching repo which will be used to teach students all across Pakistan.
Stars: ✭ 241 (+703.33%)
Mutual labels:  defi
waves-keeper
Your entry point to the Waves blockchain and Waves-powered web services
Stars: ✭ 57 (+90%)
Mutual labels:  crypto-wallet
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+4173.33%)
Mutual labels:  defi
react-native-defi-app
React Native Defi Decentralized Applications(dApps)
Stars: ✭ 31 (+3.33%)
Mutual labels:  defi
bitcloutDAO
Decentralized Social Network Money Frauds/Scams including BitClout / DeSo, Twetch, Steemit, PeakD
Stars: ✭ 29 (-3.33%)
Mutual labels:  defi

Pali Wallet Browser extension

Started with web-extension-starter

To learn how to develop Pali Wallet-compatible applications, visit our documentation.

Getting Started

Ensure you have

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

Then run the following:

  • yarn install to install dependencies.
  • yarn run dev:chrome to start the development server for chrome extension
  • yarn run dev:firefox to start the development server for firefox addon
  • yarn run dev:opera to start the development server for opera extension
  • yarn run build:chrome to build chrome extension
  • yarn run build:firefox to build firefox addon
  • yarn run build:opera to build opera extension
  • yarn run build builds and packs extensions all at once to build/ directory

Development

  • yarn install to install dependencies.

  • To watch file changes in development

    • Chrome
      • yarn run dev:chrome
    • Firefox
      • yarn run dev:firefox
    • Opera
      • yarn run dev:opera
  • Load extension in browser

  • Chrome

    • Go to the browser address bar and type chrome://extensions
    • Check the Developer Mode button to enable it.
    • Click on the Load Unpacked Extension… button.
    • Select your extension’s extracted directory.
  • Firefox

    • Load the Add-on via about:debugging as temporary Add-on.
    • Choose the manifest.json file in the extracted directory
  • Opera

    • Load the extension via opera:extensions
    • Check the Developer Mode and load as unpacked from extension’s extracted directory.

Production

  • yarn run build builds the extension for all the browsers to build/BROWSER directory respectively.

Note: By default the manifest.json is set with version 0.0.0. The webpack loader will update the version in the build with that of the package.json version. In order to release a new version, update version in package.json and run script.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].