vyperhub.io
  • Welcome to VyperHub.io
  • Basics
    • Installing/Using Vyper
    • How to contribute
  • Contracts
    • ERC20 Token
    • ERC721 Token
    • ERC777 Token
    • Linear optimization problem bounty
    • Wallet
Powered by GitBook
On this page
  1. Basics

Installing/Using Vyper

PreviousBasicsNextHow to contribute

Last updated 6 years ago

In order to upload a smart contract to the Ethereum blockchain, the content of a contract has to first be compiled into bytecode. There are several ways to do this:

  1. You can install vyper and all necessary dependencies locally on your computer. Instructions on how to do this can be found .

  2. You can use one of several online compilers. These compilers take the form of web apps where developers can upload their contracts. The contract is then compiled on the app's server and the compilation result is displayed on the website. Popular online compilers include and . (Note: For remix to work with Vyper you first have to activate the vyper for remix.)

  3. You can download/clone and follow the instructions detailed in the accompanying readme. Additionally you will need to create a local Ethereum blockchain. This can easily be done in a few clicks using .

here
vyper.online
remix
plugin
this repository
Ganache