loredanacirstea / remix-yulp-plugin

https://loredanacirstea.github.io/remix-yulp-plugin/
1 stars 3 forks source link

Remix plugin for Yul+

In-work plugin for Remix IDE for compiling and deploying Yul+ smart contracts.

How to use https://youtu.be/ov9TixNHvXg :

Use

Start client (see Development) or use the instance hosted at https://remix.fuel.sh by https://fuel.sh/ (the https://github.com/FuelLabs/yulp creators).

Connect to a local plugin, on Remix:

local_plugin.png

plugin_compile.png

plugin_deploy.png

plugin_interact.png

Development

Client

cd client
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint