Skip to content
This repository was archived by the owner on Aug 8, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: pyethapp
version: master
summary: python based client implementing the Ethereum cryptoeconomic state machine
description: |
Ethereum as a platform is focussed on enabling people to build new ideas
using blockchain technology.

The python implementation aims to provide an easily hackable and extendable
codebase.

grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict

apps:
pyethapp:
command: pyethapp
plugs: [network, network-bind]

parts:
pyethapp:
source: .
plugin: python
python-version: python2
build-packages: [libssl-dev]