Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 993 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 993 Bytes

⚠️ 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