remix.eth-ide.org Open in urlscan Pro
198.54.115.85  Public Scan

Submitted URL: http://remix.eth-ide.org/
Effective URL: https://remix.eth-ide.org/
Submission: On January 22 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="remixui_permissionForm" data-id="pluginManagerSettingsPermissionForm">
  <div class="p-2"></div>
</form>

<form id="local-plugin-form">
  <div class="form-group"><label for="plugin-name">Plugin Name&nbsp;<small>(required)</small></label><input class="form-control" id="plugin-name" data-id="localPluginName" placeholder="Should be camelCase" value=""></div>
  <div class="form-group"><label for="plugin-displayname">Display Name</label><input class="form-control" id="plugin-displayname" data-id="localPluginDisplayName" placeholder="Name in the header" value=""></div>
  <div class="form-group"><label for="plugin-methods">Api&nbsp; (comma separated list of method names)</label><input class="form-control" id="plugin-methods" data-id="localPluginMethods" placeholder="Methods" value=""></div>
  <div class="form-group"><label for="plugin-methods">Plugins it can activate&nbsp; (comma separated list of plugin names)</label><input class="form-control" id="plugin-canactivate" data-id="localPluginCanActivate" placeholder="Plugin names"
      value=""></div>
  <div class="form-group"><label for="plugin-url">Url&nbsp;<small>(required)</small></label><input class="form-control" id="plugin-url" data-id="localPluginUrl" placeholder="ex: https://localhost:8000" value=""></div>
  <h6>Type of connection&nbsp;<small>(required)</small></h6>
  <div class="form-check form-group">
    <div class="radio"><input class="form-check-input" type="radio" name="type" id="iframe" data-id="localPluginRadioButtoniframe" value="iframe" checked=""><label class="form-check-label" for="iframe">Iframe</label></div>
    <div class="radio"><input class="form-check-input" type="radio" name="type" id="ws" data-id="localPluginRadioButtonws" value="ws"><label class="form-check-label" for="ws">Websocket</label></div>
  </div>
  <h6>Location in remix&nbsp;<small>(required)</small></h6>
  <div class="form-check form-group">
    <div class="radio"><input class="form-check-input" type="radio" name="location" id="localPluginRadioButtonsidePanelSidePanel" data-id="localPluginRadioButtonsidePanel" value="sidePanel" checked=""><label class="form-check-label"
        for="localPluginRadioButtonsidePanelSidePanel">Side Panel</label></div>
    <div class="radio"><input class="form-check-input" type="radio" name="location" id="localPluginRadioButtonsidePanelMainPanel" data-id="localPluginRadioButtonmainPanel" value="mainPanel"><label class="form-check-label"
        for="localPluginRadioButtonsidePanelMainPanel">Main Panel</label></div>
    <div class="radio"><input class="form-check-input" type="radio" name="location" id="localPluginRadioButtonsidePanelNone" data-id="localPluginRadioButtonnone" value="none"><label class="form-check-label"
        for="localPluginRadioButtonsidePanelNone">None</label></div>
  </div>
</form>

Text Content

FILE EXPLORER


Maintained By: Remix Documentation:Description: Remix IDE file explorer
Reset to Default settings

GENERAL SETTINGS

Generate contract metadata. Generate a JSON file in the contract folder. Allows
to specify library addresses the contract depends on. If nothing is specified,
Remix deploys libraries automatically.
Word wrap in editor
Enable code completion in editor.
Display gas estimates in editor.
Display errors in editor while typing.
Enable Personal Mode for web3 provider. Transaction sent over Web3 will use the
web3.personal API.  Be sure the endpoint is opened before enabling it. This mode
allows a user to provide a passphrase in the Remix interface without having to
unlock the account. Although this is very convenient, you should completely
trust the backend you are connected to (Geth, Parity, ...). Remix never persists
any passphrase
Enable Matomo Analytics. We do not collect personally identifiable information
(PII). The info is used to improve the site’s UX & UI. See more about Analytics
in Remix IDE & Matomo

