PerunEthereum / Perun

Implementation of the Perun protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This repository is outdated. The code is a proof of concept implementation of the paper "Perun: Virtual Payment Hubs over Cryptocurrencies". You can find the latest implementation of Perun's state channels framework at https://github.com/perun-network/go-perun and the latest Ethereum smart contracts at https://github.com/perun-network/contracts-eth/. Please also visit our website for more information at https://perun.network/.

Perun Implementation

In this Git you will find the base implementation of the Perun Channels. The goal of this project is to build a decentralized trustless state channel network, which runs off-chain, fast and cheap based on the Ethereum Blockchain.

Legacy

An old implementation is available in legacy

Protocol

The implementation of the node software will be published here

Contracts

The newest smart contracts are available under contracts

About

Implementation of the Perun protocol

License:MIT License


Languages

Language:JavaScript 58.5%Language:Python 41.5%