Remix plugin to deploy smart contracts using OpenZeppelin Defender.
# install deps
pnpm install
# run locally
pnpm dev
The interface is ugly, but don't worry! it's not meant to be used directly, it's used embedded in a Remix iframe instead, and adopts its styles.
- Go to https://remix.ethereum.org/
- Click on plugin manager.
- At the top, click on
Connect to a Local Plugin
button. - Set following values
Plugin Name: defender
Display Name: Defender Deploy
Url: http://localhost:5173 # or live version https://defeder-remix-deploy.netlify.app/
Type of connection: Iframe
Location in Remix: Side Panel
- You should see the plugin added to the sidebar.