remixuide.com Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

URL: https://remixuide.com/
Submission: On November 19 via api from BE — Scanned from NL

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
Save environment state

SOLIDITY COPILOT - ALPHA

Maximum number of words to generate - 10
Temperature - 0.009000000000000001

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

SINDRI CREDENTIALS

The access token is used to compile ZKP circuits and generate proofs with
Sindri.

Go to the Sindri account creation page (link below) to create a new token and
save it in Remix.

https://sindri.app

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
KOREAN-한국인
RUSSIAN-Русский
SPANISH-Español
Connect to a Local Plugin
Inactive Modules27
ARBITRUM STYLUSBETA
UNAVAILABLE OFFLINE

Deployment and execution of smart contracts via Arbitrum Stylus
BUILDBEAR
UNAVAILABLE OFFLINE

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

Deploy and Run Transactions with Celo.
CIRCOM ZKP COMPILER
UNAVAILABLE OFFLINE

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

Multi-Chain Deploy and Run Transactions
CONTRACT DEPLOYERALPHA
UNAVAILABLE OFFLINE

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

Verify Solidity contract code using Etherscan, BscScan, PolygonScan etc. APIs
COOKBOOK.DEV
UNAVAILABLE OFFLINE

Find any smart contract, protocol, and library.
COTIBETA
UNAVAILABLE OFFLINE

Deploy and interact with contracts on the COTI privacy-preserving network
DEBUGGER
UNAVAILABLE OFFLINE

Debug transactions
DEPLOY & RUN JS ON XINGHUO BIF
UNAVAILABLE OFFLINE

Deploy JS Contracts & Run Transactions on Xinghuo BIF
DEPLOY & RUN SOLIDITY ON XINGHUO BIF
UNAVAILABLE OFFLINE

Deploy Solidity contracts & Run Transactions on Xinghuo BIF
KAIA
UNAVAILABLE OFFLINE

Deploy and Run Transactions with Kaia.
LEARNETH
UNAVAILABLE OFFLINE

Learn Ethereum with Remix!
NAHMII COMPILER
UNAVAILABLE OFFLINE

Compiler for Nahmii 2.0.
QUICK DAPP
UNAVAILABLE OFFLINE

Edit & deploy a Dapp
REMIXD
UNAVAILABLE OFFLINE

Using Remixd daemon, allow to access file system
SENTIO
UNAVAILABLE OFFLINE

Search and view function related transactions directly in Remix, service is
provided by Sentio
SOLIDITY ANALYZERS
UNAVAILABLE OFFLINE

Analyze your code using Remix, Solhint and Slither.
SOLIDITY COMPILER (XINGHUO BIF)
UNAVAILABLE OFFLINE

Compile Solidity Contracts (Xinghuo BIF)
SOLIDITY UNIT TESTING
UNAVAILABLE OFFLINE

Write and run unit tests for your contracts in Solidity
STARKNET
UNAVAILABLE OFFLINE

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

Remix & Tenderly Project Integration. Verify Contracts. Import To Remix From
your Tenderly project.
VYPER COMPILER
UNAVAILABLE OFFLINE

Compile vyper contracts
WALLET CONNECT
UNAVAILABLE OFFLINE

Use an external wallet for transacting
ZKSYNC
UNAVAILABLE OFFLINE

Compile and deploy smart contracts for zkSync Era.
ZOKRATESBETA
UNAVAILABLE OFFLINE

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
Include nightly builds
Auto compile
Hide warnings
Advanced Configurations

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

Close

Environment
Remix VM (Cancun)

VM
Account

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


Pinned Contracts (network: -)
No pinned contracts found for selected workspace & network
Deployed/Unpinned Contracts
Currently you have no unpinned contracts to interact with.

Close
OK


 * Home
   


Loading...

Remix

The Native IDE for Web3 Development.
WebsiteDocumentationRemix PluginRemix Desktop


IMPORT FROM


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

 * WATCH TO LEARN
   
   Video Tips from the Remix Team
   
   Remix has a growing library of videos containing lots of tips for using the
   tool. Check them out and subscribe to get our latest uploads.
   Watch

 * BETA TESTING
   
   Our community supports us.
   
   Help us beta test releases now and get a handle on new features!
   Sign up

 * V0.50.0 RELEASE HIGHLIGHTS
   
    * Pin a plugin to the new right side panel
    * 'zksync-ethers' NPM module supported in js/ts scripts
    * latest Solidity compiler version set to v0.8.26
   
   Read More

 * JUMP INTO WEB3
   
   Remix IDE is part of the Remix Project, a rich toolset that can be used for
   the entire journey of contract development by users of any knowledge level.
   Learn more on the Remix Project website.
   More

 * WATCH TO LEARN
   
   Video Tips from the Remix Team
   
   Remix has a growing library of videos containing lots of tips for using the
   tool. Check them out and subscribe to get our latest uploads.
   Watch

 * BETA TESTING
   
   Our community supports us.
   
   Help us beta test releases now and get a handle on new features!
   Sign up

 * V0.50.0 RELEASE HIGHLIGHTS
   
    * Pin a plugin to the new right side panel
    * 'zksync-ethers' NPM module supported in js/ts scripts
    * latest Solidity compiler version set to v0.8.26
   
   Read More

 * JUMP INTO WEB3
   
   Remix IDE is part of the Remix Project, a rich toolset that can be used for
   the entire journey of contract development by users of any knowledge level.
   Learn more on the Remix Project website.
   More

 * 
 * 
 * 
 * 

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.51.0-dev

Your files are stored in indexedDB, 2.18 KB / 7.16 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
 * sol-gpt <your Solidity question here>

Type the library name to see available commands.

>




Close