Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

feat: package ganache as a snap #3712

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/packages/ganache/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions src/packages/ganache/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ganach3
version: "1.0.0"
summary: Ganache
description: Something more verbose later.
confinement: strict
base: core20

apps:
ganacho:
command: bin/ganache
plugs: [network]

parts:
ganacho:
plugin: npm
npm-node-version: 14.16.1
source: .