A simple and easy to use interface for compiling and interacting with Vyper contracts.
Get the latest release for Mac/Linux/Windows here.
# clone repository
$ git clone
# enter project folder
$ cd Vyper-Contract-GUI
# install submodules (vyper)
$ git submodule init
$ git submodule update
# install dependencies
$ yarn install
Open two terminals:
# start local vyper server (for compiling .vy contracts)
$ sh ./start-vyper-server.sh
# start app
$ yarn run dev
$ yarn run package-all
- nedb update/delete
- Use
web3
version1.0.0-beta.37
!