pull/2810/head
yann300 2 years ago committed by Aniket
parent 7a0923e985
commit 066eee392d
  1. 10
      apps/vyper/README.md

@ -5,11 +5,17 @@ Vyper Plugin for Remix IDE.
## How to get started
### Remote plugin
This plugin is hosted at https://vyper.remixproject.org .
To use it, open the plugin manager in Remix and click the `Vyper` button in the plugin section.
To use it, open the plugin manager in Remix and click the `Activate` button in front of the `Vyper` button in the plugin section.
### Local plugin
You can host this plugin in your local environment.
```git clone https://github.com/ethereum/remix-project```
```cd remix-project```
```yarn install```
```nx build vyper```
```nx serve vyper```
@ -21,7 +27,7 @@ You can host this plugin in your local environment.
## Load example contracts
It is possible to clone the Vyper repository in Remix in order to use example contracts. Click on `Clone Vyper Repository`.
It is possible to cloned the Vyper repository in Remix in order to use example contracts. Click on `Clone Vyper Repository`.
Once it is clone, you will find the contract in the `examples` folder.
### Local Vyper Compiler

Loading…
Cancel
Save