Skip to content
Khachatur edited this page Jan 31, 2022 · 2 revisions

Welcome to the starkware-remix-plugin wiki!

This plugin will help you to compile cairo contracts and deploy them to starknet from Starkware. It has a very good potential to be a integrated workflow when working with smart contracts inside Remix IDE.

  1. Open the plugin (you will see compile button).
  2. Select any file containing cairo smart contracts.
  3. Hit compile.
  4. After compilation is finished you will see a network dropdown and deploy.
  5. Choose your desired network from starknet.
  6. Deploy!

Additionally you can generate example script to interact with the compiled contract. This is very handy when developers want to have interaction between contracts. Or just hack their way through.

To run plugins locally, please refer to official Remix IDE documentation.

Clone this wiki locally