Skip to content
Open
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
28 changes: 28 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: rocketpool
version: git
description: |
Rocket Pool is a next generation Ethereum proof of stake (PoS) infrastructure
service designed to be highly decentralised, distributed and compatible with
Ethereum 2.0. This package contains the Rocket Pool smart node.
summary: The Rocket Pool smart node
base: core18
confinement: classic
grade: devel
parts:
rocketpool:
plugin: go
source: .
go-packages:
- github.com/rocket-pool/smartnode/rocketpool
- github.com/rocket-pool/smartnode/rocketpool-cli
- github.com/rocket-pool/smartnode/shared
- github.com/rocket-pool/smartnode/rocketpool-pow-proxy
go-importpath: github.com/rocket-pool/smartnode
stage-packages:
- curl
apps:
rocketpool:
command: bin/rocketpool-cli
plugs:
- docker
- network