Machinomy is a micropayments SDK for Ethereum platform. State channels is a design pattern for instant blockchain transactions. It moves most of the transactions off-chain. As transactions do not touch the blockchain, fees and waiting times are eliminated, in a secure way.
It brings a possibility of instant transactions and low value payments. Paid media consumption, like unobtrusive micropayments for video streaming is one application. Another one is tipping for live performers. One could also think about blockchain games, and machine-to-machine transactions.
Zero fees
Immediate payments
Simple API
Works on devices
Clone machinomy repository
$ git clone https://github.com/machinomy/machinomy
Build the code
$ cd machinomy && yarn install && yarn bootstrap && yarn build
Run the client
$ export PROVIDER_URL=https://rinkeby.infura.io
$ export MNEMONIC=repair good hover betray buddy deal night wide mean round great tackle
$ DEBUG=* node packages/examples/src/client.js
Notice transactions on Rinkeby Etherscan
Follow us on Twitter