⚠️ 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/.
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.
An old implementation is available in legacy
The implementation of the node software will be published here
The newest smart contracts are available under contracts