Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shoppersshop/shop-wallet

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shoppersshop/shop-wallet

![CircleCI](https://circleci.com/gh/ShoppersShop/shop-wallet.svg?style=svg&circle-token=bd691ed71802193befdaae620fb7b767df9684af)

  • 0.2.16
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
29
Maintainers
4
Weekly downloads
 
Created
Source

SHOP Wallet

CircleCI

This project represents the first iteration of the web version of the SHOP Wallet. This version is a React component that can be embedded in any React web application. It currently lives in two places:

  • SHOP Web Wallet
  • Kanga

The SHOP Wallet currently interacts with off-chain SHOP Protocol services through a REST API. After the token release this wallet will also manage keys and manage data on Ethereum.

Installing

The wallet can be installed through npm or yarn:

$ npm install -s @shoppersshop/shop-wallet

Usage

The wallet can be directly embedded into any existing React project. It is responsible for managing credit card payments for SHOP membership, which requires the use of a Stripe publishable key that is compatible with the current SHOP protocol.

If you are interested in integrating with SHOP, contact Jeff Mataya for more details.

import Wallet from '@shoppersshop/shop-wallet';

const WalletContainer = () => (
  <div>
    <Wallet
      params={{
        stripeKey: STRIPE_PUBLISHABLE_KEY
      }}
    />
  </div>
);

Contributing

Thanks for considering to help out with our source code! We operate on an open contributor model where anyone across the Internet can help in the form of peer review, testing, and patches.

For more details about how to get involved, see our Contribution Guide.

License

MIT

FAQs

Package last updated on 01 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc