npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

karibou-wallet

v3.4.13

Published

Simple Payment API client library for Karibou.ch

Downloads

211

Readme

build

Soutenez le développement des logiciels de Karibou.ch 🤗

k-dev-md

Nous sommes sincèrement reconnaissants envers nos soutiens qui rendent ce projet possible. Votre générosité nous permet de continuer à développer et à améliorer nos logiciels tout en les maintenants en libre accès.

En tant que soutien, vous bénéficierez de nombreux avantages, notamment :

  • Accès exclusif aux cycles de financement futurs avec la possibilité de participer.
  • Accès privilégié aux produits à venir de Karibou.ch sur Ethereum.
  • Reconnaissance bien méritée dans nos crédits et sur notre page Karibou.ch.

Rejoignez sans plus tarder notre communauté de soutiens sur Karibou.ch et participez à l'évolution de ce projet !

Soutenir les developpements de Karibou.ch

Karibou Wallet

Main usage

The purpose of this project is to provide a simple and intuitive API to handle a simple Wallet manager for our karibou.ch marketplace. It has bean designed to work on server side and it's usefull for,

  • [x] Stripe payment (card, SEPA, ...)
  • [x] Initial debit balance account
    • [X] payment can be made with customer balance and completed with card
  • [x] Initial credit balance account (for invoice)
  • [x] Two step payment and (partial) refund (authorization, capture, refund)
  • [ ] Multiple accounts transfer funds (DOING)
  • [x] Subscription (weekly, monthly)
    • [x] with payment method visa/mc/invoice/cash
    • [X] with products or services
    • [X] pause and resume
    • [X] build and sent invoices
    • [X] manage SCA and other F**ING security scheme
    • [X] update contract items (add/update or remove specifics items)
  • [x] Initial Customer management to protect sensitives data (decoupling from karibou)
    • [x] sensitives data are decoupled from karibou
    • [x] email, phone
    • [x] fname, lname
    • [ ] addresses
    • [x] payment methods
  • [ ] Advanced signin verification (Identity decoupled from karibou) (TODO)
    • [ ] sign/verify from email/password
    • [ ] sign/verify from inbox email (OTP)
    • [ ] sign/verify from sms (OTP)
    • [ ] sign/verify from public key (web3/btc) (⇾ our core web3 api)
  • [x] Initial transfer monney via COUPON
    • [X] coupon can be used from customer wallet
    • [ ] coupon is limited for a vendor
    • [ ] coupon is limited for a product
    • [ ] coupon is limited with a timeframe
  • [ ] Analyse the (online or onshop) payment with xCHF (⇾ our core web3 api)

Prerequisites

install node.js with NVM (required).

nvm install v18.x
nvm use v8.x

Installation

From github,

git clone https://github.com/evaletolab/karibou-wallet
cd karibou-wallet

Easiest way to install karibou-wallet is by using npm (not yet ready for production):

npm install --save karibou-wallet

Running unit tests

To run unit tests you need Mocha, and should.js. The tests are run simply by simply typing:

NODE_ENV=test npx mocha

Do not run tests with your live processor. Make sure you are running in a sandbox.

logo k-dev

License

The API is available under AGPL V3 to protect the long term interests of the community – you are free to use it with no restrictions but if you change the server code, then those code changes must be contributed back.

Copyright (c) 2014 Olivier Evalet (https://karibou.ch/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.