SOLIDITY COPILOT - ALPHA

Load & Activate copilot
Maximum number of words to generate - 5
Temperature - 0.5

GITHUB CREDENTIALS

The access token is used to publish a Gist and retrieve GitHub contents. You may
need to input username/email.

Go to github token page (link below) to create a new token and save it in Remix.
Make sure this token has only 'create gist' permission

https://github.com/settings/tokens/new?scopes=gist,repo&description=Remix%20IDE%20Token

TOKEN:

USERNAME:

EMAIL:
Remove

ETHERSCAN ACCESS TOKEN

Manage the api key used to interact with Etherscan.

Go to Etherscan api key page (link below) to create a new api key and save it in
Remix.

https://etherscan.io/myapikey

TOKEN:

Remove

SWARM SETTINGS

PRIVATE BEE ADDRESS:

POSTAGE STAMP ID:



IPFS SETTINGS

IPFS HOST:

IPFS PROTOCOL:

IPFS PORT:

IPFS PROJECT ID [ INFURA ]:

IPFS PROJECT SECRET [ INFURA ]:



THEMES

Dark (dark)
Light (light)
Violet (light)
Unicorn (light)
Midcentury (light)
Black (dark)
Candy (light)
HackerOwl (dark)
Cerulean (light)
Flatly (light)
Spacelab (light)
Cyborg (dark)

LANGUAGE

CHINESE SIMPLIFIED-简体中文
ENGLISH-English
FRENCH-Français
ITALIAN-Italiano
SPANISH-Español
Connect to a Local Plugin
Active Modules1
COMPILERLOADER
DEACTIVATE

Loads the compiler for offline use
Inactive Modules31
BUILDBEAR
ACTIVATE

Create a Private Sandbox for various EVM and EVM-compatible blockchain networks,
complete with a Faucet and Explorer.
CELOBETA
ACTIVATE

Deploy and Run Transactions with Celo.
CIRCOM ZKP COMPILER
ACTIVATE

Enables circuit compilation and computing a witness for ZK proofs
CODE BY WELLDONE STUDIOBETA
ACTIVATE

Multi-Chain Deploy and Run Transactions
CONTRACT DEPLOYERALPHA
ACTIVATE

Deploy a compiled contract to the same address on multiple networks
CONTRACT VERIFICATION - ETHERSCAN
ACTIVATE

Verify Solidity contract code using Etherscan, BscScan, PolygonScan etc. APIs
CONTRACT VERIFICATION - SOURCIFY
ACTIVATE

Solidity contract and metadata verification service
COOKBOOK.DEV
ACTIVATE

Find any smart contract, protocol, and library.
DEBUGGER
ACTIVATE

Debug transactions
DEFI EXPLORER
ACTIVATE

Explore Defi smart contracts
DEFI TUTORIALSALPHA
ACTIVATE

Learn about Defi
DGIT
ACTIVATE

Manage workspaces in a git repository.
DGIT DIFF
ACTIVATE

Diff viewer for the DGIT plugin.
KLAYTN
ACTIVATE

Deploy and Run Transactions with Klaytn.
LEARNETHBETA
ACTIVATE

Learn Ethereum with Remix!
LEXONALPHA
ACTIVATE

Compile Lexon contracts
MYTHX SECURITY VERIFICATION
ACTIVATE

Perform Static and Dynamic Security Analysis using the MythX Cloud Service
NAHMII COMPILER
ACTIVATE

Compiler for Nahmii 2.0.
ONE CLICK DAPP
ACTIVATE

A free tool to generate smart contract interfaces.
REMIXD
ACTIVATE

Using Remixd daemon, allow to access file system
SOLHINT LINTER
ACTIVATE

Linter for Solidity
SOLIDITY ANALYZERS
ACTIVATE

Analyze your code using Remix, Solhint and Slither.
SOLIDITY UNIT TESTING
ACTIVATE

Write and run unit tests for your contracts in Solidity
STARKNET
ACTIVATE

Compile and deploy contracts with Cairo, a native smart contract language for
Starknet.
TENDERLY
ACTIVATE

