Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PerunEthereum/Perun
Implementation of the Perun protocol
https://github.com/PerunEthereum/Perun
Last synced: 3 months ago
JSON representation
Implementation of the Perun protocol
- Host: GitHub
- URL: https://github.com/PerunEthereum/Perun
- Owner: PerunEthereum
- License: mit
- Archived: true
- Created: 2018-03-01T20:02:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T13:14:27.000Z (over 4 years ago)
- Last Synced: 2024-04-10T21:49:11.838Z (7 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 49
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-layer-2 - GitHub
README
**:warning: This repository is outdated. The code is a proof of concept implementation of the [paper](https://www.computer.org/csdl/proceedings-article/sp/2019/666000a344/19skfyqk91u) "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