axeldomingues / eth-state-channel

An Ethereum state-channel implementation for bidirectional payments using ERC20 tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

state-channel

An Ethereum state-channel implementation for bidirectional payments using ERC20 tokens.

Installing / Testing

git clone https://github.com/marcelomorgado/state-channel.git
cd state-channel
npm i
npm test

Channel states transitions

About

An Ethereum state-channel implementation for bidirectional payments using ERC20 tokens

License:MIT License


Languages

Language:JavaScript 63.8%Language:Solidity 36.2%