ssteiger
vyper-contract-gui
JavaScript

A simple GUI for compiling and interacting with Vyper contracts.

Last updated Oct 4, 2025
41
Stars
8
Forks
41
Issues
0
Stars/day
Attention Score
23
Language breakdown
JavaScript 98.4%
HTML 1.1%
CSS 0.5%
Shell 0.0%
Files click to expand
README

Vyper Contract GUI

A simple and easy to use interface for compiling and interacting with Vyper contracts.

Get the latest release for Mac/Linux/Windows here.

Vyper</em>Contract<em>GUI</em>01

Installation

# clone repository
$ git clone

enter project folder

$ cd Vyper-Contract-GUI

install submodules (vyper)

$ git submodule init $ git submodule update

install dependencies

$ yarn install

Getting started

Open two terminals:

1. Terminal:

# start local vyper server (for compiling .vy contracts)
$ sh ./start-vyper-server.sh

2. Terminal:

# start app
$ yarn run dev

Screenshots

Vyper</em>Contract<em>GUI</em>02 Vyper</em>Contract<em>GUI</em>03 Vyper</em>Contract<em>GUI</em>04

Build app for macOS, Windows and Linux

$ yarn run package-all

Notes

© 2026 GitRepoTrend · ssteiger/vyper-contract-gui · Updated daily from GitHub