|
|
@ -5,11 +5,17 @@ Vyper Plugin for Remix IDE. |
|
|
|
## How to get started |
|
|
|
## How to get started |
|
|
|
### Remote plugin |
|
|
|
### Remote plugin |
|
|
|
This plugin is hosted at https://vyper.remixproject.org . |
|
|
|
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 |
|
|
|
### Local plugin |
|
|
|
You can host this plugin in your local environment. |
|
|
|
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 build vyper``` |
|
|
|
|
|
|
|
|
|
|
|
```nx serve vyper``` |
|
|
|
```nx serve vyper``` |
|
|
@ -21,7 +27,7 @@ You can host this plugin in your local environment. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Load example contracts |
|
|
|
## 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. |
|
|
|
Once it is clone, you will find the contract in the `examples` folder. |
|
|
|
|
|
|
|
|
|
|
|
### Local Vyper Compiler |
|
|
|
### Local Vyper Compiler |
|
|
|