Remix & Tenderly Project Integration. Verify Contracts. Import To Remix From
your Tenderly project.
UMA PLAYGROUNDALPHA
ACTIVATE

Interactive playground for the UMA protocol
UMA TUTORIALSALPHA
ACTIVATE

Learn about the UMA protocol
VYPER PLUGIN
ACTIVATE

Compile vyper contracts
WALLET CONNECT
ACTIVATE

Use an external wallet for transacting
ZKSYNC
ACTIVATE

Compile and deploy smart contracts for zkSync Era.
ZOKRATESBETA
ACTIVATE

ZoKrates toolbox for zkSNARKs on Ethereum

PLUGIN MANAGER PERMISSIONS

NO PERMISSION REQUESTED YET.


OKCancel
Permissions

LOCAL PLUGIN

Plugin Name (required)
Display Name
Api  (comma separated list of method names)
Plugins it can activate  (comma separated list of plugin names)
Url (required)

TYPE OF CONNECTION (REQUIRED)

Iframe
Websocket

LOCATION IN REMIX (REQUIRED)

Side Panel
Main Panel
None
OKCancel
Files to include
Files to exclude


Close
Compiler
0.8.22+commit.4fc1097e

Include nightly builds
Auto compile
Hide warnings
Advanced Configurations

Compiler configuration
Language
SolidityYul
EVM
VersiondefaultshanghaiparislondonberlinistanbulpetersburgconstantinoplebyzantiumspuriousDragontangerineWhistlehomestead
Enable optimization
Use configuration file
compiler_config.jsonChange
Compile<no file selected>
Compile and Run script

Close

Environment
Remix VM (Shanghai)

VM
Account
0x5B3...eddC4 (100 ether)0xAb8...35cb2 (100 ether)0x4B2...C02db (100
ether)0x787...cabaB (100 ether)0x617...5E7f2 (100 ether)0x17F...8c372 (100
ether)0x5c6...21678 (100 ether)0x03C...D1Ff7 (100 ether)0x1aE...E454C (100
ether)0x0A0...C70DC (100 ether)0xCA3...a733c (100 ether)0x147...C160C (100
ether)0x4B0...4D2dB (100 ether)0x583...40225 (100 ether)0xdD8...92148 (100
ether)

Gas limit
Value
WeiGweiFinneyEther
Contract
No compiled contracts
At Address
Transactions recorded
0


Deployed Contracts
Currently you have no contract instances to interact with.

Close
OK


 * Home
   


1








Remix

The Native IDE for Web3 Development.
WebsiteDocumentationRemix PluginRemix Desktop


IMPORT FROM


Import
Close
Files
Start CodingOpen FileAccess File System
Recent workspacesdefault_workspace
Load from
GitHubGistIPFSHTTPS
Learn
Remix Basics
An introduction to Remix's interface and basic operations.Get Started
Intro to SolidityDeploying with Libraries
EN

Project Templates
 * MultiSig
 * ERC20
 * ERC20
 * ERC721
 * ERC1155
 * Basic


Featured Plugins
 * Solidity Analyzers
   Analyze your code using Remix, Solhint and Slither.
 * Cookbook
   Find smart contracts, solidity libraries, and discover protocols.
 * Solidity
   Compile, test, and analyze smart contracts.
 * Sourcify
   Solidity contract and metadata verification service.
 * Solidity unit testing
   Write and run unit tests for your contracts in Solidity.





0
listen on all transactions

Welcome to Remix 0.41.1

Your files are stored in indexedDB, 1.97 KB / 7.68 GB used

You can use this terminal to:
 * Check transactions details and start debugging.
 * Execute JavaScript scripts:
   - Input a script directly in the command line interface
   - Select a Javascript file in the file explorer and then run
   `remix.execute()` or `remix.exeCurrent()` in the command line interface
   - Right click on a JavaScript file in the file explorer and then click `Run`

The following libraries are accessible:
 * web3.js
 * ethers.js
 * gpt <your question here>

Type the library name to see available commands.

>




Close