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

@moneybutton/client

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneybutton/client

Money Button API JavaScript client.

  • 0.1.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
3
Weekly downloads
 
Created
Source

@moneybutton/client

banner

npm version standard-readme compliant JavaScript Style Guide

Money Button API Javascript Client.

Table of Contents

Background

Money Button is a UI/UX and API layer for the blockchain which takes 0% transaction fees and makes Bitcoin Cash easy for everyone, everywhere.

This project is a Javascript client providing a simple way of communicating with Money Button's API. For more information, please see our docs.

Install

yarn add -E @moneybutton/client

or

npm install --exact @moneybutton/client

Usage

const MoneyButtonClient = require('@moneybutton/client')
const client = new MoneyButtonClient(
  '<your client identifier>',
  '<your client secret>'
)

API

For in-detail API documentation, please see our automatically generated docs.

Maintainers

@ealmansi @hojarasca @kevinejohn @ryanxcharles

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Yours Inc.

FAQs

Package last updated on 09 Nov 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