0.21.1 • Published 5 years ago

@moneybutton/client v0.21.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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.