Skip to content

makiopen/defender-remix-plugin

 
 

Repository files navigation

OpenZeppelin Logo

Deploy with Defender - Remix Plugin

Remix plugin to deploy smart contracts using OpenZeppelin Defender. For documentation about usage please visit the Defender Docs.

Getting Started

# 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.

Testing in Remix

  1. Go to (https://remix.ethereum.org/)[Remix IDE].
  2. Click on Plugin Manager (bottom left corner - above settings).
  3. At the top, click on Connect to a Local Plugin button.
  4. 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
  1. You should see the plugin added to the sidebar (new icon with ? symbol).

About

Defender Remix plugin resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 49.7%
  • TypeScript 48.3%
  • Other 2.0%