machinomy
Version:
Micropayments powered by Ethereum
30 lines (22 loc) • 1.52 kB
Markdown
# Machinomy [![Build Status][travis-img]][travis] [![Coverage Status][coveralls-img]][coveralls] [](https://greenkeeper.io/) [![Chat][gitter-img]][gitter]
[travis]: https://travis-ci.org/machinomy/machinomy
[travis-img]: https://img.shields.io/travis/machinomy/machinomy.svg
[coveralls]: https://coveralls.io/github/machinomy/machinomy?branch=master
[coveralls-img]: https://coveralls.io/repos/github/machinomy/machinomy/badge.svg?branch=master
[gitter]: https://gitter.im/machinomy/machinomy
[gitter-img]: https://img.shields.io/gitter/room/machinomy/machinomy.js.svg
Machinomy is a Node.js library for micropayments in Ether over HTTP. It allows you to send and receive a minuscule
amount of money instantly.
Web site: [machinomy.com](http://machinomy.com).
Twitter: [@machinomy](http://twitter.com/machinomy).
Support/Discussion: [Gitter](https://gitter.im/machinomy/machinomy).
:exclamation:
Please, pay attention, this package is the part of [Machinomy Lerna Monorepo](https://github.com/machinomy/machinomy) and it's intended to use with other monorepo's packages.
:no_entry: You **should not** git clone this repository alone
:white_check_mark: You **should** git clone the main repository via
```
git clone https://github.com/machinomy/machinomy.git
or
git clone git@github.com:machinomy/machinomy.git
```
**For documentation, usage and contributing please see [Machinomy Monorepo](https://github.com/machinomy/machinomy).**