New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@moneybutton/client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneybutton/client

Money Button API JavaScript client.

0.21.1
latest
Version published
Weekly downloads
10
900%
Maintainers
2
Weekly downloads
 
Created

@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 SV 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 10 Feb 2019

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