Zero-fee payments for EVM

 
 

IohTee is a micropayments SDK for EVM-compatible blockchains (Ethereum, Binance Smartchain, Polygon). 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.

Features

Zero fees

Zero fees

Immediate payments

Immediate payments

Simple API

Simple API

Works on devices

IoT-ready

Explore

  1. Clone IohTee repository

    $ git clone https://github.com/ARyaskov/IohTee

  2. Build the code

    $ cd IohTee && yarn && yarn build

  3. Run the client

    $ export RPC_URL=https://rpc-amoy.polygon.technology

    $ export MNEMONIC=tool school decrease elegant fix awful eyebrow immense noble erase dish labor

    $ DEBUG=* node packages/examples/src/client.js

  4. Notice transactions on Amoy Testnet Polygonscan

  5. Follow us on Twitter

 

This project is the second life of the fabulous Machinomy library written in 2016 by Sergey Ukustov and Machinomy Team.
Since original repositories are in Public Archive status now, we (ToivoTech) have relaunched the project with new features and a modern tech stack supported.