All Projects → zthomas → metapay-chrome

zthomas / metapay-chrome

Licence: other
A Chrome extension wallet for Stellar that simplifies payment.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to metapay-chrome

cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+66.67%)
Mutual labels:  wallet, stellar
stellar-js-sdk
Playing with Stellar JavaScript SDK - Stellar Lumens
Stars: ✭ 21 (+0%)
Mutual labels:  stellar, stellar-lumens
RavenCoin-Wallet-With-Miners
RavenCoin Wallet including CPU and GPU miners! programs are directly from Ravencoin and official miner sources
Stars: ✭ 75 (+257.14%)
Mutual labels:  wallet, crypto-wallet
albedo
Security-centric, developer-friendly, easy-to-use delegated signer and keystore for Stellar Network
Stars: ✭ 57 (+171.43%)
Mutual labels:  wallet, stellar
desktop
CoinApp is a simple to use minimal Cryptocurrency Wallet for Ethereum, ERC20 Tokens, Bitcoin and Litecoin built for Windows, Mac and Linux.
Stars: ✭ 60 (+185.71%)
Mutual labels:  wallet, crypto-wallet
stellar-rust-sdk
A lightweight SDK for the stellar horizon api. Written in rust.
Stars: ✭ 34 (+61.9%)
Mutual labels:  stellar, stellar-lumens
RaiBlocksPHP
A bunch of PHP methods to build and sign transactions
Stars: ✭ 20 (-4.76%)
Mutual labels:  wallet
arcbit-web
arcbit - web wallet http://arcbit.io
Stars: ✭ 31 (+47.62%)
Mutual labels:  wallet
factom-api
Python client library for the Factom API
Stars: ✭ 21 (+0%)
Mutual labels:  wallet
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-76.19%)
Mutual labels:  wallet
crypto-watcher
Real-time cryptocurrencies prices.
Stars: ✭ 25 (+19.05%)
Mutual labels:  stellar
templewallet-extension
🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.
Stars: ✭ 176 (+738.1%)
Mutual labels:  wallet
gwallet
gwallet is a minimalistic and pragmatist opensource lightweight crossplatform brainwallet for people that want to hold the most important cryptocurrencies in the same application with ease and peace of mind
Stars: ✭ 26 (+23.81%)
Mutual labels:  wallet
thor-sync.electron
A browser that empowers DApps on VeChain
Stars: ✭ 52 (+147.62%)
Mutual labels:  wallet
etherwallet
Cross platform mobile Wallet app for Ethereum
Stars: ✭ 29 (+38.1%)
Mutual labels:  wallet
scpx-wallet
Scoop Wallet: Core open-source, multi-asset & cross-platform CLI
Stars: ✭ 18 (-14.29%)
Mutual labels:  wallet
waves-keeper
Your entry point to the Waves blockchain and Waves-powered web services
Stars: ✭ 57 (+171.43%)
Mutual labels:  crypto-wallet
piWallet
No description or website provided.
Stars: ✭ 17 (-19.05%)
Mutual labels:  wallet
bitlum-front
Lightning Network mainnet custodial wallet. Fast, easy, no node install and synchronisation
Stars: ✭ 16 (-23.81%)
Mutual labels:  wallet
kin-sdk-python
Kin SDK for Python
Stars: ✭ 29 (+38.1%)
Mutual labels:  stellar

MetaPay Chrome Extension

MetaPay is a lightweight wallet for stellar lumens that enables one click purchases. It's MetaMask for the Stellar network.

For developers, it's super simple, just add a link like this... 🍺 Support us (try it)

<a data-meta-pay
	href="https://stellar.meta.re/transaction?to=GBJXNFFH53PICPBYZGYCXG7GA6Y5IGPEVTVQCFMVJIV5P5Z3ZIYTELVJ&amount=50&memo=Thanks!"
	target="_blank" >Send Lumens</a>

If you have built apps for MetaMask, you'll agree that this is much easier to integrate :)

How it works

When the user has the extension installed, it will look for link clicks with the attribute data-meta-pay and parses the link url. It will open a notification window with the parsed url parameters.

Fallback

Don't worry, while the extension makes the purchase experience seamless, it's not required for your app to work. If the user does not have the extension install, the link will just redirect them to our web version in a new tab.

Supported URL Parameters

parameter values
to stellar public address
amount numeric
memo string
memoType string

Roadmap

This repo is a compiled version of the chrome app. It's the exact app that's submitted and runs on your browser. If you are looking to contribute, we are still working on a documentation site and a new dev repo. For now, feel free to add submit issues and give us feedback

  • support for federation
  • improved documentation
  • asset type support
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].