Skip to content

GrandSchtroumpf/vyper-remix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vyper-remix

Vyper Plugin for Remix IDE.

How to get started

Remote plugin

This plugin is hosted at https://plugin.vyper.live. To use it, open Settings tab and click the Vyper button in the plugin section.

Local plugin

You can host this plugin in your local environment.

npm install

npm start

Go to Remix IDE.

  • Click on the "plug" icon on the left (plugin manager).
  • Click on "connect to a Local Plugin.
  • Fill the values.
  • Check "fileManager - currentFileChanged", "network - providerChanged", "theme - themeChanged" and"solidity - compilationFinished".
  • Click on the new icon on the left.

How to use plugin

  1. Write vyper code(.vy) in the editor
  2. Click Compile button
  3. Now you can deploy the contract in the Run tab!

Local Vyper Compiler

You can use your local Vyper compiler by selecting the radio button Local . First, you need to install Vyper. It is strongly recommended to install Vyper in a virtual Python environment.

pip install vyper

(see installing-vyper).

Then, Vyper compiler starts with this command(default: http://localhost:8000).

vyper-serve

About

Remix Vyper Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.6%
  • CSS 6.6%
  • HTML 5.8%