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

@anypay/server

v1.8.4

Published

Peer to Peer Payments APIs for Developers

Downloads

5

Readme

GitHub tag (latest SemVer) NPM Version Docker Pulls GitHub Actions Workflow Status CircleCI Codecov Uptime Robot ratio (30 days)

Motivation & Problem

The motivation behind Anypay is to empower all developers in the world to create apps that can transfer any kind of value on any open system. Inspired by the concept of Internet of Value where value moves freely between all networks and asset classes of the world, for a more harmonious global market society, Anypay was created to solve problems specifically in the retail payments realm.

Primarily Anypay solves problems of digital cash payments in physical and online stores, such as restaurants, cafes or online ecommerce websites, and app developers looking to ensure perfect payments within their apps. Common and persistent problems such as incorrect amounts, invalid addresses, long delays, failure to confirm, double spend fraud, accidental double payments are addressed.

Payments Protocols

To ensure perfect payments every time Anypay implements various competing standards for payment protocols and offers a novel protocol that incorporates all command standards into a single streamlined format.

  • JSON Payment Protocol - simplified multi-chain payment protocol developed by Bitpay
  • BIP70 - Original Bitcoin payment protocol with focus on efficiency (protobuf) and security (X.509 verification)
  • BIP270 - Simplified single coin payment protocol developed for use within Bitcoin SV economy
  • Pay:// Protocol - Unified single URI protocol that supports all three other with flexibility for more

Chains and Currencies

The following blockchains are supported natively by Anypay, enabling payments in their native token as well as several onchain tokens such as stablecoins.

  • Bitcoin (BTC)
  • Bitcoin SV (BSV)
  • Bitcoin Cash (BCH)
  • Dogecoin (DOGE)
  • Litecoin (LTC)
  • Dash (DASH)
  • Monero (XMR)
  • Ripple (XRP)
  • Solana (SOL, USDC, USDT)
  • Ethereum (ETH, USDC, USDT)
  • Polygon (MATIC, USDC, USDT)
  • Avalanche (AVAX, USDC, USDT)

API Documentation

https://anypayx.com/api

Run with Docker

https://hub.docker.com/r/anypay/anypay

docker run -d -p 5200:5200 anypay/anypay

Required Environment Variables

  • HOST
  • PORT
  • DATABASE_URL
  • AMQP_URL
Optional Environment Variables
  • SENTRY_DSN

Development

git clone https://github.com/anypay/anypay
cd anypay
npm install
npm start

License

This file is part of anypay: https://github.com/anypay/anypay
Copyright (c) 2017 Anypay Inc, Steven Zeiler

Permission to use, copy, modify, and/or distribute this software for any
purpose  with  or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE  SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH  REGARD  TO  THIS  SOFTWARE  INCLUDING  ALL  IMPLIED  WARRANTIES  OF
MERCHANTABILITY  AND  FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY  SPECIAL ,  DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER  RESULTING  FROM  LOSS  OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION  OF  CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.