Skip to content

ssteiger/vyper-contract-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_Contract_GUI_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_Contract_GUI_02 Vyper_Contract_GUI_03 Vyper_Contract_GUI_04

Build app for macOS, Windows and Linux

$ yarn run package-all

Notes