├── .gitignore ├── .gitignore.swp ├── .readthedocs.yaml ├── README.md ├── crowdin.yml ├── docs ├── FAQ.md ├── FAS.md ├── Makefile ├── _build │ └── gettext │ │ ├── FAQ.pot │ │ ├── FAS.pot │ │ ├── all.pot │ │ ├── assert_library.pot │ │ ├── code_contribution_guide.pot │ │ ├── community.pot │ │ ├── compile.pot │ │ ├── contract_metadata.pot │ │ ├── contract_verification.pot │ │ ├── create_deploy.pot │ │ ├── debugger.pot │ │ ├── file_explorer.pot │ │ ├── foundry.pot │ │ ├── hardhat.pot │ │ ├── hardhat_console.pot │ │ ├── import.pot │ │ ├── index.pot │ │ ├── layout.pot │ │ ├── locations.pot │ │ ├── plugin_list.pot │ │ ├── plugin_manager.pot │ │ ├── remix_as_code_viewer.pot │ │ ├── remix_commands.pot │ │ ├── remix_tutorials_github.pot │ │ ├── remix_tutorials_learneth.pot │ │ ├── remixd.pot │ │ ├── run.pot │ │ ├── run_proxy_contracts.pot │ │ ├── running_js_scripts.pot │ │ ├── search_in_fe.pot │ │ ├── security.pot │ │ ├── settings.pot │ │ ├── slither.pot │ │ ├── solidity_editor.pot │ │ ├── static_analysis.pot │ │ ├── support.pot │ │ ├── terminal.pot │ │ ├── testing_using_Chai_&_Mocha.pot │ │ ├── truffle.pot │ │ ├── tutorial_debug.pot │ │ ├── udapp.pot │ │ ├── unittesting.pot │ │ ├── unittestingAsCLI.pot │ │ └── unittesting_examples.pot ├── _static │ ├── css │ │ ├── custom.css │ │ ├── fonts.css │ │ └── tokens.css │ ├── fonts │ │ └── Helvetica.ttc │ ├── img │ │ ├── down-arrow.svg │ │ ├── hamburger.svg │ │ ├── moon.svg │ │ ├── northeast-arrow.svg │ │ ├── remix-logo.svg │ │ ├── sun.svg │ │ ├── sunset.svg │ │ └── up-arrow.svg │ └── js │ │ ├── constants.js │ │ ├── cookbook-integration.js │ │ ├── initialize.js │ │ ├── loaders.js │ │ └── utils.js ├── account-abstraction-7702.md ├── ai.md ├── assert_library.md ├── code_contribution_guide.md ├── community.md ├── compile.md ├── conf.py ├── contract_metadata.md ├── contract_verification.md ├── create_deploy.md ├── debugger.md ├── file_explorer.md ├── foundry.md ├── hardhat.md ├── images │ ├── a-Runtab-deploy-atAddress.png │ ├── a-aa-7702-modal.png │ ├── a-aa-7702-vm-prague.png │ ├── a-aa-connection-badge.png │ ├── a-aa-deployed-7702.png │ ├── a-aa-gnosis-smart-account1.png │ ├── a-aa-gsa-create1.png │ ├── a-aa-gsa-log.png │ ├── a-aa-gssa-account-select.png │ ├── a-aa-gssa-sig-request.png │ ├── a-aa-ws-template-7702.png │ ├── a-ai-completion-accepted.png │ ├── a-ai-completion-proposal.png │ ├── a-ai-editor-popup-menu.png │ ├── a-ai-settings.png │ ├── a-ai-solcomp1.png │ ├── a-ai-switch.png │ ├── a-code-viewer-etherscan.png │ ├── a-code-viewer-github.png │ ├── a-contract-inputs.png │ ├── a-custom-fork.png │ ├── a-cv-lookup-page.png │ ├── a-cv-receipts-page.png │ ├── a-cv-settings-page.png │ ├── a-cv-verify-constructor-args.png │ ├── a-cv-verify-page.png │ ├── a-cv-verify-proxy.png │ ├── a-debug-call-data.png │ ├── a-debug-call-stack.png │ ├── a-debug-full-store-change.png │ ├── a-debug-func-stack.png │ ├── a-debug-nav.png │ ├── a-debug-opcodes1.png │ ├── a-debug-return.png │ ├── a-debug-sol-locals.png │ ├── a-debug-sol-state.png │ ├── a-debug-step-detail.png │ ├── a-debug-storage.png │ ├── a-debug-use-gen-sources.png │ ├── a-debug1-deploy.png │ ├── a-debug2-udapp1.png │ ├── a-debug3-udapp2.png │ ├── a-debug4-value-loc.png │ ├── a-debug5-term-debug-but.png │ ├── a-debug6-term-txn-hash.png │ ├── a-debug7-debugger.png │ ├── a-debug8-top3.png │ ├── a-debug9-buttons.png │ ├── a-debugger-memory.png │ ├── a-debugger-overview.png │ ├── a-debugger-panel-stack.png │ ├── a-debugger.png │ ├── a-deploy-run-caret.png │ ├── a-deploy-run-deployed-instances.png │ ├── a-deploy-run-open-instance.png │ ├── a-deploy-run-plug.png │ ├── a-deploy-run-state-file.png │ ├── a-deploy-run1.png │ ├── a-deployed-instances.png │ ├── a-editor-auto-import1.png │ ├── a-editor-auto-oz-import2.png │ ├── a-editor-auto-uni-import3.png │ ├── a-editor-autocomplete.png │ ├── a-editor-autocomplete1.png │ ├── a-editor-error-fe-num.png │ ├── a-editor-error-hover.png │ ├── a-editor-error-red-squiggles.png │ ├── a-editor-errors-tabs-fe.png │ ├── a-editor-general.png │ ├── a-editor-goto-def.png │ ├── a-editor-hover.png │ ├── a-editor-i-got-gas.png │ ├── a-editor-qf-license-correction.png │ ├── a-editor-qf-license-options.png │ ├── a-editor-qf-license-options5.png │ ├── a-editor-qf-license.png │ ├── a-editor-ref-highlight.png │ ├── a-editor-ref2.png │ ├── a-editor-refs1.png │ ├── a-editor-settings.png │ ├── a-editor-tabs.png │ ├── a-fe-branch-man1.png │ ├── a-fe-branch-man2.png │ ├── a-fe-create-ws-modal.png │ ├── a-fe-file-icons2.png │ ├── a-fe-hamburger.png │ ├── a-fe-modal-oz.png │ ├── a-fe-rtclick-file.png │ ├── a-fe-rtclick-script.png │ ├── a-fe-rtclick-sol-file.png │ ├── a-fe-select-git.png │ ├── a-fe-top-caret.png │ ├── a-fe-tour.png │ ├── a-fe-workspaces-new.png │ ├── a-fe-workspaces1.png │ ├── a-file-ex-rt-click-folder.png │ ├── a-file-ex-rt-click.png │ ├── a-file-explorer-buttons-big.png │ ├── a-file-explorer-buttons.png │ ├── a-file-explorer-new-file2.png │ ├── a-file-explorer-new-file2a.png │ ├── a-file-explorer1.png │ ├── a-file-explorer1a.png │ ├── a-foundry-cc.png │ ├── a-foundry-provider-connected.png │ ├── a-foundry-provider-modal.png │ ├── a-foundry-provider.png │ ├── a-gist-modal.png │ ├── a-hardhat-compilation-success-remixd.png │ ├── a-hardhat-compilation-success.png │ ├── a-hardhat-compilation.png │ ├── a-hardhat-provider-connected.png │ ├── a-hardhat-provider-dropdown.png │ ├── a-hardhat-provider-modal.png │ ├── a-hardhat-provider.png │ ├── a-hardhat-remixd.png │ ├── a-home-page.png │ ├── a-hometab.png │ ├── a-icon-swap.png │ ├── a-icons-at-load.png │ ├── a-import-from.png │ ├── a-jvm-calling-instance.png │ ├── a-jvm-instance.png │ ├── a-jvm.png │ ├── a-layout1.png │ ├── a-layout1c.png │ ├── a-learneth.png │ ├── a-migrate-download-btns2.png │ ├── a-old-tuto_basicimport.png │ ├── a-old-tuto_importgit.png │ ├── a-old-tuto_importswarm.png │ ├── a-permission-modal.png │ ├── a-plug.png │ ├── a-plugin-man-local.png │ ├── a-plugin-man-overview.png │ ├── a-plugin-man-permissions.png │ ├── a-plugin-manager-modal.png │ ├── a-proxy-deploy1-noParams.png │ ├── a-proxy-modal1.png │ ├── a-proxy-modal2.png │ ├── a-proxy-upgrade.png │ ├── a-receive-fun.png │ ├── a-recorder.png │ ├── a-remix-vm-instance.png │ ├── a-remix-vm-value.png │ ├── a-remix-vm-view.png │ ├── a-remixd-fe.png │ ├── a-remixd-modal.png │ ├── a-remixd-success.png │ ├── a-run-icon.png │ ├── a-run-jsvm-accounts.png │ ├── a-run-remix-vm-accounts.png │ ├── a-run-testContract.png │ ├── a-running-scripts-run.png │ ├── a-search-open.png │ ├── a-search.png │ ├── a-settings-ai1.png │ ├── a-settings-etherscan.png │ ├── a-settings-general.png │ ├── a-settings-gh-token.png │ ├── a-settings-ipfs.png │ ├── a-settings-pub-swarm.png │ ├── a-settings-sindri.png │ ├── a-settings-swarm.png │ ├── a-settings-themes.png │ ├── a-slither-analysis-ext-libs.png │ ├── a-slither-analysis-only.png │ ├── a-slither-analysis-select-success.png │ ├── a-slither-analysis-select.png │ ├── a-slither-analysis-success-remixd.png │ ├── a-slither-analysis-success-terminal.png │ ├── a-slither-analysis-success.png │ ├── a-slither-analysis.png │ ├── a-slither-remixd.png │ ├── a-sol-comp-adv.png │ ├── a-sol-comp-basic.png │ ├── a-sol-comp-no-file.png │ ├── a-ssa-1.png │ ├── a-ssa-activate.png │ ├── a-ssa-err-warn.png │ ├── a-ssa-show-hide-warnings.png │ ├── a-static-analysis-from-pm.png │ ├── a-static-analysis-onload.png │ ├── a-static-analysis.png │ ├── a-terminal-and-more.png │ ├── a-themes.png │ ├── a-truffle-compilation-success.png │ ├── a-truffle-compilation.png │ ├── a-truffle-provider-connected.png │ ├── a-truffle-provider-modal.png │ ├── a-truffle-provider.png │ ├── a-truffle-remixd.png │ ├── a-udapp-inputs.png │ ├── a-udapp-multi-param-man.png │ ├── a-udapp2.png │ ├── a-unit-testing-custom-compiler-config.png │ ├── a-unit-testing-feature.png │ ├── a-unit-testing-from-pm.png │ ├── a-unit-testing-run-result.png │ ├── a-unit-testing-test-directory.png │ ├── a-user-testing-icon.png │ ├── a-vyper-compiler-error.png │ ├── a-vyper-pi-basic.png │ ├── a-workspace-templates.png │ ├── a-ws-localhost.png │ ├── cookbook.svg │ ├── hardhat-console-file.png │ ├── hardhat-tx-terminal.png │ ├── hardhat-utesting-file.png │ ├── hardhat-utesting-terminal.png │ ├── pi-1click.png │ ├── pi-3box.png │ ├── pi-celo.png │ ├── pi-control-flow.png │ ├── pi-coti.png │ ├── pi-debug.png │ ├── pi-defi-exp.png │ ├── pi-defi-tut.png │ ├── pi-deploy.png │ ├── pi-deployer.png │ ├── pi-dgit.png │ ├── pi-ethdoc.png │ ├── pi-etherscan.png │ ├── pi-fe.png │ ├── pi-flattener.png │ ├── pi-gas-profiler.png │ ├── pi-klaytn.png │ ├── pi-learneth.png │ ├── pi-lexon.png │ ├── pi-moonbeam.png │ ├── pi-mythx.png │ ├── pi-nahmii.png │ ├── pi-proveable.png │ ├── pi-quorum.png │ ├── pi-remix-debug-tools.png │ ├── pi-sentio.png │ ├── pi-sol.png │ ├── pi-sol2uml.png │ ├── pi-solhint.png │ ├── pi-sourcify.png │ ├── pi-starknet.png │ ├── pi-static.png │ ├── pi-sut.png │ ├── pi-tenderly.png │ ├── pi-vyper.png │ ├── pi-welldone1.png │ ├── pi-yul-p.png │ ├── pi-zksync.png │ ├── pi-zok.png │ ├── run_with_mocha_hhethers.png │ ├── run_with_mocha_option.png │ ├── run_with_mocha_print_hash.png │ ├── run_with_mocha_result.png │ ├── run_with_mocha_storage_test.png │ └── ssa-show-warnings.png ├── import.md ├── index.rst ├── layout.md ├── locale │ ├── es │ │ └── LC_MESSAGES │ │ │ ├── FAQ.po │ │ │ ├── FAS.po │ │ │ ├── all.po │ │ │ ├── assert_library.po │ │ │ ├── code_contribution_guide.po │ │ │ ├── community.po │ │ │ ├── compile.po │ │ │ ├── contract_metadata.po │ │ │ ├── contract_verification.po │ │ │ ├── create_deploy.po │ │ │ ├── debugger.po │ │ │ ├── file_explorer.po │ │ │ ├── foundry.po │ │ │ ├── hardhat.po │ │ │ ├── hardhat_console.po │ │ │ ├── import.po │ │ │ ├── index.po │ │ │ ├── layout.po │ │ │ ├── locations.po │ │ │ ├── plugin_list.po │ │ │ ├── plugin_manager.po │ │ │ ├── remix_as_code_viewer.po │ │ │ ├── remix_commands.po │ │ │ ├── remix_tutorials_github.po │ │ │ ├── remix_tutorials_learneth.po │ │ │ ├── remixd.po │ │ │ ├── run.po │ │ │ ├── run_proxy_contracts.po │ │ │ ├── running_js_scripts.po │ │ │ ├── security.po │ │ │ ├── settings.po │ │ │ ├── slither.po │ │ │ ├── solidity_editor.po │ │ │ ├── static_analysis.po │ │ │ ├── support.po │ │ │ ├── terminal.po │ │ │ ├── testing_using_Chai_&_Mocha.po │ │ │ ├── truffle.po │ │ │ ├── tutorial_debug.po │ │ │ ├── udapp.po │ │ │ ├── unittesting.po │ │ │ ├── unittestingAsCLI.po │ │ │ └── unittesting_examples.po │ ├── fr │ │ └── LC_MESSAGES │ │ │ ├── FAQ.po │ │ │ ├── FAS.po │ │ │ ├── all.po │ │ │ ├── assert_library.po │ │ │ ├── code_contribution_guide.po │ │ │ ├── community.po │ │ │ ├── compile.po │ │ │ ├── contract_metadata.po │ │ │ ├── create_deploy.po │ │ │ ├── debugger.po │ │ │ ├── file_explorer.po │ │ │ ├── foundry.po │ │ │ ├── hardhat.po │ │ │ ├── hardhat_console.po │ │ │ ├── import.po │ │ │ ├── index.po │ │ │ ├── layout.po │ │ │ ├── locations.po │ │ │ ├── plugin_list.po │ │ │ ├── plugin_manager.po │ │ │ ├── remix_as_code_viewer.po │ │ │ ├── remix_commands.po │ │ │ ├── remix_tutorials_github.po │ │ │ ├── remix_tutorials_learneth.po │ │ │ ├── remixd.po │ │ │ ├── run.po │ │ │ ├── run_proxy_contracts.po │ │ │ ├── running_js_scripts.po │ │ │ ├── security.po │ │ │ ├── settings.po │ │ │ ├── slither.po │ │ │ ├── solidity_editor.po │ │ │ ├── static_analysis.po │ │ │ ├── support.po │ │ │ ├── terminal.po │ │ │ ├── testing_using_Chai_&_Mocha.po │ │ │ ├── truffle.po │ │ │ ├── tutorial_debug.po │ │ │ ├── udapp.po │ │ │ ├── unittesting.po │ │ │ ├── unittestingAsCLI.po │ │ │ └── unittesting_examples.po │ ├── it │ │ └── LC_MESSAGES │ │ │ ├── FAQ.po │ │ │ ├── FAS.po │ │ │ ├── all.po │ │ │ ├── assert_library.po │ │ │ ├── code_contribution_guide.po │ │ │ ├── community.po │ │ │ ├── compile.po │ │ │ ├── contract_metadata.po │ │ │ ├── contract_verification.po │ │ │ ├── create_deploy.po │ │ │ ├── debugger.po │ │ │ ├── file_explorer.po │ │ │ ├── foundry.po │ │ │ ├── hardhat.po │ │ │ ├── hardhat_console.po │ │ │ ├── import.po │ │ │ ├── index.po │ │ │ ├── layout.po │ │ │ ├── locations.po │ │ │ ├── plugin_list.po │ │ │ ├── plugin_manager.po │ │ │ ├── remix_as_code_viewer.po │ │ │ ├── remix_commands.po │ │ │ ├── remix_tutorials_github.po │ │ │ ├── remix_tutorials_learneth.po │ │ │ ├── remixd.po │ │ │ ├── run.po │ │ │ ├── run_proxy_contracts.po │ │ │ ├── running_js_scripts.po │ │ │ ├── security.po │ │ │ ├── settings.po │ │ │ ├── slither.po │ │ │ ├── solidity_editor.po │ │ │ ├── static_analysis.po │ │ │ ├── support.po │ │ │ ├── terminal.po │ │ │ ├── testing_using_Chai_&_Mocha.po │ │ │ ├── truffle.po │ │ │ ├── tutorial_debug.po │ │ │ ├── udapp.po │ │ │ ├── unittesting.po │ │ │ ├── unittestingAsCLI.po │ │ │ └── unittesting_examples.po │ ├── ko_KR │ │ └── LC_MESSAGES │ │ │ ├── FAQ.po │ │ │ ├── FAS.po │ │ │ ├── all.po │ │ │ ├── assert_library.po │ │ │ ├── code_contribution_guide.po │ │ │ ├── community.po │ │ │ ├── compile.po │ │ │ ├── contract_metadata.po │ │ │ ├── contract_verification.po │ │ │ ├── create_deploy.po │ │ │ ├── debugger.po │ │ │ ├── file_explorer.po │ │ │ ├── foundry.po │ │ │ ├── hardhat.po │ │ │ ├── hardhat_console.po │ │ │ ├── import.po │ │ │ ├── index.po │ │ │ ├── layout.po │ │ │ ├── locations.po │ │ │ ├── plugin_list.po │ │ │ ├── plugin_manager.po │ │ │ ├── remix_as_code_viewer.po │ │ │ ├── remix_commands.po │ │ │ ├── remix_tutorials_github.po │ │ │ ├── remix_tutorials_learneth.po │ │ │ ├── remixd.po │ │ │ ├── run.po │ │ │ ├── run_proxy_contracts.po │ │ │ ├── running_js_scripts.po │ │ │ ├── search_in_fe.po │ │ │ ├── security.po │ │ │ ├── settings.po │ │ │ ├── slither.po │ │ │ ├── solidity_editor.po │ │ │ ├── static_analysis.po │ │ │ ├── support.po │ │ │ ├── terminal.po │ │ │ ├── testing_using_Chai_&_Mocha.po │ │ │ ├── truffle.po │ │ │ ├── tutorial_debug.po │ │ │ ├── udapp.po │ │ │ ├── unittesting.po │ │ │ ├── unittestingAsCLI.po │ │ │ └── unittesting_examples.po │ ├── ru_RU │ │ └── LC_MESSAGES │ │ │ ├── FAQ.po │ │ │ ├── FAS.po │ │ │ ├── all.po │ │ │ ├── assert_library.po │ │ │ ├── code_contribution_guide.po │ │ │ ├── community.po │ │ │ ├── compile.po │ │ │ ├── contract_metadata.po │ │ │ ├── create_deploy.po │ │ │ ├── debugger.po │ │ │ ├── file_explorer.po │ │ │ ├── foundry.po │ │ │ ├── hardhat.po │ │ │ ├── hardhat_console.po │ │ │ ├── import.po │ │ │ ├── index.po │ │ │ ├── layout.po │ │ │ ├── locations.po │ │ │ ├── plugin_list.po │ │ │ ├── plugin_manager.po │ │ │ ├── remix_as_code_viewer.po │ │ │ ├── remix_commands.po │ │ │ ├── remix_tutorials_github.po │ │ │ ├── remix_tutorials_learneth.po │ │ │ ├── remixd.po │ │ │ ├── run.po │ │ │ ├── run_proxy_contracts.po │ │ │ ├── running_js_scripts.po │ │ │ ├── security.po │ │ │ ├── settings.po │ │ │ ├── slither.po │ │ │ ├── solidity_editor.po │ │ │ ├── static_analysis.po │ │ │ ├── support.po │ │ │ ├── terminal.po │ │ │ ├── testing_using_Chai_&_Mocha.po │ │ │ ├── truffle.po │ │ │ ├── tutorial_debug.po │ │ │ ├── udapp.po │ │ │ ├── unittesting.po │ │ │ ├── unittestingAsCLI.po │ │ │ └── unittesting_examples.po │ └── zh_CN │ │ └── LC_MESSAGES │ │ ├── FAQ.po │ │ ├── FAS.po │ │ ├── all.po │ │ ├── assert_library.po │ │ ├── code_contribution_guide.po │ │ ├── community.po │ │ ├── compile.po │ │ ├── contract_metadata.po │ │ ├── contract_verification.po │ │ ├── create_deploy.po │ │ ├── debugger.po │ │ ├── file_explorer.po │ │ ├── foundry.po │ │ ├── hardhat.po │ │ ├── hardhat_console.po │ │ ├── import.po │ │ ├── index.po │ │ ├── layout.po │ │ ├── locations.po │ │ ├── plugin_list.po │ │ ├── plugin_manager.po │ │ ├── remix_as_code_viewer.po │ │ ├── remix_commands.po │ │ ├── remix_tutorials_github.po │ │ ├── remix_tutorials_learneth.po │ │ ├── remixd.po │ │ ├── run.po │ │ ├── run_proxy_contracts.po │ │ ├── running_js_scripts.po │ │ ├── search_in_fe.po │ │ ├── security.po │ │ ├── settings.po │ │ ├── slither.po │ │ ├── solidity_editor.po │ │ ├── static_analysis.po │ │ ├── support.po │ │ ├── terminal.po │ │ ├── testing_using_Chai_&_Mocha.po │ │ ├── truffle.po │ │ ├── tutorial_debug.po │ │ ├── udapp.po │ │ ├── unittesting.po │ │ ├── unittestingAsCLI.po │ │ └── unittesting_examples.po ├── locations.md ├── make.bat ├── plugin_list.md ├── plugin_manager.md ├── remix_as_code_viewer.md ├── remix_commands.md ├── remix_tutorials_learneth.md ├── remixd.md ├── requirements.txt ├── run.md ├── run_proxy_contracts.md ├── running_js_scripts.md ├── search_in_fe.md ├── security.md ├── settings.md ├── slither.md ├── solidity_editor.md ├── static_analysis.md ├── terminal.md ├── testing_using_Chai_&_Mocha.md ├── truffle.md ├── tutorial_debug.md ├── udapp.md ├── unittesting.md ├── unittestingAsCLI.md ├── unittesting_examples.md └── vyper.md ├── favicon.ico ├── remix_screenshot.png └── translation.md /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | reports 3 | npm-debug.log* 4 | .DS_Store 5 | TODO 6 | .tern-port 7 | .idea 8 | .vscode 9 | docs/_build/html 10 | docs/_build/gettext/.doctrees 11 | docs/_build/doctrees/ 12 | *.doctree 13 | .gitignore.swp 14 | -------------------------------------------------------------------------------- /.gitignore.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/.gitignore.swp -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- 1 | # Read the Docs configuration file for Sphinx projects 2 | # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 3 | 4 | # Required 5 | version: 2 6 | 7 | # Set the OS, Python version and other tools you might need 8 | build: 9 | os: ubuntu-22.04 10 | tools: 11 | python: "3.11" 12 | # You can also specify other tool versions: 13 | # nodejs: "20" 14 | # rust: "1.70" 15 | # golang: "1.20" 16 | 17 | # Build documentation in the "docs/" directory with Sphinx 18 | sphinx: 19 | configuration: docs/conf.py 20 | # You can configure Sphinx to use a different builder, for instance using the dirhtml builder for simpler URLs 21 | # builder: "dirhtml" 22 | # Fail on all warnings to avoid broken references 23 | # fail_on_warning: true 24 | 25 | # Optionally build your docs in additional formats such as PDF and ePub 26 | # formats: 27 | # - pdf 28 | # - epub 29 | 30 | # Optional but recommended, declare the Python requirements required 31 | # to build your documentation 32 | # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html 33 | python: 34 | install: 35 | - requirements: docs/requirements.txt -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- 1 | preserve_hierarchy: 1 2 | files: 3 | - source: /docs/_build/gettext/*.pot 4 | translation: /docs/locale/%locale_with_underscore%/LC_MESSAGES/%file_name%.po 5 | -------------------------------------------------------------------------------- /docs/FAS.md: -------------------------------------------------------------------------------- 1 | Frequently Asked Scripts 2 | ======================== 3 | 4 | Deploy with web3.js 5 | ``` 6 | (async () => { 7 | try { 8 | console.log('deploy...') 9 | 10 | // Note that the script needs the ABI which is generated from the compilation artifact. 11 | const metadata = JSON.parse(await remix.call('fileManager', 'getFile', 'browser/artifacts/CustomERC20.json')) 12 | const accounts = await web3.eth.getAccounts() 13 | 14 | let contract = new web3.eth.Contract(metadata.abi) 15 | 16 | contract = contract.deploy({ 17 | data: metadata.data.bytecode.object, 18 | arguments: ["Mask", "N95"] 19 | }) 20 | 21 | newContractInstance = await contract.send({ 22 | from: accounts[0], 23 | gas: 1500000, 24 | gasPrice: '30000000000' 25 | }) 26 | console.log(newContractInstance.options.address) 27 | } catch (e) { 28 | console.log(e.message) 29 | } 30 | })() 31 | ``` 32 | 33 | Deploy with Ethers 34 | ``` 35 | (async function() { 36 | try { 37 | const metadata = JSON.parse(await remix.call('fileManager', 'getFile', 'browser/artifacts/CustomERC20.json')) 38 | // the variable web3Provider is a remix global variable object 39 | const signer = (new ethers.providers.Web3Provider(web3Provider)).getSigner() 40 | // Create an instance of a Contract Factory 41 | let factory = new ethers.ContractFactory(metadata.abi, metadata.data.bytecode.object, signer); 42 | // Notice we pass the constructor's parameters here 43 | let contract = await factory.deploy('Mask', 'N95'); 44 | // The address the Contract WILL have once mined 45 | console.log(contract.address); 46 | // The transaction that was sent to the network to deploy the Contract 47 | console.log(contract.deployTransaction.hash); 48 | // The contract is NOT deployed yet; we must wait until it is mined 49 | await contract.deployed() 50 | // Done! The contract is deployed. 51 | console.log('contract deployed') 52 | } catch (e) { 53 | console.log(e.message) 54 | } 55 | })(); 56 | ``` 57 | -------------------------------------------------------------------------------- /docs/_build/gettext/FAS.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019-23, Remix; 3 | # This file is distributed under the same license as the Remix - Ethereum IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix - Ethereum IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../FAS.md:1 20 | msgid "Frequently Asked Scripts" 21 | msgstr "" 22 | 23 | #: ../../FAS.md:4 24 | msgid "Deploy with web3.js" 25 | msgstr "" 26 | 27 | #: ../../FAS.md:33 28 | msgid "Deploy with Ethers" 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /docs/_build/gettext/code_contribution_guide.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019-23, Remix; 3 | # This file is distributed under the same license as the Remix - Ethereum IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix - Ethereum IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-09-12 15:08-0400\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../code_contribution_guide.md:1 20 | msgid "Code Contribution Guide" 21 | msgstr "" 22 | 23 | #: ../../code_contribution_guide.md:4 24 | msgid "Remix is an open source tool and we encourage everyone to help us improve it. Please open issues, give feedback or contribute by a pulling request to our codebase." 25 | msgstr "" 26 | 27 | #: ../../code_contribution_guide.md:8 28 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 29 | msgstr "" 30 | 31 | #: ../../code_contribution_guide.md:10 32 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /docs/_build/gettext/community.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019-23, Remix; 3 | # This file is distributed under the same license as the Remix - Ethereum IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix - Ethereum IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../community.md:1 20 | msgid "Community Support" 21 | msgstr "" 22 | 23 | #: ../../community.md:4 24 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 25 | msgstr "" 26 | 27 | #: ../../community.md:8 28 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 29 | msgstr "" 30 | 31 | #: ../../community.md:11 32 | msgid "We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /docs/_build/gettext/hardhat_console.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019-22, Remix; 3 | # This file is distributed under the same license as the Remix - Ethereum IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix - Ethereum IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2022-06-20 17:14-0400\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../hardhat_console.md:1 20 | msgid "Hardhat console.log Integration" 21 | msgstr "" 22 | 23 | #: ../../hardhat_console.md:4 24 | msgid "(Supported since Remix IDE v0.17.0)" 25 | msgstr "" 26 | 27 | #: ../../hardhat_console.md:6 28 | msgid "Prologue" 29 | msgstr "" 30 | 31 | #: ../../hardhat_console.md:8 32 | msgid "Hardhat Network allows you to print logging messages and contract variables by calling console.log() from your Solidity code. To use it, you simply import hardhat/console.sol and call it." 33 | msgstr "" 34 | 35 | #: ../../hardhat_console.md:10 36 | msgid "For more: https://hardhat.org/hardhat-network/reference/#console-log" 37 | msgstr "" 38 | 39 | #: ../../hardhat_console.md:12 40 | msgid "console.log in Remix IDE" 41 | msgstr "" 42 | 43 | #: ../../hardhat_console.md:15 44 | msgid "Remix IDE supports hardhat console library while using JavaScript VM. It can be used while making a transaction or running unit tests." 45 | msgstr "" 46 | 47 | #: ../../hardhat_console.md:17 48 | msgid "Deploy and Run Transactions" 49 | msgstr "" 50 | 51 | #: ../../hardhat_console.md:19 52 | msgid "To try it out, you need to put an import statement and use console.log to print the value as shown in image." 53 | msgstr "" 54 | 55 | #: ../../hardhat_console.md:23 56 | msgid "Further, once you execute the changeOwner method, value from console statement will be shown in Remix terminal after transaction details as below:" 57 | msgstr "" 58 | 59 | #: ../../hardhat_console.md:27 60 | msgid "Solidity Unit Testing" 61 | msgstr "" 62 | 63 | #: ../../hardhat_console.md:29 64 | msgid "Similarly, console.log can be used while running unit tests using Remix Solidity Unit Testing plugin. See image below." 65 | msgstr "" 66 | 67 | #: ../../hardhat_console.md:33 68 | msgid "For the tests including logging message, it will display in the Remix Terminal corresponding to test name." 69 | msgstr "" 70 | -------------------------------------------------------------------------------- /docs/_build/gettext/remix_tutorials_github.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019, Remix 3 | # This file is distributed under the same license as the Remix, Ethereum-IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix, Ethereum-IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../remix_tutorials_github.md:1 20 | msgid "Remix Github Tutorials" 21 | msgstr "" 22 | 23 | #: ../../remix_tutorials_github.md:4 24 | msgid "There are a series of tutorials in our github repo remix-workshops." 25 | msgstr "" 26 | 27 | #: ../../remix_tutorials_github.md:6 28 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 29 | msgstr "" 30 | 31 | #: ../../remix_tutorials_github.md:8 32 | msgid "In this repo there tutorials for all levels." 33 | msgstr "" 34 | 35 | #: ../../remix_tutorials_github.md:10 36 | msgid "There are tutorials for specific remix functionalities like:" 37 | msgstr "" 38 | 39 | #: ../../remix_tutorials_github.md:12 40 | msgid "Deploying" 41 | msgstr "" 42 | 43 | #: ../../remix_tutorials_github.md:18 44 | msgid "Testing" 45 | msgstr "" 46 | 47 | #: ../../remix_tutorials_github.md:23 48 | msgid "Remix Plugin Development" 49 | msgstr "" 50 | 51 | #: ../../remix_tutorials_github.md:27 52 | msgid "Other" 53 | msgstr "" 54 | 55 | #: ../../remix_tutorials_github.md:35 56 | msgid "Additional external workshops" 57 | msgstr "" 58 | 59 | -------------------------------------------------------------------------------- /docs/_build/gettext/search_in_fe.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019-23, Remix; 3 | # This file is distributed under the same license as the Remix - Ethereum IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix - Ethereum IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-09-12 15:08-0400\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../search_in_fe.md:1 20 | msgid "Search in Files" 21 | msgstr "" 22 | 23 | #: ../../search_in_fe.md:3 24 | msgid "The **Search in Files** plugin is loaded by default. It also includes functionality to search & replace as well as searching with regular expressions." 25 | msgstr "" 26 | 27 | #: ../../search_in_fe.md:5 28 | msgid "![](images/a-search.png)" 29 | msgstr "" 30 | 31 | #: ../../search_in_fe.md:7 32 | msgid "This plugin searches through text in the files of the current workspace. It does not search across workspaces." 33 | msgstr "" 34 | 35 | #: ../../search_in_fe.md:9 36 | msgid "Search and Replace" 37 | msgstr "" 38 | 39 | #: ../../search_in_fe.md:10 40 | msgid "Clicking on the caret to the left of the text input box will reveal the **replace** functionality." 41 | msgstr "" 42 | 43 | #: ../../search_in_fe.md:12 44 | msgid "![](images/a-search-open.png)" 45 | msgstr "" 46 | -------------------------------------------------------------------------------- /docs/_build/gettext/support.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019, Remix 3 | # This file is distributed under the same license as the Remix, Ethereum-IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix, Ethereum-IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../support.md:1 20 | msgid "Support chat" 21 | msgstr "" 22 | 23 | #: ../../support.md:4 24 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 25 | msgstr "" 26 | 27 | #: ../../support.md:8 28 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 29 | msgstr "" 30 | 31 | -------------------------------------------------------------------------------- /docs/_build/gettext/terminal.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2019-23, Remix; 3 | # This file is distributed under the same license as the Remix - Ethereum IDE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Remix - Ethereum IDE 1\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../terminal.md:1 20 | msgid "Terminal" 21 | msgstr "" 22 | 23 | #: ../../terminal.md:4 24 | msgid "![](images/a-terminal-and-more.png)" 25 | msgstr "" 26 | 27 | #: ../../terminal.md:6 28 | msgid "Features, available in the terminal:" 29 | msgstr "" 30 | 31 | #: ../../terminal.md:8 32 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 33 | msgstr "" 34 | 35 | #: ../../terminal.md:12 36 | msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." 37 | msgstr "" 38 | 39 | #: ../../terminal.md:14 40 | msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." 41 | msgstr "" 42 | 43 | #: ../../terminal.md:18 44 | msgid "It allows searching for the data and clearing the logs from the terminal." 45 | msgstr "" 46 | 47 | #: ../../terminal.md:20 48 | msgid "You can run scripts by inputting them at the bottom after the `>`." 49 | msgstr "" 50 | -------------------------------------------------------------------------------- /docs/_static/css/fonts.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "Helvetica"; 3 | font-style: normal; 4 | font-weight: 400; 5 | src: local('Helvetica'), url(../fonts/Helvetica.ttc) format('truetype'); 6 | } 7 | -------------------------------------------------------------------------------- /docs/_static/css/tokens.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Theme tokens 3 | */ 4 | 5 | /* Base / light mode theme colors */ 6 | :root { 7 | /* Typography */ 8 | --size-body-xs: 0.75rem; 9 | --size-body-small: 0.875rem; 10 | --size-body-small-link: var(--size-body-small); 11 | --size-body: 1rem; 12 | --size-body-link: var(--size-body); 13 | --size-body-big: 1.125rem; 14 | --size-h1: 2.75rem; 15 | --size-h2: 2.25rem; 16 | --size-h3: 1.875rem; 17 | --size-h4: 1.5rem; 18 | --size-h5: 1.25rem; 19 | --size-h6: 1rem; 20 | --size-left-nav-title: var(--size-body); 21 | --size-left-nav-lvl-1: var(--size-body-small); 22 | 23 | --line-height-header: 1.625; 24 | 25 | /* Spacing */ 26 | --space-side-width: 22.5rem; 27 | --space-nav-height: 4.25rem; 28 | --space-vertical-menu-pad-x: 1.625rem; 29 | 30 | /* Shadows */ 31 | --shadow-base: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); 32 | 33 | /* Colors */ 34 | --color-background: #FFFFFF; 35 | --color-body: #333333; 36 | --color-body-light: #5F5F5F; 37 | --color-code-background: #F4F4F4; 38 | --color-primary: #2F6DF2; 39 | --color-primary-transparent: #3B98F620; 40 | --color-hover: #2F6DF2B2; 41 | 42 | --color-a: #E0E7F8; 43 | --color-b: #DFE6F4; 44 | --color-c: #F3F0FF; 45 | --color-d: #FFEDFB; 46 | --color-gradient: linear-gradient(180deg, var(--color-a) 0%, var(--color-b) 37%, var(--color-c) 75%, var(--color-d) 100%); 47 | } 48 | 49 | /* Dark mode theme colors */ 50 | :root[style*=dark] { 51 | --color-background: #2A2C3F !important; 52 | --color-body: #F8F8F8 !important; 53 | --color-body-light: #A2A3C8 !important; 54 | --color-code-background: #1A1B29 !important; 55 | --color-primary: #007AA6 !important; 56 | --color-primary-transparent: #007AA618; 57 | --color-hover: #007AA6E5; 58 | 59 | --color-a: var(--color-code-background); 60 | --color-b: var(--color-code-background); 61 | --color-c: var(--color-code-background); 62 | --color-d: var(--color-code-background); 63 | } 64 | 65 | /* Black mode theme colors */ 66 | :root[style*=black] { 67 | --color-background: #0E0E0E !important; 68 | --color-body: #F8F8F8 !important; 69 | --color-body-light: #CDCDCD !important; 70 | --color-code-background: #313131 !important; 71 | --color-primary: #709EFF !important; 72 | --color-primary-transparent: #709EFF10; 73 | --color-hover: #709EFFE5; 74 | 75 | --color-a: #131A2B; 76 | --color-b: #121927; 77 | --color-c: #262332; 78 | --color-d: #32202E; 79 | } 80 | -------------------------------------------------------------------------------- /docs/_static/fonts/Helvetica.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/_static/fonts/Helvetica.ttc -------------------------------------------------------------------------------- /docs/_static/img/down-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/_static/img/hamburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_static/img/moon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /docs/_static/img/northeast-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/_static/img/sun.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/_static/img/sunset.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /docs/_static/img/up-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/_static/js/constants.js: -------------------------------------------------------------------------------- 1 | // Color mode constants 2 | const COLOR_MODES = [ 3 | { name: "Light", icon: "_static/img/sun.svg", value: "light" }, 4 | { name: "Dark", icon: "_static/img/sunset.svg", value: "dark" }, 5 | { name: "Black", icon: "_static/img/moon.svg", value: "black" }, 6 | ] 7 | 8 | const COLOR_CHOICES = COLOR_MODES.map(({ value }) => value); 9 | 10 | const REMIX_LOGO_PATH = "_static/img/remix-logo.svg" 11 | const HAMBURGER_PATH = "_static/img/hamburger.svg"; 12 | const CHEVRON_DOWN_PATH = "_static/img/down-arrow.svg"; 13 | const NE_ARROW_PATH = "_static/img/northeast-arrow.svg"; 14 | 15 | const COLOR_TOGGLE_ICON_CLASS = "color-toggle-icon"; 16 | const MOBILE_MENU_ICON_CLASS = "mobile-menu-toggle-icon"; 17 | const REMIX_LOGO_CLASS = "remix-logo"; 18 | const LEARN_DROPDOWN_CLASS = "dropdown-button" 19 | const LANGUAGE_BUTTON_CLASS = "language-button" 20 | const LANGUAGE_MENU_ITEMS_CLASS = "language-menu-items" 21 | const THEME_BUTTON_WRAPPER_CLASS = "theme-button-wrapper"; 22 | const THEME_BUTTON_CLASS = "theme-button"; 23 | const THEME_DROPDOWN_MENU_CLASS = "theme-dropdown-menu"; 24 | const LS_COLOR_SCHEME = "color-scheme"; 25 | 26 | // Navigation constants 27 | const REMIX_HOME_URL = "https://remix-project.org"; 28 | const REMIX_DOCS_URL = "/#" 29 | const REMIX_IDE_URL = "https://remix.ethereum.org"; 30 | 31 | // Learn menu 32 | const LEARNETH_PLUGIN_TUTORIALS_URL = `${REMIX_IDE_URL}/?#activate=LearnEth`; 33 | const VIDEOS_URL = "https://www.youtube.com/channel/UCjTUPyFEr2xDGN6Cg8nKDaA"; 34 | const ARTICLES_URL = "https://medium.com/remix-ide"; 35 | 36 | /** 37 | * type NavItem = { name: string } & ({ href: string } | { items: NavItem[] }) 38 | */ 39 | const NAV_LINKS = [ 40 | { name: "About", href: REMIX_HOME_URL }, 41 | { name: "Documentation", href: REMIX_DOCS_URL }, 42 | { name: "IDE", href: REMIX_IDE_URL }, 43 | { 44 | name: "Learn", items: [ 45 | { name: "Guided IDE Tutorial", href: LEARNETH_PLUGIN_TUTORIALS_URL }, 46 | { name: "Videos", href: VIDEOS_URL }, 47 | { name: "Articles", href: ARTICLES_URL }, 48 | ] 49 | }, 50 | ] 51 | 52 | const MOBILE_MENU_TOGGLE_CLASS = "shift"; 53 | const FLYOVER_MENU_TOGGLE_CLASS = "shift-up"; 54 | const WRAPPER_CLASS = "unified-wrapper"; 55 | 56 | -------------------------------------------------------------------------------- /docs/_static/js/cookbook-integration.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | // Cookbook Onboard (AI Assistant). API key is public so it's fine to just hardcode it here. 3 | var COOKBOOK_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NmE4MzQyZTg2NDM1ZGEyMGE1NDc5ODciLCJpYXQiOjE3MjIyOTk0MzgsImV4cCI6MjAzNzg3NTQzOH0.v-569WVNKHsQX2uDPyHJCOjXz811_iSlyitaKgqmg2U"; 4 | 5 | document.addEventListener('DOMContentLoaded', function() { 6 | var element = document.getElementById('__cookbook'); 7 | if (!element) { 8 | element = document.createElement('div'); 9 | element.id = '__cookbook'; 10 | element.dataset.apiKey = COOKBOOK_API_KEY; 11 | document.body.appendChild(element); 12 | } 13 | 14 | var script = document.getElementById('__cookbook-script'); 15 | if (!script) { 16 | script = document.createElement('script'); 17 | script.src = 'https://cdn.jsdelivr.net/npm/@cookbookdev/docsbot/dist/standalone/index.cjs.js'; 18 | script.id = '__cookbook-script'; 19 | script.defer = true; 20 | document.body.appendChild(script); 21 | } 22 | }); 23 | })(); 24 | -------------------------------------------------------------------------------- /docs/_static/js/initialize.js: -------------------------------------------------------------------------------- 1 | // Dependencies: ./utils.js 2 | 3 | let mode = getColorMode() 4 | const loadedSvgs = {} 5 | 6 | const onDOMContentLoaded = () => { 7 | preloadFonts(); 8 | rearrangeDom(); 9 | updateEditButtonLabel(); 10 | preloadColorModeIcons(); 11 | cleanSearchInput(); 12 | addHrUnderSearchForm(); 13 | updateMode(); 14 | buildHeader(); 15 | addFooterNote(); 16 | updateFooterButtonIcons(); 17 | toggleMobileMenu({ expanded: false }); 18 | updateFlyoverMenu(); 19 | setTimeout(hideFlyoverMenu, 250); 20 | } 21 | 22 | function main() { 23 | document.addEventListener("DOMContentLoaded", onDOMContentLoaded); 24 | document.addEventListener("click", handleGeneralClick); 25 | document.addEventListener("keydown", handleKeyDown); 26 | } 27 | 28 | main() 29 | -------------------------------------------------------------------------------- /docs/ai.md: -------------------------------------------------------------------------------- 1 | AI Tools 2 | ======== 3 | 4 | Remix has its own AI tool named **RemixAI** and a sub-project called **RemixAI Copilot** for code completion. 5 | 6 | RemixAI is also used in the: 7 | - **Explain this contract** icon at the top of the Editor 8 | - **Explain this error** button when an error is thrown in the Solidity Compiler 9 | - **Right-click menu options** of the Editor 10 | - **Triple slash** (///) for prepending an AI code request in a file in the Editor 11 | 12 | ## Code Completion 13 | When you type a space or a new line, the RemixAI Copilot will propose some code. The proposed code is a technique called, **code completion**. The RemixAI Copilot's suggested code will take into account what has already been written in the file. 14 | 15 | The switch to activate it is at the top of the Editor. 16 | 17 | ![](images/a-ai-switch.png) 18 | 19 | All other RemixAI tools are always on. 20 | 21 | ## Editor: Right-click Menu 22 | ![](images/a-ai-editor-popup-menu.png) 23 | 24 | For both **Explain this function** or **Explain this code**, the answer will be printed out in Remix's Terminal. 25 | 26 | ### Explain a Function and Generate Documentation 27 | In the Right-click menu, select the options **Explain the function** and **Generate documentation**. 28 | 29 | ### Explain this code 30 | The "Explain this code" option in the Editor's Right-click menu can be triggered with, or without, highlighting a block of code. If some code has not been highlighted, RemixAI will take into account the code surrounding the cursor. 31 | 32 | ## Editor: Code Completion 33 | As explained above, with the RemixAI Copilot switched on, when you put a space after a word or make a new line, the Copilot will make a suggestion. 34 | 35 | ![](images/a-ai-completion-proposal.png) 36 | 37 | Hit tab to accept the suggestion. 38 | 39 | ![](images/a-ai-completion-accepted.png) 40 | 41 | 42 | ## Editor: Ask RemixAI with /// 43 | In the Editor, when the Solidity Copilot is on, you can ask it a coding question with the `///` prompt. 44 | For example: 45 | 46 | ``` 47 | /// write a function that returns an array with 3 elements from the function's parameters 48 | ``` 49 | 50 | ## Terminal Queries using RemixAI 51 | Before your question, either type `gpt` or `sol-gpt`. 52 | 53 | For example: 54 | 55 | `sol-gpt What is the goal of modifiers?` 56 | 57 | ## Compilers: Explain Error 58 | In the compiler error "cards" of both the Solidity compiler and the Vyper compiler there is a button to "Ask RemixAI". 59 | 60 | ![](images/a-ai-solcomp1.png) 61 | 62 | ## Solidity Copilot Settings 63 | 64 | ![](images/a-ai-settings.png) 65 | 66 | The settings for Solidity Copilot are in Remix's Settings panel. These settings are primarily for the code completion functions. 67 | 68 | There are two settings for Solidity Copilot: 69 | 70 | ### Maximum words 71 | Max words sets the maximum number of words that will be returned. The fewer the words, the more likely that a context-accurate answer will be returned and the quicker the response time. 72 | 73 | ### Temperature 74 | Temperature is an advanced setting. As the setting is increased, the range of possible answers will increase. A higher number is more likely to return a relevant answer. 75 | -------------------------------------------------------------------------------- /docs/assert_library.md: -------------------------------------------------------------------------------- 1 | Remix Assert Library 2 | ==================== 3 | 4 | * [Assert.ok(value[, message])](#assert-ok-value-message) 5 | * [Assert.equal(actual, expected[, message])](#assert-equal-actual-expected-message) 6 | * [Assert.notEqual(actual, expected[, message])](#assert-notequal-actual-expected-message) 7 | * [Assert.greaterThan(value1, value2[, message])](#assert-greaterthan-value1-value2-message) 8 | * [Assert.lesserThan(value1, value2[, message])](#assert-lesserthan-value1-value2-message) 9 | 10 | 11 | ## Assert 12 | 13 | ### Assert.ok(value[, message]) 14 | * `value`: \ 15 | * `message`: \ 16 | 17 | Tests if value is truthy. `message` is returned in case of failure. 18 | 19 | Examples: 20 | ``` 21 | Assert.ok(true); 22 | // OK 23 | Assert.ok(false, "it\'s false"); 24 | // error: it's false 25 | ``` 26 | 27 | ### Assert.equal(actual, expected[, message]) 28 | * `actual`: \ 29 | * `expected`: \ 30 | * `message`: \ 31 | 32 | Tests if `actual` & `expected` values are same. `message` is returned in case of failure. 33 | 34 | Examples: 35 | ``` 36 | Assert.equal(string("a"), "a"); 37 | // OK 38 | Assert.equal(uint(100), 100); 39 | // OK 40 | foo.set(200) 41 | Assert.equal(foo.get(), 200); 42 | // OK 43 | Assert.equal(foo.get(), 100, "value should be 100"); 44 | // error: value should be 100 45 | ``` 46 | 47 | ### Assert.notEqual(actual, expected[, message]) 48 | * `actual`: \ 49 | * `expected`: \ 50 | * `message`: \ 51 | 52 | Tests if `actual` & `expected` values are not same. `message` is returned in case of failure. 53 | 54 | Examples: 55 | ``` 56 | Assert.notEqual(string("a"), "b"); 57 | // OK 58 | foo.set(200) 59 | Assert.notEqual(foo.get(), 200, "value should not be 200"); 60 | // error: value should not be 200 61 | ``` 62 | 63 | ### Assert.greaterThan(value1, value2[, message]) 64 | * `value1`: \ 65 | * `value2`: \ 66 | * `message`: \ 67 | 68 | Tests if `value1` is greater than `value2`. `message` is returned in case of failure. 69 | 70 | Examples: 71 | ``` 72 | Assert.greaterThan(uint(2), uint(1)); 73 | // OK 74 | Assert.greaterThan(uint(-2), uint(1)); 75 | // OK 76 | Assert.greaterThan(int(2), int(1)); 77 | // OK 78 | Assert.greaterThan(int(-2), int(-1), "-2 is not greater than -1"); 79 | // error: -2 is not greater than -1 80 | ``` 81 | 82 | ### Assert.lesserThan(value1, value2[, message]) 83 | * `value1`: \ 84 | * `value2`: \ 85 | * `message`: \ 86 | 87 | Tests if `value1` is lesser than `value2`. `message` is returned in case of failure. 88 | 89 | Examples: 90 | ``` 91 | Assert.lesserThan(int(-2), int(-1)); 92 | // OK 93 | Assert.lesserThan(int(2), int(1), "2 is not lesser than 1"); 94 | // error: 2 is not lesser than 1 95 | ``` 96 | -------------------------------------------------------------------------------- /docs/code_contribution_guide.md: -------------------------------------------------------------------------------- 1 | Code Contribution Guide 2 | ======================= 3 | 4 | Remix is an open source tool. Please help us improve it by: 5 | - Opening issues in our [GitHub repo](https://github.com/ethereum/remix-project). 6 | - Writing some code and making a pulling request. 7 | 8 | The Remix application is built with Typescript and React. 9 | 10 | To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project). 11 | -------------------------------------------------------------------------------- /docs/community.md: -------------------------------------------------------------------------------- 1 | Community Support 2 | ================= 3 | 4 | Do you have questions about Remix? Join our [Discord](https://discord.gg/nfv6ZYjAeP) server and get some help! 5 | 6 | We post announcements and tips on [Twitter](https://twitter.com/ethereumremix). 7 | 8 | For those interested in contributing to our codebase, make a PR to the [Remix Project repo](https://github.com/ethereum/remix-project/). 9 | 10 | If you'd like to develop a plugin for Remix, check this [guide](https://remix-plugins-directory.readthedocs.io/en/latest/). 11 | -------------------------------------------------------------------------------- /docs/contract_verification.md: -------------------------------------------------------------------------------- 1 | # Contract Verification 2 | 3 | Remix has a plugin for contract verification. With this plugin, you can verify your contracts on Sourcify, Etherscan, Blockscout and Routescan. 4 | 5 | The plugin is called: **CONTRACT VERIFICATION**. 6 | 7 | You can access it from the Plugin Manager. 8 | 9 | The plugin has 4 pages, the **Verify** page, the **Receipts** page, the **Lookup** page, and the **Settings** page. 10 | 11 | ## Verify page 12 | 13 | This is the home view of the plugin where you can verify your contracts. 14 | 15 | ![](images/a-cv-verify-page.png) 16 | 17 | You can select which verification services you want to use. By default, all that have a valid configuration are selected. On Ethereum Mainnet, this will be all but Etherscan. In order to enable Etherscan, you need to input an API key in the Settings page. 18 | 19 | ### The prerequisites for verification are: 20 | 21 | 1. The address of a deployed contract on a public network 22 | 2. That same contract compiled in Remix 23 | 3. Constructor parameters same as used during deployment (if required) 24 | 25 | ## Receipts page 26 | 27 | Verification receipts are found on the receipts page. 28 | 29 | ![](images/a-cv-receipts-page.png) 30 | 31 | You can hover over the status symbols to get more information about failed verifications. 32 | 33 | ## Lookup page 34 | 35 | The Lookup page is used to check if a contract is verified on the verification services, and to download its source code into the file editor. 36 | 37 | ![](images/a-cv-lookup-page.png) 38 | 39 | ## Settings page 40 | 41 | In the settings page, you can configure custom API URLs for the verification services, and add your own API keys. For Etherscan, adding an API key is mandatory. 42 | 43 | ![](images/a-cv-settings-page.png) 44 | 45 | The settings are always stored per chain, meaning that if you change the settings for a chain, it will not affect other chains. If you want to verify or lookup contracts on Etherscan's instances on multiple chains (Explorer as a Service), you need to add an API key for each chain separately. 46 | 47 | ## Verifying with constructor arguments 48 | 49 | When a contract has arguments in the constructor, a text box will show for inputting the same constructor inputs as the deployed contract. 50 | 51 | ![](images/a-cv-verify-constructor-args.png) 52 | 53 | ## Verifying a proxy contract 54 | 55 | If your contract is behind a proxy, you can verify also the proxy with the implementation contract. You just need to check the "The deployed contract is behind a proxy" checkbox, and provide the address of the proxy contract. 56 | 57 | ![](images/a-cv-verify-proxy.png) 58 | 59 | The plugin will first verify the implementation contract, and then verify the proxy contract. 60 | 61 | Proxies can only be verified on Etherscan and Blockscout. 62 | -------------------------------------------------------------------------------- /docs/foundry.md: -------------------------------------------------------------------------------- 1 | Foundry 2 | ============ 3 | 4 | Deploying to Anvil 5 | ------------------ 6 | 7 | To deploy to Anvil, Foundry's test chain, it needs to be running on your computer. Then select the **Foundry Provider** in the **Environments** section of the **Deploy & Run** module. 8 | 9 | ![](images/a-foundry-provider.png) 10 | 11 | As soon as you select `Foundry Provider`, a modal is opened asking for the `Anvil JSON-RPC Endpoint`. 12 | 13 | ![](images/a-foundry-provider-modal.png) 14 | 15 | If Foundry Anvil node is running with default options, the default endpoint value in modal doesn't need to be changed. If the Anvil node host and port are different, then the JSON-RPC endpoint should be updated in the modal's text box. 16 | 17 | Once the correct endpoint is filled in the modal, just click on `OK` and the accounts from the Anvil node will be loaded in the `ACCOUNT` section. Network id will also be shown. 18 | 19 | ![](images/a-foundry-provider-connected.png) 20 | 21 | Now, one can start deploying the contract from Remix IDE to the local Anvil node as usual. 22 | 23 | Foundry Remappings 24 | ------------------ 25 | 26 | Foundry manages dependencies using git submodules and can remap dependencies to make them easier to import. So import defined by remappings can have compilation errors on Remix IDE. 27 | 28 | To support such compilation, Remix suggests running [compilation using a compiler config file](https://remix-ide.readthedocs.io/en/latest/compile.html#json-file-for-compiler-configuration). Remix adds some default Forge remappings in the compiler config file when a Foundry project is loaded in Remix IDE using remixd. 29 | 30 | ![](images/a-foundry-cc.png) 31 | 32 | Further, more remappings can be added manually, if required. 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/images/a-Runtab-deploy-atAddress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-Runtab-deploy-atAddress.png -------------------------------------------------------------------------------- /docs/images/a-aa-7702-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-7702-modal.png -------------------------------------------------------------------------------- /docs/images/a-aa-7702-vm-prague.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-7702-vm-prague.png -------------------------------------------------------------------------------- /docs/images/a-aa-connection-badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-connection-badge.png -------------------------------------------------------------------------------- /docs/images/a-aa-deployed-7702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-deployed-7702.png -------------------------------------------------------------------------------- /docs/images/a-aa-gnosis-smart-account1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-gnosis-smart-account1.png -------------------------------------------------------------------------------- /docs/images/a-aa-gsa-create1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-gsa-create1.png -------------------------------------------------------------------------------- /docs/images/a-aa-gsa-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-gsa-log.png -------------------------------------------------------------------------------- /docs/images/a-aa-gssa-account-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-gssa-account-select.png -------------------------------------------------------------------------------- /docs/images/a-aa-gssa-sig-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-gssa-sig-request.png -------------------------------------------------------------------------------- /docs/images/a-aa-ws-template-7702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-aa-ws-template-7702.png -------------------------------------------------------------------------------- /docs/images/a-ai-completion-accepted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ai-completion-accepted.png -------------------------------------------------------------------------------- /docs/images/a-ai-completion-proposal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ai-completion-proposal.png -------------------------------------------------------------------------------- /docs/images/a-ai-editor-popup-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ai-editor-popup-menu.png -------------------------------------------------------------------------------- /docs/images/a-ai-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ai-settings.png -------------------------------------------------------------------------------- /docs/images/a-ai-solcomp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ai-solcomp1.png -------------------------------------------------------------------------------- /docs/images/a-ai-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ai-switch.png -------------------------------------------------------------------------------- /docs/images/a-code-viewer-etherscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-code-viewer-etherscan.png -------------------------------------------------------------------------------- /docs/images/a-code-viewer-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-code-viewer-github.png -------------------------------------------------------------------------------- /docs/images/a-contract-inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-contract-inputs.png -------------------------------------------------------------------------------- /docs/images/a-custom-fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-custom-fork.png -------------------------------------------------------------------------------- /docs/images/a-cv-lookup-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-cv-lookup-page.png -------------------------------------------------------------------------------- /docs/images/a-cv-receipts-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-cv-receipts-page.png -------------------------------------------------------------------------------- /docs/images/a-cv-settings-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-cv-settings-page.png -------------------------------------------------------------------------------- /docs/images/a-cv-verify-constructor-args.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-cv-verify-constructor-args.png -------------------------------------------------------------------------------- /docs/images/a-cv-verify-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-cv-verify-page.png -------------------------------------------------------------------------------- /docs/images/a-cv-verify-proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-cv-verify-proxy.png -------------------------------------------------------------------------------- /docs/images/a-debug-call-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-call-data.png -------------------------------------------------------------------------------- /docs/images/a-debug-call-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-call-stack.png -------------------------------------------------------------------------------- /docs/images/a-debug-full-store-change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-full-store-change.png -------------------------------------------------------------------------------- /docs/images/a-debug-func-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-func-stack.png -------------------------------------------------------------------------------- /docs/images/a-debug-nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-nav.png -------------------------------------------------------------------------------- /docs/images/a-debug-opcodes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-opcodes1.png -------------------------------------------------------------------------------- /docs/images/a-debug-return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-return.png -------------------------------------------------------------------------------- /docs/images/a-debug-sol-locals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-sol-locals.png -------------------------------------------------------------------------------- /docs/images/a-debug-sol-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-sol-state.png -------------------------------------------------------------------------------- /docs/images/a-debug-step-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-step-detail.png -------------------------------------------------------------------------------- /docs/images/a-debug-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-storage.png -------------------------------------------------------------------------------- /docs/images/a-debug-use-gen-sources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug-use-gen-sources.png -------------------------------------------------------------------------------- /docs/images/a-debug1-deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug1-deploy.png -------------------------------------------------------------------------------- /docs/images/a-debug2-udapp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug2-udapp1.png -------------------------------------------------------------------------------- /docs/images/a-debug3-udapp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug3-udapp2.png -------------------------------------------------------------------------------- /docs/images/a-debug4-value-loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug4-value-loc.png -------------------------------------------------------------------------------- /docs/images/a-debug5-term-debug-but.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug5-term-debug-but.png -------------------------------------------------------------------------------- /docs/images/a-debug6-term-txn-hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug6-term-txn-hash.png -------------------------------------------------------------------------------- /docs/images/a-debug7-debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug7-debugger.png -------------------------------------------------------------------------------- /docs/images/a-debug8-top3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug8-top3.png -------------------------------------------------------------------------------- /docs/images/a-debug9-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debug9-buttons.png -------------------------------------------------------------------------------- /docs/images/a-debugger-memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debugger-memory.png -------------------------------------------------------------------------------- /docs/images/a-debugger-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debugger-overview.png -------------------------------------------------------------------------------- /docs/images/a-debugger-panel-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debugger-panel-stack.png -------------------------------------------------------------------------------- /docs/images/a-debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-debugger.png -------------------------------------------------------------------------------- /docs/images/a-deploy-run-caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deploy-run-caret.png -------------------------------------------------------------------------------- /docs/images/a-deploy-run-deployed-instances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deploy-run-deployed-instances.png -------------------------------------------------------------------------------- /docs/images/a-deploy-run-open-instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deploy-run-open-instance.png -------------------------------------------------------------------------------- /docs/images/a-deploy-run-plug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deploy-run-plug.png -------------------------------------------------------------------------------- /docs/images/a-deploy-run-state-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deploy-run-state-file.png -------------------------------------------------------------------------------- /docs/images/a-deploy-run1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deploy-run1.png -------------------------------------------------------------------------------- /docs/images/a-deployed-instances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-deployed-instances.png -------------------------------------------------------------------------------- /docs/images/a-editor-auto-import1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-auto-import1.png -------------------------------------------------------------------------------- /docs/images/a-editor-auto-oz-import2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-auto-oz-import2.png -------------------------------------------------------------------------------- /docs/images/a-editor-auto-uni-import3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-auto-uni-import3.png -------------------------------------------------------------------------------- /docs/images/a-editor-autocomplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-autocomplete.png -------------------------------------------------------------------------------- /docs/images/a-editor-autocomplete1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-autocomplete1.png -------------------------------------------------------------------------------- /docs/images/a-editor-error-fe-num.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-error-fe-num.png -------------------------------------------------------------------------------- /docs/images/a-editor-error-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-error-hover.png -------------------------------------------------------------------------------- /docs/images/a-editor-error-red-squiggles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-error-red-squiggles.png -------------------------------------------------------------------------------- /docs/images/a-editor-errors-tabs-fe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-errors-tabs-fe.png -------------------------------------------------------------------------------- /docs/images/a-editor-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-general.png -------------------------------------------------------------------------------- /docs/images/a-editor-goto-def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-goto-def.png -------------------------------------------------------------------------------- /docs/images/a-editor-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-hover.png -------------------------------------------------------------------------------- /docs/images/a-editor-i-got-gas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-i-got-gas.png -------------------------------------------------------------------------------- /docs/images/a-editor-qf-license-correction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-qf-license-correction.png -------------------------------------------------------------------------------- /docs/images/a-editor-qf-license-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-qf-license-options.png -------------------------------------------------------------------------------- /docs/images/a-editor-qf-license-options5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-qf-license-options5.png -------------------------------------------------------------------------------- /docs/images/a-editor-qf-license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-qf-license.png -------------------------------------------------------------------------------- /docs/images/a-editor-ref-highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-ref-highlight.png -------------------------------------------------------------------------------- /docs/images/a-editor-ref2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-ref2.png -------------------------------------------------------------------------------- /docs/images/a-editor-refs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-refs1.png -------------------------------------------------------------------------------- /docs/images/a-editor-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-settings.png -------------------------------------------------------------------------------- /docs/images/a-editor-tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-editor-tabs.png -------------------------------------------------------------------------------- /docs/images/a-fe-branch-man1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-branch-man1.png -------------------------------------------------------------------------------- /docs/images/a-fe-branch-man2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-branch-man2.png -------------------------------------------------------------------------------- /docs/images/a-fe-create-ws-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-create-ws-modal.png -------------------------------------------------------------------------------- /docs/images/a-fe-file-icons2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-file-icons2.png -------------------------------------------------------------------------------- /docs/images/a-fe-hamburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-hamburger.png -------------------------------------------------------------------------------- /docs/images/a-fe-modal-oz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-modal-oz.png -------------------------------------------------------------------------------- /docs/images/a-fe-rtclick-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-rtclick-file.png -------------------------------------------------------------------------------- /docs/images/a-fe-rtclick-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-rtclick-script.png -------------------------------------------------------------------------------- /docs/images/a-fe-rtclick-sol-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-rtclick-sol-file.png -------------------------------------------------------------------------------- /docs/images/a-fe-select-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-select-git.png -------------------------------------------------------------------------------- /docs/images/a-fe-top-caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-top-caret.png -------------------------------------------------------------------------------- /docs/images/a-fe-tour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-tour.png -------------------------------------------------------------------------------- /docs/images/a-fe-workspaces-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-workspaces-new.png -------------------------------------------------------------------------------- /docs/images/a-fe-workspaces1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-fe-workspaces1.png -------------------------------------------------------------------------------- /docs/images/a-file-ex-rt-click-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-ex-rt-click-folder.png -------------------------------------------------------------------------------- /docs/images/a-file-ex-rt-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-ex-rt-click.png -------------------------------------------------------------------------------- /docs/images/a-file-explorer-buttons-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-explorer-buttons-big.png -------------------------------------------------------------------------------- /docs/images/a-file-explorer-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-explorer-buttons.png -------------------------------------------------------------------------------- /docs/images/a-file-explorer-new-file2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-explorer-new-file2.png -------------------------------------------------------------------------------- /docs/images/a-file-explorer-new-file2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-explorer-new-file2a.png -------------------------------------------------------------------------------- /docs/images/a-file-explorer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-explorer1.png -------------------------------------------------------------------------------- /docs/images/a-file-explorer1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-file-explorer1a.png -------------------------------------------------------------------------------- /docs/images/a-foundry-cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-foundry-cc.png -------------------------------------------------------------------------------- /docs/images/a-foundry-provider-connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-foundry-provider-connected.png -------------------------------------------------------------------------------- /docs/images/a-foundry-provider-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-foundry-provider-modal.png -------------------------------------------------------------------------------- /docs/images/a-foundry-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-foundry-provider.png -------------------------------------------------------------------------------- /docs/images/a-gist-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-gist-modal.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-compilation-success-remixd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-compilation-success-remixd.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-compilation-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-compilation-success.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-compilation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-compilation.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-provider-connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-provider-connected.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-provider-dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-provider-dropdown.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-provider-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-provider-modal.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-provider.png -------------------------------------------------------------------------------- /docs/images/a-hardhat-remixd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hardhat-remixd.png -------------------------------------------------------------------------------- /docs/images/a-home-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-home-page.png -------------------------------------------------------------------------------- /docs/images/a-hometab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-hometab.png -------------------------------------------------------------------------------- /docs/images/a-icon-swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-icon-swap.png -------------------------------------------------------------------------------- /docs/images/a-icons-at-load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-icons-at-load.png -------------------------------------------------------------------------------- /docs/images/a-import-from.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-import-from.png -------------------------------------------------------------------------------- /docs/images/a-jvm-calling-instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-jvm-calling-instance.png -------------------------------------------------------------------------------- /docs/images/a-jvm-instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-jvm-instance.png -------------------------------------------------------------------------------- /docs/images/a-jvm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-jvm.png -------------------------------------------------------------------------------- /docs/images/a-layout1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-layout1.png -------------------------------------------------------------------------------- /docs/images/a-layout1c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-layout1c.png -------------------------------------------------------------------------------- /docs/images/a-learneth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-learneth.png -------------------------------------------------------------------------------- /docs/images/a-migrate-download-btns2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-migrate-download-btns2.png -------------------------------------------------------------------------------- /docs/images/a-old-tuto_basicimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-old-tuto_basicimport.png -------------------------------------------------------------------------------- /docs/images/a-old-tuto_importgit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-old-tuto_importgit.png -------------------------------------------------------------------------------- /docs/images/a-old-tuto_importswarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-old-tuto_importswarm.png -------------------------------------------------------------------------------- /docs/images/a-permission-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-permission-modal.png -------------------------------------------------------------------------------- /docs/images/a-plug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-plug.png -------------------------------------------------------------------------------- /docs/images/a-plugin-man-local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-plugin-man-local.png -------------------------------------------------------------------------------- /docs/images/a-plugin-man-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-plugin-man-overview.png -------------------------------------------------------------------------------- /docs/images/a-plugin-man-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-plugin-man-permissions.png -------------------------------------------------------------------------------- /docs/images/a-plugin-manager-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-plugin-manager-modal.png -------------------------------------------------------------------------------- /docs/images/a-proxy-deploy1-noParams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-proxy-deploy1-noParams.png -------------------------------------------------------------------------------- /docs/images/a-proxy-modal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-proxy-modal1.png -------------------------------------------------------------------------------- /docs/images/a-proxy-modal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-proxy-modal2.png -------------------------------------------------------------------------------- /docs/images/a-proxy-upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-proxy-upgrade.png -------------------------------------------------------------------------------- /docs/images/a-receive-fun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-receive-fun.png -------------------------------------------------------------------------------- /docs/images/a-recorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-recorder.png -------------------------------------------------------------------------------- /docs/images/a-remix-vm-instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-remix-vm-instance.png -------------------------------------------------------------------------------- /docs/images/a-remix-vm-value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-remix-vm-value.png -------------------------------------------------------------------------------- /docs/images/a-remix-vm-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-remix-vm-view.png -------------------------------------------------------------------------------- /docs/images/a-remixd-fe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-remixd-fe.png -------------------------------------------------------------------------------- /docs/images/a-remixd-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-remixd-modal.png -------------------------------------------------------------------------------- /docs/images/a-remixd-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-remixd-success.png -------------------------------------------------------------------------------- /docs/images/a-run-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-run-icon.png -------------------------------------------------------------------------------- /docs/images/a-run-jsvm-accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-run-jsvm-accounts.png -------------------------------------------------------------------------------- /docs/images/a-run-remix-vm-accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-run-remix-vm-accounts.png -------------------------------------------------------------------------------- /docs/images/a-run-testContract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-run-testContract.png -------------------------------------------------------------------------------- /docs/images/a-running-scripts-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-running-scripts-run.png -------------------------------------------------------------------------------- /docs/images/a-search-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-search-open.png -------------------------------------------------------------------------------- /docs/images/a-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-search.png -------------------------------------------------------------------------------- /docs/images/a-settings-ai1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-ai1.png -------------------------------------------------------------------------------- /docs/images/a-settings-etherscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-etherscan.png -------------------------------------------------------------------------------- /docs/images/a-settings-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-general.png -------------------------------------------------------------------------------- /docs/images/a-settings-gh-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-gh-token.png -------------------------------------------------------------------------------- /docs/images/a-settings-ipfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-ipfs.png -------------------------------------------------------------------------------- /docs/images/a-settings-pub-swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-pub-swarm.png -------------------------------------------------------------------------------- /docs/images/a-settings-sindri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-sindri.png -------------------------------------------------------------------------------- /docs/images/a-settings-swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-swarm.png -------------------------------------------------------------------------------- /docs/images/a-settings-themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-settings-themes.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-ext-libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-ext-libs.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-only.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-select-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-select-success.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-select.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-success-remixd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-success-remixd.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-success-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-success-terminal.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis-success.png -------------------------------------------------------------------------------- /docs/images/a-slither-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-analysis.png -------------------------------------------------------------------------------- /docs/images/a-slither-remixd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-slither-remixd.png -------------------------------------------------------------------------------- /docs/images/a-sol-comp-adv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-sol-comp-adv.png -------------------------------------------------------------------------------- /docs/images/a-sol-comp-basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-sol-comp-basic.png -------------------------------------------------------------------------------- /docs/images/a-sol-comp-no-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-sol-comp-no-file.png -------------------------------------------------------------------------------- /docs/images/a-ssa-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ssa-1.png -------------------------------------------------------------------------------- /docs/images/a-ssa-activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ssa-activate.png -------------------------------------------------------------------------------- /docs/images/a-ssa-err-warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ssa-err-warn.png -------------------------------------------------------------------------------- /docs/images/a-ssa-show-hide-warnings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ssa-show-hide-warnings.png -------------------------------------------------------------------------------- /docs/images/a-static-analysis-from-pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-static-analysis-from-pm.png -------------------------------------------------------------------------------- /docs/images/a-static-analysis-onload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-static-analysis-onload.png -------------------------------------------------------------------------------- /docs/images/a-static-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-static-analysis.png -------------------------------------------------------------------------------- /docs/images/a-terminal-and-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-terminal-and-more.png -------------------------------------------------------------------------------- /docs/images/a-themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-themes.png -------------------------------------------------------------------------------- /docs/images/a-truffle-compilation-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-truffle-compilation-success.png -------------------------------------------------------------------------------- /docs/images/a-truffle-compilation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-truffle-compilation.png -------------------------------------------------------------------------------- /docs/images/a-truffle-provider-connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-truffle-provider-connected.png -------------------------------------------------------------------------------- /docs/images/a-truffle-provider-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-truffle-provider-modal.png -------------------------------------------------------------------------------- /docs/images/a-truffle-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-truffle-provider.png -------------------------------------------------------------------------------- /docs/images/a-truffle-remixd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-truffle-remixd.png -------------------------------------------------------------------------------- /docs/images/a-udapp-inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-udapp-inputs.png -------------------------------------------------------------------------------- /docs/images/a-udapp-multi-param-man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-udapp-multi-param-man.png -------------------------------------------------------------------------------- /docs/images/a-udapp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-udapp2.png -------------------------------------------------------------------------------- /docs/images/a-unit-testing-custom-compiler-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-unit-testing-custom-compiler-config.png -------------------------------------------------------------------------------- /docs/images/a-unit-testing-feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-unit-testing-feature.png -------------------------------------------------------------------------------- /docs/images/a-unit-testing-from-pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-unit-testing-from-pm.png -------------------------------------------------------------------------------- /docs/images/a-unit-testing-run-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-unit-testing-run-result.png -------------------------------------------------------------------------------- /docs/images/a-unit-testing-test-directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-unit-testing-test-directory.png -------------------------------------------------------------------------------- /docs/images/a-user-testing-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-user-testing-icon.png -------------------------------------------------------------------------------- /docs/images/a-vyper-compiler-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-vyper-compiler-error.png -------------------------------------------------------------------------------- /docs/images/a-vyper-pi-basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-vyper-pi-basic.png -------------------------------------------------------------------------------- /docs/images/a-workspace-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-workspace-templates.png -------------------------------------------------------------------------------- /docs/images/a-ws-localhost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/a-ws-localhost.png -------------------------------------------------------------------------------- /docs/images/hardhat-console-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/hardhat-console-file.png -------------------------------------------------------------------------------- /docs/images/hardhat-tx-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/hardhat-tx-terminal.png -------------------------------------------------------------------------------- /docs/images/hardhat-utesting-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/hardhat-utesting-file.png -------------------------------------------------------------------------------- /docs/images/hardhat-utesting-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/hardhat-utesting-terminal.png -------------------------------------------------------------------------------- /docs/images/pi-1click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-1click.png -------------------------------------------------------------------------------- /docs/images/pi-3box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-3box.png -------------------------------------------------------------------------------- /docs/images/pi-celo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-celo.png -------------------------------------------------------------------------------- /docs/images/pi-control-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-control-flow.png -------------------------------------------------------------------------------- /docs/images/pi-coti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-coti.png -------------------------------------------------------------------------------- /docs/images/pi-debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-debug.png -------------------------------------------------------------------------------- /docs/images/pi-defi-exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-defi-exp.png -------------------------------------------------------------------------------- /docs/images/pi-defi-tut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-defi-tut.png -------------------------------------------------------------------------------- /docs/images/pi-deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-deploy.png -------------------------------------------------------------------------------- /docs/images/pi-deployer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-deployer.png -------------------------------------------------------------------------------- /docs/images/pi-dgit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-dgit.png -------------------------------------------------------------------------------- /docs/images/pi-ethdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-ethdoc.png -------------------------------------------------------------------------------- /docs/images/pi-etherscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-etherscan.png -------------------------------------------------------------------------------- /docs/images/pi-fe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-fe.png -------------------------------------------------------------------------------- /docs/images/pi-flattener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-flattener.png -------------------------------------------------------------------------------- /docs/images/pi-gas-profiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-gas-profiler.png -------------------------------------------------------------------------------- /docs/images/pi-klaytn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-klaytn.png -------------------------------------------------------------------------------- /docs/images/pi-learneth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-learneth.png -------------------------------------------------------------------------------- /docs/images/pi-lexon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-lexon.png -------------------------------------------------------------------------------- /docs/images/pi-moonbeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-moonbeam.png -------------------------------------------------------------------------------- /docs/images/pi-mythx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-mythx.png -------------------------------------------------------------------------------- /docs/images/pi-nahmii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-nahmii.png -------------------------------------------------------------------------------- /docs/images/pi-proveable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-proveable.png -------------------------------------------------------------------------------- /docs/images/pi-quorum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-quorum.png -------------------------------------------------------------------------------- /docs/images/pi-remix-debug-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-remix-debug-tools.png -------------------------------------------------------------------------------- /docs/images/pi-sentio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-sentio.png -------------------------------------------------------------------------------- /docs/images/pi-sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-sol.png -------------------------------------------------------------------------------- /docs/images/pi-sol2uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-sol2uml.png -------------------------------------------------------------------------------- /docs/images/pi-solhint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-solhint.png -------------------------------------------------------------------------------- /docs/images/pi-sourcify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-sourcify.png -------------------------------------------------------------------------------- /docs/images/pi-starknet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-starknet.png -------------------------------------------------------------------------------- /docs/images/pi-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-static.png -------------------------------------------------------------------------------- /docs/images/pi-sut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-sut.png -------------------------------------------------------------------------------- /docs/images/pi-tenderly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-tenderly.png -------------------------------------------------------------------------------- /docs/images/pi-vyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-vyper.png -------------------------------------------------------------------------------- /docs/images/pi-welldone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-welldone1.png -------------------------------------------------------------------------------- /docs/images/pi-yul-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-yul-p.png -------------------------------------------------------------------------------- /docs/images/pi-zksync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-zksync.png -------------------------------------------------------------------------------- /docs/images/pi-zok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/pi-zok.png -------------------------------------------------------------------------------- /docs/images/run_with_mocha_hhethers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/run_with_mocha_hhethers.png -------------------------------------------------------------------------------- /docs/images/run_with_mocha_option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/run_with_mocha_option.png -------------------------------------------------------------------------------- /docs/images/run_with_mocha_print_hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/run_with_mocha_print_hash.png -------------------------------------------------------------------------------- /docs/images/run_with_mocha_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/run_with_mocha_result.png -------------------------------------------------------------------------------- /docs/images/run_with_mocha_storage_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/run_with_mocha_storage_test.png -------------------------------------------------------------------------------- /docs/images/ssa-show-warnings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/docs/images/ssa-show-warnings.png -------------------------------------------------------------------------------- /docs/layout.md: -------------------------------------------------------------------------------- 1 | Navigating Remix 2 | ================ 3 | Remix IDE is comprised of three panels and a terminal. 4 | 5 | ![](images/a-layout1c.png) 6 | 7 | 1. Icon Panel - click to change which plugins appear in the Side Panel 8 | 2. Side Panel - most but not all plugins have their interface here 9 | 3. Main Panel - for editing files, large format tools, and the home tab 10 | 4. Terminal - for viewing transaction receipts and various logs 11 | 12 | Default Tools 13 | ----------------------- 14 | 15 | When Remix is loaded - the icon panel shows these icons by default. 16 | 17 | ![](images/a-icons-at-load.png) 18 | 19 | To load more plugins go to the **[Plugin Manager](#plugin-manager)** or click on one of the featured plugins in the home tab. 20 | 21 | Home tab 22 | -------- 23 | 24 | ![](images/a-hometab.png) 25 | 26 | The home tab is located in the Main Panel. It can be closed, just like any of the main panel tabs.
You can also access it (even if closed) by clicking the Remix logo at the top of the icon panel. 27 | 28 | The home tab contains links to resources, announcements, tutorials, featured plugins and methods for loading files into Remix and shortcuts for connecting Remix to your local filesystem. 29 | 30 | ### Solidity 31 | Clicking the **Solidity button** in the featured plugins section of the home tab will activate **Solidity Static Analysis** and **Solidity Unit Testing** as well as the Solidity Compiler and Deploy & Run (which are there by default). 32 | 33 | To see all the plugins go to the **Plugin Manager** - by selecting the plug in the icon panel. 34 | ![](images/a-plug.png)
35 | You can also get there by clicking the **More** button in the featured plugin list. 36 | 37 | Plugin Manager 38 | --------------- 39 | 40 | In Remix, you only need to load the functionality you need - and the Plugin Manager is where you manage what plugins are turned off or on. 41 | 42 | The Plugin Manager is also the place you go when you are creating your own plugin and you want to load your local plugin into Remix. In that case you'd click on the "Connect to a Local Plugin" link at the top of the Plugin Manager panel. 43 | 44 | Themes 45 | --------------- 46 | 47 | Themes are chosen at the bottom of the **Settings** plugin. These are Bootstrap-based themes. The Dark and Light themes are most customized for Remix. 48 | 49 | ![](images/a-themes.png) 50 | -------------------------------------------------------------------------------- /docs/locale/es/LC_MESSAGES/FAS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 19:38\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Spanish\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: es-ES\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/FAS.pot\n" 17 | "X-Crowdin-File-ID: 7415\n" 18 | "Language: es_ES\n" 19 | 20 | #: ../../FAS.md:1 21 | msgid "Frequently Asked Scripts" 22 | msgstr "Guiones más frecuentes" 23 | 24 | #: ../../FAS.md:4 25 | msgid "Deploy with web3.js" 26 | msgstr "Despliegue con web3.js" 27 | 28 | #: ../../FAS.md:33 29 | msgid "Deploy with Ethers" 30 | msgstr "Despliegue con éteres" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/es/LC_MESSAGES/code_contribution_guide.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 19:38\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Spanish\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: es-ES\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/code_contribution_guide.pot\n" 17 | "X-Crowdin-File-ID: 6460\n" 18 | "Language: es_ES\n" 19 | 20 | #: ../../code_contribution_guide.md:1 21 | msgid "Code Contribution Guide" 22 | msgstr "Guía de Contribución de Código" 23 | 24 | #: ../../code_contribution_guide.md:4 25 | msgid "Remix is an open source tool and we encourage everyone to help us improve it. Please opening issues, give feedback or contribute by a pulling request to our codebase." 26 | msgstr "Remix es una herramienta de código abierto y estamos animando a todos a ayudarnos a mejorarlo. Puedes abrir un issue, dar un feedback o contribuir con un pull request en nuestro código fuente." 27 | 28 | #: ../../code_contribution_guide.md:8 29 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` and among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 30 | msgstr "La aplicación Remix está construida con JavaScript y no utiliza ningún framework. Nos basamos en un conjunto seleccionado de módulos npm, como `yo-yo`, `csjs-inject` y entre otros. Eche un vistazo a los archivos `package.json` de los submódulos de Remix para saber más sobre la pila." 31 | 32 | #: ../../code_contribution_guide.md:10 33 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 34 | msgstr "Para obtener más información, visite nuestra [página de GitHub](https://github.com/ethereum/remix-project)." 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/es/LC_MESSAGES/community.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 19:38\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Spanish\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: es-ES\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/community.pot\n" 17 | "X-Crowdin-File-ID: 6462\n" 18 | "Language: es_ES\n" 19 | 20 | #: ../../community.md:1 21 | msgid "Community Support" 22 | msgstr "Soporte de la Comunidad" 23 | 24 | #: ../../community.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 26 | msgstr "Sabemos que el ecosistema blockchain es muy nuevo y que hay mucha información dispersa por la web. Por eso hemos creado un canal de soporte comunitario en el que nosotros y otros usuarios tratamos de responder a sus preguntas si se queda atascado utilizando Remix. Por favor, únase a [la comunidad](https://gitter.im/ethereum/remix) y pida ayuda." 27 | 28 | #: ../../community.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 30 | msgstr "Para cualquiera que esté interesado en desarrollar un plugin personalizado para Remix o que quiera contribuir a la base de código, hemos abierto un [canal de contribuidores](https://gitter.im/ethereum/remix-dev) especialmente para desarrolladores que trabajan en herramientas Remix." 31 | 32 | #: ../../community.md:11 33 | msgid "We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter." 34 | msgstr "Le rogamos que respete el espacio y que lo utilice para obtener ayuda en su trabajo y en el canal de los desarrolladores para las discusiones relacionadas con el trabajo en base al código Remix. Si tienes ideas de colaboración o quieres promocionar tu proyecto, intenta encontrar algunos canales más apropiados para hacerlo. O puede ponerse en contacto con los principales colaboradores directamente en Gitter o Twitter." 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/es/LC_MESSAGES/remix_tutorials_github.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-09-07 19:38\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Spanish\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: es-ES\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/remix_tutorials_github.pot\n" 17 | "X-Crowdin-File-ID: 6486\n" 18 | "Language: es_ES\n" 19 | 20 | #: ../../remix_tutorials_github.md:1 21 | msgid "Remix Github Tutorials" 22 | msgstr "Remezclar tutoriales de Github" 23 | 24 | #: ../../remix_tutorials_github.md:4 25 | msgid "There are a series of tutorials in our github repo remix-workshops." 26 | msgstr "Hay una serie de tutoriales en nuestro repo de github remix-workshops." 27 | 28 | #: ../../remix_tutorials_github.md:6 29 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 30 | msgstr "Estamos actualizando estos tutoriales para que utilicen el nuevo diseño de Remix." 31 | 32 | #: ../../remix_tutorials_github.md:8 33 | msgid "In this repo there tutorials for all levels." 34 | msgstr "En este repo hay tutoriales para todos los niveles." 35 | 36 | #: ../../remix_tutorials_github.md:10 37 | msgid "There are tutorials for specific remix functionalities like:" 38 | msgstr "Hay tutoriales para funcionalidades específicas de la remezcla como:" 39 | 40 | #: ../../remix_tutorials_github.md:12 41 | msgid "Deploying" 42 | msgstr "Desplegando" 43 | 44 | #: ../../remix_tutorials_github.md:18 45 | msgid "Testing" 46 | msgstr "Pruebas" 47 | 48 | #: ../../remix_tutorials_github.md:23 49 | msgid "Remix Plugin Development" 50 | msgstr "Desarrollo de plugins Remix" 51 | 52 | #: ../../remix_tutorials_github.md:27 53 | msgid "Other" 54 | msgstr "Otros" 55 | 56 | #: ../../remix_tutorials_github.md:35 57 | msgid "Additional external workshops" 58 | msgstr "Talleres externos adicionales" 59 | 60 | -------------------------------------------------------------------------------- /docs/locale/es/LC_MESSAGES/support.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-09-07 19:38\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Spanish\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: es-ES\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/support.pot\n" 17 | "X-Crowdin-File-ID: 6498\n" 18 | "Language: es_ES\n" 19 | 20 | #: ../../support.md:1 21 | msgid "Support chat" 22 | msgstr "Chat de apoyo" 23 | 24 | #: ../../support.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 26 | msgstr "Sabemos que el ecosistema blockchain es muy nuevo y que hay mucha información dispersa por la web. Por eso hemos creado un chat de apoyo a la comunidad en el que nosotros y otros usuarios tratamos de responder a sus preguntas si se queda atascado utilizando Remix. Por favor, únase al canal Remix y pida ayuda a la comunidad." 27 | 28 | #: ../../support.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 30 | msgstr "Para cualquiera que esté interesado en desarrollar un plugin personalizado para Remix o que quiera contribuir a la base de código, hemos abierto otro canal especialmente para los desarrolladores que trabajan en la herramienta Remix." 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/es/LC_MESSAGES/terminal.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 19:38\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Spanish\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: es-ES\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/terminal.pot\n" 17 | "X-Crowdin-File-ID: 6500\n" 18 | "Language: es_ES\n" 19 | 20 | #: ../../terminal.md:1 21 | msgid "Terminal" 22 | msgstr "Terminal" 23 | 24 | #: ../../terminal.md:4 25 | msgid "![](images/a-terminal-and-more.png)" 26 | msgstr "![](images/a-terminal-and-more.png)" 27 | 28 | #: ../../terminal.md:6 29 | msgid "Features, available in the terminal:" 30 | msgstr "Funciones, disponibles en el terminal:" 31 | 32 | #: ../../terminal.md:8 33 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 34 | msgstr "Integra un intérprete de JavaScript y el objeto `web3`. Permite la ejecución del script JavaScript que interactúa con el contexto actual. (Tenga en cuenta que `web3` sólo está disponible si se selecciona el modo `web provider` o `injected provider`)." 35 | 36 | #: ../../terminal.md:12 37 | msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." 38 | msgstr "Muestra las acciones importantes realizadas al interactuar con el IDE Remix (por ejemplo, el envío de una nueva transacción)." 39 | 40 | #: ../../terminal.md:14 41 | msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." 42 | msgstr "Muestra las transacciones que se minan en el contexto actual. Puede elegir mostrar todas las transacciones o sólo las transacciones que se refieren a los contratos que Remix conoce (por ejemplo, transacciones creadas desde el IDE de Remix)." 43 | 44 | #: ../../terminal.md:18 45 | msgid "It allows searching for the data and clearing the logs from the terminal." 46 | msgstr "Permite buscar los datos y borrar los registros del terminal." 47 | 48 | #: ../../terminal.md:20 49 | msgid "You can run scripts by inputting them at the bottom after the `>`." 50 | msgstr "Puede ejecutar scripts introduciéndolos en la parte inferior después del `>`." 51 | 52 | -------------------------------------------------------------------------------- /docs/locale/fr/LC_MESSAGES/FAS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2022-06-20 17:14-0400\n" 6 | "PO-Revision-Date: 2023-07-24 13:46\n" 7 | "Last-Translator: \n" 8 | "Language-Team: French\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: fr\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/FAS.pot\n" 17 | "X-Crowdin-File-ID: 7415\n" 18 | "Language: fr_FR\n" 19 | 20 | #: ../../FAS.md:1 21 | msgid "Frequently Asked Scripts" 22 | msgstr "Scripts fréquemment demandés" 23 | 24 | #: ../../FAS.md:4 25 | msgid "Deploy with web3.js" 26 | msgstr "Déployer avec web3.js" 27 | 28 | #: ../../FAS.md:33 29 | msgid "Deploy with Ethers" 30 | msgstr "Déployer avec Ethers" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/fr/LC_MESSAGES/code_contribution_guide.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: remix-translation\n" 5 | "Report-Msgid-Bugs-To: \n" 6 | "POT-Creation-Date: 2022-09-28 23:16-0400\n" 7 | "PO-Revision-Date: 2023-07-24 13:45\n" 8 | "Last-Translator: \n" 9 | "Language: fr_FR\n" 10 | "Language-Team: French\n" 11 | "Plural-Forms: nplurals=2; plural=(n > 1)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=utf-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Generated-By: Babel 2.9.1\n" 16 | 17 | #: ../../code_contribution_guide.md:1 18 | msgid "Code Contribution Guide" 19 | msgstr "Guide de contribution au code source" 20 | 21 | #: ../../code_contribution_guide.md:4 22 | msgid "Remix is an open source tool and we encourage everyone to help us improve it. Please opening issues, give feedback or contribute by a pulling request to our codebase." 23 | msgstr "Remix est un outil open source et nous encourageons quiconque à nous aider à améliorer notre outil. Vous pouvez contribuer en rapportant des erreurs, en nous envoyant vos commentaires ou en contribuant à notre code base avec un pull récent." 24 | 25 | #: ../../code_contribution_guide.md:8 26 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` and among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 27 | msgstr "L'application Remix est construite avec JavaScript et n'utilise aucun framework. Nous nous appuyons sur un ensemble sélectionné de modules npm, comme `yo-yo`, `csjs-inject` et d'autres. Consultez les fichiers `package.json` dans les sous-modules Remix pour en savoir plus sur la pile." 28 | 29 | #: ../../code_contribution_guide.md:10 30 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 31 | msgstr "Pour en savoir plus, veuillez consulter notre [page GitHub] (https://github.com/ethereum/remix-project)." 32 | 33 | -------------------------------------------------------------------------------- /docs/locale/fr/LC_MESSAGES/community.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: remix-translation\n" 5 | "Report-Msgid-Bugs-To: \n" 6 | "POT-Creation-Date: 2022-09-28 23:16-0400\n" 7 | "PO-Revision-Date: 2023-07-24 13:45\n" 8 | "Last-Translator: \n" 9 | "Language: fr_FR\n" 10 | "Language-Team: French\n" 11 | "Plural-Forms: nplurals=2; plural=(n > 1)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=utf-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Generated-By: Babel 2.9.1\n" 16 | 17 | #: ../../community.md:1 18 | msgid "Community Support" 19 | msgstr "Support de la Communauté" 20 | 21 | #: ../../community.md:4 22 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 23 | msgstr "Nous savons que l'écosystème de la blockchain est très récent et que de nombreuses informations sont dispersées sur le web. C'est pourquoi nous avons créé un canal d'assistance communautaire où nous et d'autres utilisateurs essayons de répondre à vos questions si vous êtes bloqué dans l'utilisation de Remix. Rejoignez [la communauté] (https://gitter.im/ethereum/remix) et demandez de l'aide." 24 | 25 | #: ../../community.md:8 26 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 27 | msgstr "Pour tous ceux qui sont intéressés par le développement d'un plugin personnalisé pour Remix ou qui veulent contribuer à la base de code, nous avons ouvert un [canal des contributeurs] (https://gitter.im/ethereum/remix-dev) spécialement pour les développeurs qui travaillent sur les outils Remix." 28 | 29 | #: ../../community.md:11 30 | msgid "" 31 | "We would kindly ask you to respect the space and to use it for getting " 32 | "help with your work and the developers' channel for discussions related " 33 | "to working on Remix codebase. If you have ideas for collaborations or you" 34 | " want to promote your project, try to find some more appropriate channels" 35 | " to do so. Or you can contact the main contributors directly on Gitter or" 36 | " Twitter." 37 | msgstr "" 38 | "Nous vous prions de respecter cet espace et de l'utiliser pour obtenir de" 39 | " l'aide avec votre travail et le canal des développeurs pour les " 40 | "discussions relatives au travail sur le code Remix. Si vous avez des " 41 | "idées de collaboration ou si vous voulez promouvoir votre projet, essayez" 42 | " de trouver des canaux plus appropriés pour le faire. Vous pouvez " 43 | "également contacter les principaux contributeurs directement sur Gitter " 44 | "ou Twitter." 45 | 46 | -------------------------------------------------------------------------------- /docs/locale/fr/LC_MESSAGES/remix_tutorials_github.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-07-24 13:45\n" 7 | "Last-Translator: \n" 8 | "Language-Team: French\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: fr\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/remix_tutorials_github.pot\n" 17 | "X-Crowdin-File-ID: 6486\n" 18 | "Language: fr_FR\n" 19 | 20 | #: ../../remix_tutorials_github.md:1 21 | msgid "Remix Github Tutorials" 22 | msgstr "Remixer les tutoriels Github" 23 | 24 | #: ../../remix_tutorials_github.md:4 25 | msgid "There are a series of tutorials in our github repo remix-workshops." 26 | msgstr "Il existe une série de tutoriels dans notre répertoire github remix-workshops." 27 | 28 | #: ../../remix_tutorials_github.md:6 29 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 30 | msgstr "Nous sommes en train de mettre à jour ces tutoriels pour qu'ils utilisent la nouvelle mise en page de Remix." 31 | 32 | #: ../../remix_tutorials_github.md:8 33 | msgid "In this repo there tutorials for all levels." 34 | msgstr "Dans ce répertoire, vous trouverez des tutoriels pour tous les niveaux." 35 | 36 | #: ../../remix_tutorials_github.md:10 37 | msgid "There are tutorials for specific remix functionalities like:" 38 | msgstr "Il existe des tutoriels pour des fonctionnalités spécifiques du remix comme :" 39 | 40 | #: ../../remix_tutorials_github.md:12 41 | msgid "Deploying" 42 | msgstr "Déploiement" 43 | 44 | #: ../../remix_tutorials_github.md:18 45 | msgid "Testing" 46 | msgstr "Essais" 47 | 48 | #: ../../remix_tutorials_github.md:23 49 | msgid "Remix Plugin Development" 50 | msgstr "Développement du plugin Remix" 51 | 52 | #: ../../remix_tutorials_github.md:27 53 | msgid "Other" 54 | msgstr "Autre" 55 | 56 | #: ../../remix_tutorials_github.md:35 57 | msgid "Additional external workshops" 58 | msgstr "Ateliers externes supplémentaires" 59 | 60 | -------------------------------------------------------------------------------- /docs/locale/fr/LC_MESSAGES/support.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-07-24 13:46\n" 7 | "Last-Translator: \n" 8 | "Language-Team: French\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: fr\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/support.pot\n" 17 | "X-Crowdin-File-ID: 6498\n" 18 | "Language: fr_FR\n" 19 | 20 | #: ../../support.md:1 21 | msgid "Support chat" 22 | msgstr "Support chat" 23 | 24 | #: ../../support.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 26 | msgstr "Nous savons que l'écosystème de la blockchain est très récent et que beaucoup d'informations sont dispersées sur le web. C'est pourquoi nous avons créé un chat d'assistance communautaire où nous et d'autres utilisateurs essayons de répondre à vos questions si vous êtes bloqué dans l'utilisation de Remix. Rejoignez le canal Remix et demandez de l'aide à la communauté." 27 | 28 | #: ../../support.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 30 | msgstr "Pour tous ceux qui sont intéressés par le développement d'un plugin personnalisé pour Remix ou qui veulent contribuer à la base de code, nous avons ouvert un autre canal spécialement pour les développeurs travaillant sur l'outil Remix." 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/fr/LC_MESSAGES/terminal.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: remix-translation\n" 5 | "Report-Msgid-Bugs-To: \n" 6 | "POT-Creation-Date: 2022-09-28 23:16-0400\n" 7 | "PO-Revision-Date: 2023-07-24 13:46\n" 8 | "Last-Translator: \n" 9 | "Language: fr_FR\n" 10 | "Language-Team: French\n" 11 | "Plural-Forms: nplurals=2; plural=(n > 1)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=utf-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Generated-By: Babel 2.9.1\n" 16 | 17 | #: ../../terminal.md:1 18 | msgid "Terminal" 19 | msgstr "Terminal" 20 | 21 | #: ../../terminal.md:4 22 | msgid "![](images/a-terminal-and-more.png)" 23 | msgstr "![](images/a-terminal-et-plus.png)" 24 | 25 | #: ../../terminal.md:6 26 | msgid "Features, available in the terminal:" 27 | msgstr "Caractéristiques, disponibles dans le terminal :" 28 | 29 | #: ../../terminal.md:8 30 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 31 | msgstr "Il intègre un interpréteur JavaScript et l'objet `web3`. Il permet l'exécution du script JavaScript qui interagit avec le contexte actuel. (Notez que `web3` n'est disponible que si le mode `web provider` ou `injected provider` est sélectionné)." 32 | 33 | #: ../../terminal.md:12 34 | msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." 35 | msgstr "Il affiche les actions importantes effectuées lors de l'interaction avec l'IDE Remix (par exemple, l'envoi d'une nouvelle transaction)." 36 | 37 | #: ../../terminal.md:14 38 | msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." 39 | msgstr "Il affiche les transactions qui sont minées dans le contexte actuel. Vous pouvez choisir d'afficher toutes les transactions ou seulement celles qui se réfèrent aux contrats que Remix connaît (par exemple les transactions créées à partir de l'IDE Remix)." 40 | 41 | #: ../../terminal.md:18 42 | msgid "It allows searching for the data and clearing the logs from the terminal." 43 | msgstr "Il permet de rechercher les données et d'effacer les journaux du terminal." 44 | 45 | #: ../../terminal.md:20 46 | msgid "You can run scripts by inputting them at the bottom after the `>`." 47 | msgstr "Vous pouvez exécuter des scripts en les saisissant en bas après le `>`." 48 | 49 | #~ msgid "" 50 | #~ "It integrates a JavaScript interpreter " 51 | #~ "and the web3 object. It enables " 52 | #~ "the execution of the JavaScript script" 53 | #~ " which interacts with the current " 54 | #~ "context. (note that web3 is only " 55 | #~ "available if the web provider or " 56 | #~ "injected provider mode is selected)." 57 | #~ msgstr "" 58 | 59 | #~ msgid "You can run scripts by inputting them at the bottom after the >." 60 | #~ msgstr "" 61 | 62 | -------------------------------------------------------------------------------- /docs/locale/it/LC_MESSAGES/FAS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 18:12\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Italian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: it\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/FAS.pot\n" 17 | "X-Crowdin-File-ID: 7415\n" 18 | "Language: it_IT\n" 19 | 20 | #: ../../FAS.md:1 21 | msgid "Frequently Asked Scripts" 22 | msgstr "Script Frequentemente Richiesti" 23 | 24 | #: ../../FAS.md:4 25 | msgid "Deploy with web3.js" 26 | msgstr "Distribuisci con web3.js" 27 | 28 | #: ../../FAS.md:33 29 | msgid "Deploy with Ethers" 30 | msgstr "Distribuisci con Ethers" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/it/LC_MESSAGES/code_contribution_guide.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 18:12\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Italian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: it\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/code_contribution_guide.pot\n" 17 | "X-Crowdin-File-ID: 6460\n" 18 | "Language: it_IT\n" 19 | 20 | #: ../../code_contribution_guide.md:1 21 | msgid "Code Contribution Guide" 22 | msgstr "Guida al contributo del codice" 23 | 24 | #: ../../code_contribution_guide.md:4 25 | msgid "Remix is an open source tool and we encourage everyone to help us improve it. Please opening issues, give feedback or contribute by a pulling request to our codebase." 26 | msgstr "Remix è uno strumento open source ed incoraggiamo tutti ad aiutarci a migliorarlo. Per favore, aprite problemi, fate feedback o contribuite con una richiesta di inserimento al nostro codice base." 27 | 28 | #: ../../code_contribution_guide.md:8 29 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` and among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 30 | msgstr "L'applicazione Remix è costruita con JavaScripto e non utilizza alcun framework. Ci affidiamo a un insieme selezionato di moduli npm, come yo-yo, csjs-inject ed altri. Consulta i file package.json nei sottomoduli in Remix per saperne di più dello stack." 31 | 32 | #: ../../code_contribution_guide.md:10 33 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 34 | msgstr "Per saperne di più, visita la nostra [pagina GitHub](https://github.com/ethereum/remix-project)." 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/it/LC_MESSAGES/community.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 18:12\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Italian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: it\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/community.pot\n" 17 | "X-Crowdin-File-ID: 6462\n" 18 | "Language: it_IT\n" 19 | 20 | #: ../../community.md:1 21 | msgid "Community Support" 22 | msgstr "Supporto della community" 23 | 24 | #: ../../community.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 26 | msgstr "Sappiamo che l'ecosistema blockchain è nuovo e che molte informazioni sono sparse nel web. Per questo motivo abbiamo creato un canale di supporto della community dove noi ed altri utenti tentano di rispondere alle vostre domande se rimanete bloccati in Remix. Unitevi [alla community](https://gitter.im/ethereum/remix) e chiedete aiuto." 27 | 28 | #: ../../community.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 30 | msgstr "Per tutti coloro che sono interessati a sviluppare un plugin personalizzato per Remix o che vogliono contribuire al codice di base, abbiamo aperto un [canale di collaborazione](https://gitter.im/ethereum/remix-dev) appositamente per gli sviluppatori che lavorano sugli strumenti di Remix." 31 | 32 | #: ../../community.md:11 33 | msgid "We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter." 34 | msgstr "Vi chiediamo gentilmente di rispettare lo spazio e di utilizzarlo per ottenere aiuto con il vostro lavoro e il canale degli sviluppatori per discussioni relative al lavoro sul codice base di Remix. Se avete idee per collaborazioni o volete promuovere il vostro progetto, cercate di trovare canali più appropriati per farlo. Oppure puoi contattare i principali collaboratori direttamente su Gitter o Twitter." 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/it/LC_MESSAGES/remix_tutorials_github.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-09-07 18:12\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Italian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: it\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/remix_tutorials_github.pot\n" 17 | "X-Crowdin-File-ID: 6486\n" 18 | "Language: it_IT\n" 19 | 20 | #: ../../remix_tutorials_github.md:1 21 | msgid "Remix Github Tutorials" 22 | msgstr "Tutorial Remix di Github" 23 | 24 | #: ../../remix_tutorials_github.md:4 25 | msgid "There are a series of tutorials in our github repo remix-workshops." 26 | msgstr "Ci sono una serie di tutorial nel nostro repository github remix-workshops." 27 | 28 | #: ../../remix_tutorials_github.md:6 29 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 30 | msgstr "Stiamo in procinto di aggiornare questi tutorial per utilizzare il nuovo layout di Remix." 31 | 32 | #: ../../remix_tutorials_github.md:8 33 | msgid "In this repo there tutorials for all levels." 34 | msgstr "In questo repository ci sono tutorial per tutti i livelli." 35 | 36 | #: ../../remix_tutorials_github.md:10 37 | msgid "There are tutorials for specific remix functionalities like:" 38 | msgstr "Ci sono tutorial per specifiche funzionalità di remix come:" 39 | 40 | #: ../../remix_tutorials_github.md:12 41 | msgid "Deploying" 42 | msgstr "Distribuire" 43 | 44 | #: ../../remix_tutorials_github.md:18 45 | msgid "Testing" 46 | msgstr "Testare" 47 | 48 | #: ../../remix_tutorials_github.md:23 49 | msgid "Remix Plugin Development" 50 | msgstr "Sviluppo di plugin Remix" 51 | 52 | #: ../../remix_tutorials_github.md:27 53 | msgid "Other" 54 | msgstr "Altro" 55 | 56 | #: ../../remix_tutorials_github.md:35 57 | msgid "Additional external workshops" 58 | msgstr "Workshop esterni aggiuntivi" 59 | 60 | -------------------------------------------------------------------------------- /docs/locale/it/LC_MESSAGES/support.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-09-07 18:12\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Italian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: it\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/support.pot\n" 17 | "X-Crowdin-File-ID: 6498\n" 18 | "Language: it_IT\n" 19 | 20 | #: ../../support.md:1 21 | msgid "Support chat" 22 | msgstr "Chat di supporto" 23 | 24 | #: ../../support.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 26 | msgstr "Sappiamo che l'ecosistema blockchain è molto nuovo e che molte informazioni sono sparse sul web. Per questo motivo abbiamo creato una chat di supporto alla comunità in cui noi e altri utenti cerchiamo di rispondere alle vostre domande se vi trovate bloccati nell'utilizzo di Remix. Unitevi al canale Remix e chiedete aiuto alla comunità." 27 | 28 | #: ../../support.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 30 | msgstr "Per tutti coloro che sono interessati a sviluppare un plugin personalizzato per Remix o che vogliono contribuire alla base di codice, abbiamo aperto un altro canale appositamente per gli sviluppatori che lavorano sullo strumento Remix." 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/it/LC_MESSAGES/terminal.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-09-07 18:12\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Italian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: it\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/terminal.pot\n" 17 | "X-Crowdin-File-ID: 6500\n" 18 | "Language: it_IT\n" 19 | 20 | #: ../../terminal.md:1 21 | msgid "Terminal" 22 | msgstr "Terminale" 23 | 24 | #: ../../terminal.md:4 25 | msgid "![](images/a-terminal-and-more.png)" 26 | msgstr "![](images/a-terminal-and-more.png)" 27 | 28 | #: ../../terminal.md:6 29 | msgid "Features, available in the terminal:" 30 | msgstr "Le caratteristiche, disponibili nel terminale:" 31 | 32 | #: ../../terminal.md:8 33 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 34 | msgstr "Integra un interprete JavaScript e l'oggetto `web3`. Consente l'esecuzione dello script JavaScript che interagisce con il contesto corrente. (Si noti che `web3` è disponibile solo se è selezionata la modalità `web provider` (fornitore web) o `injected provider` (provider iniettato))." 35 | 36 | #: ../../terminal.md:12 37 | msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." 38 | msgstr "Visualizza le azioni importanti compiute durante l'interazione con l'IDE Remix (ad esempio, l'invio di una nuova transazione)." 39 | 40 | #: ../../terminal.md:14 41 | msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." 42 | msgstr "Mostra le transazioni che vengono minate nel contesto corrente. Si può scegliere di visualizzare tutte le transazioni o solo quelle che si riferiscono ai contratti che Remix conosce (ad esempio le transazioni create dall'IDE di Remix)." 43 | 44 | #: ../../terminal.md:18 45 | msgid "It allows searching for the data and clearing the logs from the terminal." 46 | msgstr "Consente di ricercare i dati e di cancellare i log dal terminale." 47 | 48 | #: ../../terminal.md:20 49 | msgid "You can run scripts by inputting them at the bottom after the `>`." 50 | msgstr "È possibile eseguire gli script inserendoli in basso, dopo il simbolo `>`." 51 | 52 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/FAS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/FAS.pot\n" 17 | "X-Crowdin-File-ID: 7415\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../FAS.md:1 21 | msgid "Frequently Asked Scripts" 22 | msgstr "" 23 | 24 | #: ../../FAS.md:4 25 | msgid "Deploy with web3.js" 26 | msgstr "" 27 | 28 | #: ../../FAS.md:33 29 | msgid "Deploy with Ethers" 30 | msgstr "" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/code_contribution_guide.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-09-12 15:08-0400\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/code_contribution_guide.pot\n" 17 | "X-Crowdin-File-ID: 6460\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../code_contribution_guide.md:1 21 | msgid "Code Contribution Guide" 22 | msgstr "" 23 | 24 | #: ../../code_contribution_guide.md:4 25 | msgid "Remix is an open source tool and we encourage everyone to help us improve it. Please open issues, give feedback or contribute by a pulling request to our codebase." 26 | msgstr "" 27 | 28 | #: ../../code_contribution_guide.md:8 29 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 30 | msgstr "" 31 | 32 | #: ../../code_contribution_guide.md:10 33 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 34 | msgstr "" 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/community.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/community.pot\n" 17 | "X-Crowdin-File-ID: 6462\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../community.md:1 21 | msgid "Community Support" 22 | msgstr "" 23 | 24 | #: ../../community.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 26 | msgstr "" 27 | 28 | #: ../../community.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 30 | msgstr "" 31 | 32 | #: ../../community.md:11 33 | msgid "We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter." 34 | msgstr "" 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/hardhat_console.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2022-06-20 17:14-0400\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/hardhat_console.pot\n" 17 | "X-Crowdin-File-ID: 7421\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../hardhat_console.md:1 21 | msgid "Hardhat console.log Integration" 22 | msgstr "" 23 | 24 | #: ../../hardhat_console.md:4 25 | msgid "(Supported since Remix IDE v0.17.0)" 26 | msgstr "" 27 | 28 | #: ../../hardhat_console.md:6 29 | msgid "Prologue" 30 | msgstr "" 31 | 32 | #: ../../hardhat_console.md:8 33 | msgid "Hardhat Network allows you to print logging messages and contract variables by calling console.log() from your Solidity code. To use it, you simply import hardhat/console.sol and call it." 34 | msgstr "" 35 | 36 | #: ../../hardhat_console.md:10 37 | msgid "For more: https://hardhat.org/hardhat-network/reference/#console-log" 38 | msgstr "" 39 | 40 | #: ../../hardhat_console.md:12 41 | msgid "console.log in Remix IDE" 42 | msgstr "" 43 | 44 | #: ../../hardhat_console.md:15 45 | msgid "Remix IDE supports hardhat console library while using JavaScript VM. It can be used while making a transaction or running unit tests." 46 | msgstr "" 47 | 48 | #: ../../hardhat_console.md:17 49 | msgid "Deploy and Run Transactions" 50 | msgstr "" 51 | 52 | #: ../../hardhat_console.md:19 53 | msgid "To try it out, you need to put an import statement and use console.log to print the value as shown in image." 54 | msgstr "" 55 | 56 | #: ../../hardhat_console.md:23 57 | msgid "Further, once you execute the changeOwner method, value from console statement will be shown in Remix terminal after transaction details as below:" 58 | msgstr "" 59 | 60 | #: ../../hardhat_console.md:27 61 | msgid "Solidity Unit Testing" 62 | msgstr "" 63 | 64 | #: ../../hardhat_console.md:29 65 | msgid "Similarly, console.log can be used while running unit tests using Remix Solidity Unit Testing plugin. See image below." 66 | msgstr "" 67 | 68 | #: ../../hardhat_console.md:33 69 | msgid "For the tests including logging message, it will display in the Remix Terminal corresponding to test name." 70 | msgstr "" 71 | 72 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/remix_tutorials_github.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/remix_tutorials_github.pot\n" 17 | "X-Crowdin-File-ID: 6486\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../remix_tutorials_github.md:1 21 | msgid "Remix Github Tutorials" 22 | msgstr "" 23 | 24 | #: ../../remix_tutorials_github.md:4 25 | msgid "There are a series of tutorials in our github repo remix-workshops." 26 | msgstr "" 27 | 28 | #: ../../remix_tutorials_github.md:6 29 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 30 | msgstr "" 31 | 32 | #: ../../remix_tutorials_github.md:8 33 | msgid "In this repo there tutorials for all levels." 34 | msgstr "" 35 | 36 | #: ../../remix_tutorials_github.md:10 37 | msgid "There are tutorials for specific remix functionalities like:" 38 | msgstr "" 39 | 40 | #: ../../remix_tutorials_github.md:12 41 | msgid "Deploying" 42 | msgstr "" 43 | 44 | #: ../../remix_tutorials_github.md:18 45 | msgid "Testing" 46 | msgstr "" 47 | 48 | #: ../../remix_tutorials_github.md:23 49 | msgid "Remix Plugin Development" 50 | msgstr "" 51 | 52 | #: ../../remix_tutorials_github.md:27 53 | msgid "Other" 54 | msgstr "" 55 | 56 | #: ../../remix_tutorials_github.md:35 57 | msgid "Additional external workshops" 58 | msgstr "" 59 | 60 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/search_in_fe.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-09-12 15:08-0400\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/search_in_fe.pot\n" 17 | "X-Crowdin-File-ID: 8043\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../search_in_fe.md:1 21 | msgid "Search in Files" 22 | msgstr "" 23 | 24 | #: ../../search_in_fe.md:3 25 | msgid "The **Search in Files** plugin is loaded by default. It also includes functionality to search & replace as well as searching with regular expressions." 26 | msgstr "" 27 | 28 | #: ../../search_in_fe.md:5 29 | msgid "![](images/a-search.png)" 30 | msgstr "" 31 | 32 | #: ../../search_in_fe.md:7 33 | msgid "This plugin searches through text in the files of the current workspace. It does not search across workspaces." 34 | msgstr "" 35 | 36 | #: ../../search_in_fe.md:9 37 | msgid "Search and Replace" 38 | msgstr "" 39 | 40 | #: ../../search_in_fe.md:10 41 | msgid "Clicking on the caret to the left of the text input box will reveal the **replace** functionality." 42 | msgstr "" 43 | 44 | #: ../../search_in_fe.md:12 45 | msgid "![](images/a-search-open.png)" 46 | msgstr "" 47 | 48 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/support.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/support.pot\n" 17 | "X-Crowdin-File-ID: 6498\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../support.md:1 21 | msgid "Support chat" 22 | msgstr "" 23 | 24 | #: ../../support.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 26 | msgstr "" 27 | 28 | #: ../../support.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 30 | msgstr "" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/ko_KR/LC_MESSAGES/terminal.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2024-05-31 13:50\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Korean\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ko\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/terminal.pot\n" 17 | "X-Crowdin-File-ID: 6500\n" 18 | "Language: ko_KR\n" 19 | 20 | #: ../../terminal.md:1 21 | msgid "Terminal" 22 | msgstr "" 23 | 24 | #: ../../terminal.md:4 25 | msgid "![](images/a-terminal-and-more.png)" 26 | msgstr "" 27 | 28 | #: ../../terminal.md:6 29 | msgid "Features, available in the terminal:" 30 | msgstr "" 31 | 32 | #: ../../terminal.md:8 33 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 34 | msgstr "" 35 | 36 | #: ../../terminal.md:12 37 | msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." 38 | msgstr "" 39 | 40 | #: ../../terminal.md:14 41 | msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." 42 | msgstr "" 43 | 44 | #: ../../terminal.md:18 45 | msgid "It allows searching for the data and clearing the logs from the terminal." 46 | msgstr "" 47 | 48 | #: ../../terminal.md:20 49 | msgid "You can run scripts by inputting them at the bottom after the `>`." 50 | msgstr "" 51 | 52 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/FAS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2022-06-20 17:14-0400\n" 6 | "PO-Revision-Date: 2023-05-30 18:47\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Russian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ru\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/FAS.pot\n" 17 | "X-Crowdin-File-ID: 7415\n" 18 | "Language: ru_RU\n" 19 | 20 | #: ../../FAS.md:1 21 | msgid "Frequently Asked Scripts" 22 | msgstr "" 23 | 24 | #: ../../FAS.md:4 25 | msgid "Deploy with web3.js" 26 | msgstr "" 27 | 28 | #: ../../FAS.md:33 29 | msgid "Deploy with Ethers" 30 | msgstr "" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/code_contribution_guide.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: remix-translation\n" 5 | "Report-Msgid-Bugs-To: \n" 6 | "POT-Creation-Date: 2022-09-28 23:16-0400\n" 7 | "PO-Revision-Date: 2023-05-30 18:45\n" 8 | "Last-Translator: \n" 9 | "Language: ru_RU\n" 10 | "Language-Team: Russian\n" 11 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= " 12 | "2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 " 13 | ">= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3))\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=utf-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Generated-By: Babel 2.9.1\n" 18 | 19 | #: ../../code_contribution_guide.md:1 20 | msgid "Code Contribution Guide" 21 | msgstr "Руководство по написанию кода" 22 | 23 | #: ../../code_contribution_guide.md:4 24 | msgid "" 25 | "Remix is an open source tool and we encourage everyone to help us improve" 26 | " it. Please opening issues, give feedback or contribute by a pulling " 27 | "request to our codebase." 28 | msgstr "" 29 | "Remix - это инструмент с открытым исходным кодом, и мы призываем всех " 30 | "помочь нам его улучшить. Пожалуйста, находя проблемы, оставляйте отзывы " 31 | "или отправляйте запросы на добавление в нашу кодовую базу." 32 | 33 | #: ../../code_contribution_guide.md:8 34 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` and among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 35 | msgstr "" 36 | 37 | #: ../../code_contribution_guide.md:10 38 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 39 | msgstr "" 40 | 41 | #~ msgid "" 42 | #~ "The Remix application is built with " 43 | #~ "JavaScript and it doesn't use any " 44 | #~ "frameworks. We rely on a selected " 45 | #~ "set of npm modules, like yo-yo," 46 | #~ " csjs-inject and among others. Check" 47 | #~ " out the package.json files in the" 48 | #~ " Remix submodules to learn more about" 49 | #~ " the stack." 50 | #~ msgstr "" 51 | 52 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/community.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: remix-translation\n" 5 | "Report-Msgid-Bugs-To: \n" 6 | "POT-Creation-Date: 2022-09-28 23:16-0400\n" 7 | "PO-Revision-Date: 2023-05-30 18:46\n" 8 | "Last-Translator: \n" 9 | "Language: ru_RU\n" 10 | "Language-Team: Russian\n" 11 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= " 12 | "2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 " 13 | ">= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3))\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=utf-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Generated-By: Babel 2.9.1\n" 18 | 19 | #: ../../community.md:1 20 | msgid "Community Support" 21 | msgstr "Поддержка сообщества" 22 | 23 | #: ../../community.md:4 24 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 25 | msgstr "" 26 | 27 | #: ../../community.md:8 28 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 29 | msgstr "" 30 | 31 | #: ../../community.md:11 32 | msgid "" 33 | "We would kindly ask you to respect the space and to use it for getting " 34 | "help with your work and the developers' channel for discussions related " 35 | "to working on Remix codebase. If you have ideas for collaborations or you" 36 | " want to promote your project, try to find some more appropriate channels" 37 | " to do so. Or you can contact the main contributors directly on Gitter or" 38 | " Twitter." 39 | msgstr "" 40 | 41 | #~ msgid "" 42 | #~ "For anyone who is interested in " 43 | #~ "developing a custom plugin for Remix " 44 | #~ "or who wants to contribute to the" 45 | #~ " codebase, we opened a contributors' " 46 | #~ "channel especially for developers working " 47 | #~ "on Remix tools." 48 | #~ msgstr "" 49 | 50 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/hardhat_console.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2022-06-20 17:14-0400\n" 6 | "PO-Revision-Date: 2023-05-30 18:47\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Russian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ru\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/hardhat_console.pot\n" 17 | "X-Crowdin-File-ID: 7421\n" 18 | "Language: ru_RU\n" 19 | 20 | #: ../../hardhat_console.md:1 21 | msgid "Hardhat console.log Integration" 22 | msgstr "" 23 | 24 | #: ../../hardhat_console.md:4 25 | msgid "(Supported since Remix IDE v0.17.0)" 26 | msgstr "" 27 | 28 | #: ../../hardhat_console.md:6 29 | msgid "Prologue" 30 | msgstr "" 31 | 32 | #: ../../hardhat_console.md:8 33 | msgid "Hardhat Network allows you to print logging messages and contract variables by calling console.log() from your Solidity code. To use it, you simply import hardhat/console.sol and call it." 34 | msgstr "" 35 | 36 | #: ../../hardhat_console.md:10 37 | msgid "For more: https://hardhat.org/hardhat-network/reference/#console-log" 38 | msgstr "" 39 | 40 | #: ../../hardhat_console.md:12 41 | msgid "console.log in Remix IDE" 42 | msgstr "" 43 | 44 | #: ../../hardhat_console.md:15 45 | msgid "Remix IDE supports hardhat console library while using JavaScript VM. It can be used while making a transaction or running unit tests." 46 | msgstr "" 47 | 48 | #: ../../hardhat_console.md:17 49 | msgid "Deploy and Run Transactions" 50 | msgstr "" 51 | 52 | #: ../../hardhat_console.md:19 53 | msgid "To try it out, you need to put an import statement and use console.log to print the value as shown in image." 54 | msgstr "" 55 | 56 | #: ../../hardhat_console.md:23 57 | msgid "Further, once you execute the changeOwner method, value from console statement will be shown in Remix terminal after transaction details as below:" 58 | msgstr "" 59 | 60 | #: ../../hardhat_console.md:27 61 | msgid "Solidity Unit Testing" 62 | msgstr "" 63 | 64 | #: ../../hardhat_console.md:29 65 | msgid "Similarly, console.log can be used while running unit tests using Remix Solidity Unit Testing plugin. See image below." 66 | msgstr "" 67 | 68 | #: ../../hardhat_console.md:33 69 | msgid "For the tests including logging message, it will display in the Remix Terminal corresponding to test name." 70 | msgstr "" 71 | 72 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/remix_tutorials_github.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2022-05-19 13:46\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Russian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ru\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/remix_tutorials_github.pot\n" 17 | "X-Crowdin-File-ID: 6486\n" 18 | "Language: ru_RU\n" 19 | 20 | #: ../../remix_tutorials_github.md:1 21 | msgid "Remix Github Tutorials" 22 | msgstr "" 23 | 24 | #: ../../remix_tutorials_github.md:4 25 | msgid "There are a series of tutorials in our github repo remix-workshops." 26 | msgstr "" 27 | 28 | #: ../../remix_tutorials_github.md:6 29 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 30 | msgstr "" 31 | 32 | #: ../../remix_tutorials_github.md:8 33 | msgid "In this repo there tutorials for all levels." 34 | msgstr "" 35 | 36 | #: ../../remix_tutorials_github.md:10 37 | msgid "There are tutorials for specific remix functionalities like:" 38 | msgstr "" 39 | 40 | #: ../../remix_tutorials_github.md:12 41 | msgid "Deploying" 42 | msgstr "" 43 | 44 | #: ../../remix_tutorials_github.md:18 45 | msgid "Testing" 46 | msgstr "" 47 | 48 | #: ../../remix_tutorials_github.md:23 49 | msgid "Remix Plugin Development" 50 | msgstr "" 51 | 52 | #: ../../remix_tutorials_github.md:27 53 | msgid "Other" 54 | msgstr "" 55 | 56 | #: ../../remix_tutorials_github.md:35 57 | msgid "Additional external workshops" 58 | msgstr "" 59 | 60 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/support.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2022-05-19 13:54\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Russian\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: ru\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/support.pot\n" 17 | "X-Crowdin-File-ID: 6498\n" 18 | "Language: ru_RU\n" 19 | 20 | #: ../../support.md:1 21 | msgid "Support chat" 22 | msgstr "Чат поддержки" 23 | 24 | #: ../../support.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 26 | msgstr "Мы знаем, что блокчейн-экосистема очень новая и много информации разбросано по сети. Вот почему мы создали канал поддержки сообщества, где мы и другие пользователи пытаемся ответить на ваши вопросы, если вы столкнулись с трудностями при использовании Remix. Пожалуйста, присоединяйтесь к каналу Remix и попросите помощи у сообщества." 27 | 28 | #: ../../support.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 30 | msgstr "Для всех, кто заинтересован в разработке собственного плагина для Remix или хочет внести свой вклад в кодовую базу, мы открыли еще один канал специально для разработчиков, работающих над инструментами Remix." 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/ru_RU/LC_MESSAGES/terminal.po: -------------------------------------------------------------------------------- 1 | 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: remix-translation\n" 5 | "Report-Msgid-Bugs-To: \n" 6 | "POT-Creation-Date: 2022-09-28 23:16-0400\n" 7 | "PO-Revision-Date: 2023-05-30 18:47\n" 8 | "Last-Translator: \n" 9 | "Language: ru_RU\n" 10 | "Language-Team: Russian\n" 11 | "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= " 12 | "2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 " 13 | ">= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3))\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=utf-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Generated-By: Babel 2.9.1\n" 18 | 19 | #: ../../terminal.md:1 20 | msgid "Terminal" 21 | msgstr "Терминал" 22 | 23 | #: ../../terminal.md:4 24 | msgid "![](images/a-terminal-and-more.png)" 25 | msgstr "" 26 | 27 | #: ../../terminal.md:6 28 | msgid "Features, available in the terminal:" 29 | msgstr "Функции, доступные в терминале:" 30 | 31 | #: ../../terminal.md:8 32 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 33 | msgstr "" 34 | 35 | #: ../../terminal.md:12 36 | msgid "" 37 | "It displays important actions made while interacting with the Remix IDE " 38 | "(i.e. sending a new transaction)." 39 | msgstr "" 40 | 41 | #: ../../terminal.md:14 42 | msgid "" 43 | "It displays transactions that are mined in the current context. You can " 44 | "choose to display all transactions or only transactions that refers to " 45 | "the contracts Remix knows (e.g transaction created from the Remix IDE)." 46 | msgstr "" 47 | 48 | #: ../../terminal.md:18 49 | msgid "It allows searching for the data and clearing the logs from the terminal." 50 | msgstr "" 51 | 52 | #: ../../terminal.md:20 53 | msgid "You can run scripts by inputting them at the bottom after the `>`." 54 | msgstr "" 55 | 56 | #~ msgid "" 57 | #~ "It integrates a JavaScript interpreter " 58 | #~ "and the web3 object. It enables " 59 | #~ "the execution of the JavaScript script" 60 | #~ " which interacts with the current " 61 | #~ "context. (note that web3 is only " 62 | #~ "available if the web provider or " 63 | #~ "injected provider mode is selected)." 64 | #~ msgstr "" 65 | 66 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/FAS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/FAS.pot\n" 17 | "X-Crowdin-File-ID: 7415\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../FAS.md:1 21 | msgid "Frequently Asked Scripts" 22 | msgstr "常见问题" 23 | 24 | #: ../../FAS.md:4 25 | msgid "Deploy with web3.js" 26 | msgstr "使用 web3.js 部署" 27 | 28 | #: ../../FAS.md:33 29 | msgid "Deploy with Ethers" 30 | msgstr "使用 Ethers 部署" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/code_contribution_guide.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-09-12 15:08-0400\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/code_contribution_guide.pot\n" 17 | "X-Crowdin-File-ID: 6460\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../code_contribution_guide.md:1 21 | msgid "Code Contribution Guide" 22 | msgstr "代码贡献指南" 23 | 24 | #: ../../code_contribution_guide.md:4 25 | msgid "Remix is an open source tool and we encourage everyone to help us improve it. Please open issues, give feedback or contribute by a pulling request to our codebase." 26 | msgstr "Remix 是一个开源工具,我们鼓励大家帮助我们改进它。 请打开issue、提供反馈或通过pull request向我们的代码库做出贡献。" 27 | 28 | #: ../../code_contribution_guide.md:8 29 | msgid "The Remix application is built with JavaScript and it doesn't use any frameworks. We rely on a selected set of npm modules, like `yo-yo`, `csjs-inject` among others. Check out the `package.json` files in the Remix submodules to learn more about the stack." 30 | msgstr "Remix 应用程序是基于 JavaScript 构建的,它不使用任何框架。 我们依赖一组选定的 npm 模块,例如 yo-yo、csjs-inject 等。 查看 Remix 子模块中的 package.json 文件以了解有关技术栈的更多信息。" 31 | 32 | #: ../../code_contribution_guide.md:10 33 | msgid "To learn more, please visit our [GitHub page](https://github.com/ethereum/remix-project)." 34 | msgstr "若要了解更多信息,请访问我们的 [GitHub 页面](https://github.com/ethereum/remix-project)。" 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/community.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/community.pot\n" 17 | "X-Crowdin-File-ID: 6462\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../community.md:1 21 | msgid "Community Support" 22 | msgstr "社区支持" 23 | 24 | #: ../../community.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support channel where we and other users try to answer your questions if you get stuck using Remix. Please, join [the community](https://gitter.im/ethereum/remix) and ask for help." 26 | msgstr "我们知道区块链生态系统非常新,并且许多信息分散在网络上。这就是为什么我们创建了一个社区支持渠道,我们和其他用户会尽力回答您的问题,如果您在使用Remix时遇到困难。请加入[社区](https://gitter.im/ethereum/remix)并寻求帮助。" 27 | 28 | #: ../../community.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we opened a [contributors' channel](https://gitter.im/ethereum/remix-dev) especially for developers working on Remix tools." 30 | msgstr "对于任何有兴趣为Remix开发自定义插件或想要为代码库做出贡献的人,我们专门开设了一个[贡献者频道](https://gitter.im/ethereum/remix-dev),供正在开发Remix工具的开发人员使用。" 31 | 32 | #: ../../community.md:11 33 | msgid "We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter." 34 | msgstr "我们恳请您尊重这个空间,并使用它来获得工作帮助,并使用开发人员的频道来讨论与 Remix 代码库相关的讨论。 如果您有合作的想法或想推广您的项目,请尝试找到一些更合适的渠道来这样做。 或者您可以直接在 Gitter 或 Twitter 上联系主要贡献者。" 35 | 36 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/hardhat_console.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2022-06-20 17:14-0400\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/hardhat_console.pot\n" 17 | "X-Crowdin-File-ID: 7421\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../hardhat_console.md:1 21 | msgid "Hardhat console.log Integration" 22 | msgstr "Hardhat console.log 集成" 23 | 24 | #: ../../hardhat_console.md:4 25 | msgid "(Supported since Remix IDE v0.17.0)" 26 | msgstr "(从 Remix IDE v0.17.0 起开始支持)" 27 | 28 | #: ../../hardhat_console.md:6 29 | msgid "Prologue" 30 | msgstr "序言" 31 | 32 | #: ../../hardhat_console.md:8 33 | msgid "Hardhat Network allows you to print logging messages and contract variables by calling console.log() from your Solidity code. To use it, you simply import hardhat/console.sol and call it." 34 | msgstr "Hardhat网络允许您通过从Solidity代码中调用console.log()来打印日志消息和合约变量。要使用它,您只需导入hardhat/console.sol并调用它即可。" 35 | 36 | #: ../../hardhat_console.md:10 37 | msgid "For more: https://hardhat.org/hardhat-network/reference/#console-log" 38 | msgstr "更多信息:https://hardhat.org/hardhat-network/reference/#console-log" 39 | 40 | #: ../../hardhat_console.md:12 41 | msgid "console.log in Remix IDE" 42 | msgstr "在 Remix IDE 中使用 `console.log`" 43 | 44 | #: ../../hardhat_console.md:15 45 | msgid "Remix IDE supports hardhat console library while using JavaScript VM. It can be used while making a transaction or running unit tests." 46 | msgstr "在使用 Remix JavaScript VM 时,Remix IDE 支持 hardhat console 库。它可以在进行交易或运行单元测试时使用。" 47 | 48 | #: ../../hardhat_console.md:17 49 | msgid "Deploy and Run Transactions" 50 | msgstr "部署和运行交易" 51 | 52 | #: ../../hardhat_console.md:19 53 | msgid "To try it out, you need to put an import statement and use console.log to print the value as shown in image." 54 | msgstr "要尝试它,您需要放置一个import语句并使用console.log打印值,如图所示。" 55 | 56 | #: ../../hardhat_console.md:23 57 | msgid "Further, once you execute the changeOwner method, value from console statement will be shown in Remix terminal after transaction details as below:" 58 | msgstr "此外,一旦您执行changeOwner方法,控制台语句中的值将在交易细节之后显示在Remix终端中,如下所示:" 59 | 60 | #: ../../hardhat_console.md:27 61 | msgid "Solidity Unit Testing" 62 | msgstr "Solidity单元测试" 63 | 64 | #: ../../hardhat_console.md:29 65 | msgid "Similarly, console.log can be used while running unit tests using Remix Solidity Unit Testing plugin. See image below." 66 | msgstr "同样地,使用 Remix Solidity Unit Testing 插件运行单元测试时可以使用 console.log。请参见下面的图片。" 67 | 68 | #: ../../hardhat_console.md:33 69 | msgid "For the tests including logging message, it will display in the Remix Terminal corresponding to test name." 70 | msgstr "对于包括日志消息的测试,它将显示在Remix终端中对应的测试名称下。" 71 | 72 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/remix_tutorials_github.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/remix_tutorials_github.pot\n" 17 | "X-Crowdin-File-ID: 6486\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../remix_tutorials_github.md:1 21 | msgid "Remix Github Tutorials" 22 | msgstr "Remix Github 教程" 23 | 24 | #: ../../remix_tutorials_github.md:4 25 | msgid "There are a series of tutorials in our github repo remix-workshops." 26 | msgstr "我们的 github 库 remix-workshops 中有一系列教程。" 27 | 28 | #: ../../remix_tutorials_github.md:6 29 | msgid "We are in the process of upgrading these tutorials to use the new Remix layout." 30 | msgstr "我们正在升级这些教程以使用新的 Remix 布局。" 31 | 32 | #: ../../remix_tutorials_github.md:8 33 | msgid "In this repo there tutorials for all levels." 34 | msgstr "在这个 repo 中有所有级别的教程。" 35 | 36 | #: ../../remix_tutorials_github.md:10 37 | msgid "There are tutorials for specific remix functionalities like:" 38 | msgstr "有针对特定Remix功能的教程,例如:" 39 | 40 | #: ../../remix_tutorials_github.md:12 41 | msgid "Deploying" 42 | msgstr "部署" 43 | 44 | #: ../../remix_tutorials_github.md:18 45 | msgid "Testing" 46 | msgstr "测试" 47 | 48 | #: ../../remix_tutorials_github.md:23 49 | msgid "Remix Plugin Development" 50 | msgstr "Remix插件开发" 51 | 52 | #: ../../remix_tutorials_github.md:27 53 | msgid "Other" 54 | msgstr "其它" 55 | 56 | #: ../../remix_tutorials_github.md:35 57 | msgid "Additional external workshops" 58 | msgstr "其他外部研讨会" 59 | 60 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/search_in_fe.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-09-12 15:08-0400\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/search_in_fe.pot\n" 17 | "X-Crowdin-File-ID: 8043\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../search_in_fe.md:1 21 | msgid "Search in Files" 22 | msgstr "搜索文件" 23 | 24 | #: ../../search_in_fe.md:3 25 | msgid "The **Search in Files** plugin is loaded by default. It also includes functionality to search & replace as well as searching with regular expressions." 26 | msgstr "**Search in Files **插件默认已加载。它还包括搜索和替换功能,以及支持使用正则表达式进行搜索。" 27 | 28 | #: ../../search_in_fe.md:5 29 | msgid "![](images/a-search.png)" 30 | msgstr "![](images/a-search.png)" 31 | 32 | #: ../../search_in_fe.md:7 33 | msgid "This plugin searches through text in the files of the current workspace. It does not search across workspaces." 34 | msgstr "这个插件可以在当前工作空间的文件中搜索文本,但不能跨工作空间搜索。" 35 | 36 | #: ../../search_in_fe.md:9 37 | msgid "Search and Replace" 38 | msgstr "搜索和替换" 39 | 40 | #: ../../search_in_fe.md:10 41 | msgid "Clicking on the caret to the left of the text input box will reveal the **replace** functionality." 42 | msgstr "点击文本输入框左侧的插入符号将显示**替换**功能。" 43 | 44 | #: ../../search_in_fe.md:12 45 | msgid "![](images/a-search-open.png)" 46 | msgstr "![](images/a-search-open.png)" 47 | 48 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/support.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2020-10-21 10:25+0200\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/support.pot\n" 17 | "X-Crowdin-File-ID: 6498\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../support.md:1 21 | msgid "Support chat" 22 | msgstr "支持聊天" 23 | 24 | #: ../../support.md:4 25 | msgid "We know that blockchain ecosystem is very new and that lots of information is scattered around the web. That is why we created a community support chat where we and other users try to answer your questions if you get stuck using Remix. Please, join the Remix channel and ask the community for help." 26 | msgstr "我们知道区块链生态系统是非常新的,并且大量信息分散在网络上。 这就是为什么我们创建了一个社区支持聊天,如果您在使用 Remix 时遇到问题,我们和其他用户会尝试回答您的问题。 请加入 Remix 频道并向社区寻求帮助。" 27 | 28 | #: ../../support.md:8 29 | msgid "For anyone who is interested in developing a custom plugin for Remix or who wants to contribute to the codebase, we've opened another channel specially for developers working on Remix tool." 30 | msgstr "对于有兴趣为 Remix 开发自定义插件或想要为代码库做出贡献的任何人,我们已经为使用 Remix 工具的开发人员专门开辟了另一个频道。" 31 | 32 | -------------------------------------------------------------------------------- /docs/locale/zh_CN/LC_MESSAGES/terminal.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: remix-translation\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2023-07-24 17:10+0200\n" 6 | "PO-Revision-Date: 2023-10-17 13:52\n" 7 | "Last-Translator: \n" 8 | "Language-Team: Chinese Simplified\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "Plural-Forms: nplurals=1; plural=0;\n" 13 | "X-Crowdin-Project: remix-translation\n" 14 | "X-Crowdin-Project-ID: 431830\n" 15 | "X-Crowdin-Language: zh-CN\n" 16 | "X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/terminal.pot\n" 17 | "X-Crowdin-File-ID: 6500\n" 18 | "Language: zh_CN\n" 19 | 20 | #: ../../terminal.md:1 21 | msgid "Terminal" 22 | msgstr "终端" 23 | 24 | #: ../../terminal.md:4 25 | msgid "![](images/a-terminal-and-more.png)" 26 | msgstr "![](images/a-terminal-and-more.png)" 27 | 28 | #: ../../terminal.md:6 29 | msgid "Features, available in the terminal:" 30 | msgstr "终端中可用的功能:" 31 | 32 | #: ../../terminal.md:8 33 | msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." 34 | msgstr "它集成了JavaScript解释器和`web3`对象。它使得可以执行与当前上下文交互的JavaScript脚本。(请注意,只有在选择`web provider`或`injected provider`模式时才可用`web3`)。" 35 | 36 | #: ../../terminal.md:12 37 | msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." 38 | msgstr "它显示在与 Remix IDE 交互时所做的重要操作(即发送一个新的交易)。" 39 | 40 | #: ../../terminal.md:14 41 | msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." 42 | msgstr "它显示在当前内容中挖掘的交易。 您可以选择显示所有交易或仅显示引用 Remix 知道的合约的交易(例如从 Remix IDE 创建的交易)。" 43 | 44 | #: ../../terminal.md:18 45 | msgid "It allows searching for the data and clearing the logs from the terminal." 46 | msgstr "它允许从终端搜索数据并清除日志。" 47 | 48 | #: ../../terminal.md:20 49 | msgid "You can run scripts by inputting them at the bottom after the `>`." 50 | msgstr "您可以在底部 `>` 之后输入命令来运行脚本。" 51 | 52 | -------------------------------------------------------------------------------- /docs/plugin_manager.md: -------------------------------------------------------------------------------- 1 | Plugin Manager 2 | =================== 3 | 4 | ![](images/a-plugin-man-overview.png) 5 | 6 | In Remix IDE you only load the functionality you need. Controlling which plugins are active or inactive happens in the **Plugin Manager**. 7 | 8 | This plugin architecture has made it possible to integrate tools made by the Remix team with tools made by external teams. This architecture also allows Remix or just parts of Remix to be integrated into other projects. 9 | 10 | ## Manage permissions 11 | When plugins need to access other plugins for their operation, a modal will appear to ask you for permission. 12 | 13 | ![](images/a-permission-modal.png) 14 | 15 | Often, the same plugin will want to do the same action multiple times. So when granting permission, it's helpful to click the **Remember this choice** box. If you don't, you might get this modal repeatedly popping up. 16 | 17 | ## View permissions 18 | You can view the permissions that you have granted to plugins by clicking on the **Permissions** button at the bottom of the **Plugin Manager**. 19 | 20 | ![](images/a-plugin-man-permissions.png) 21 | 22 | A modal will appear like the one below where you can view and erase the granted permission. 23 | 24 | ![](images/a-plugin-manager-modal.png) 25 | 26 | ## Plugin Devs: Load a local plugin 27 | 28 | A plugin in development can be loaded into Remix IDE by clicking the "Connect to a Local Plugin" link at the top of the Plugin Manager panel. 29 | 30 | ![](images/a-plugin-man-local.png) 31 | 32 | To learn more about how to create your own plugin, go to 33 | [the README of remix-plugin repo](https://github.com/ethereum/remix-plugin). 34 | -------------------------------------------------------------------------------- /docs/remix_as_code_viewer.md: -------------------------------------------------------------------------------- 1 | Remix as code viewer 2 | ============================= 3 | 4 | Through Etherscan 5 | ------------------ 6 | 7 | Verified contracts on Etherscan can be viewed in Remix by making a simple change to the URL. Mostly for a multiple part contract verification, Remix provides a quick way to load all the contracts. 8 | 9 | A typical Etherscan URL for a contract address looks like this: 10 | 11 | `https://etherscan.io/address/0xdac17f958d2ee523a2206206994597c13d831ec7` 12 | 13 | In the URL, change `etherscan.io` to `remix.ethereum.org` 14 | 15 | `https://remix.ethereum.org/address/0xdac17f958d2ee523a2206206994597c13d831ec7` 16 | 17 | and reload. It will fetch the contracts verified on Etherscan. 18 | 19 | Contracts verified on Ethereum mainnet and on other test networks (Ropsten, Rinkeby, Kovan & Goerli) will be loaded in respective directories under `etherscan-code-sample` workspace. 20 | 21 | ![](images/a-code-viewer-etherscan.png) 22 | 23 | This works for Etherscan testnet URLs `https://ropsten.etherscan.io`, `https://goerli.etherscan.io/` etc. If they are similarly updated, contracts will be loaded in Remix. 24 | 25 | Through GitHub 26 | ------------------ 27 | 28 | Solidity files in GitHub can be loaded on Remix with a similar tweak. For a file with URL like: 29 | 30 | `https://github.com/ethereum/remix-project/blob/master/apps/remix-ide/contracts/app/solidity/mode.sol` 31 | 32 | change `github.com` to `remix.ethereum.org` like: 33 | 34 | `https://remix.ethereum.org/ethereum/remix-project/blob/master/apps/remix-ide/contracts/app/solidity/mode.sol` 35 | 36 | and reload. It will open the same file in Remix IDE. 37 | 38 | ![](images/a-code-viewer-github.png) 39 | -------------------------------------------------------------------------------- /docs/remix_commands.md: -------------------------------------------------------------------------------- 1 | Remix Commands 2 | ============== 3 | 4 | In the console, you can run the commands listed below. Once you start to type a command, there is *auto complete*. These commands are using the following libraries: 5 | 6 | **remix**: Remix has a number of CLI commands for loading & executing file in a workspace. See the list below. 7 | 8 | **ethers**: Remix IDE enables the use of ethersjs commands. See the [Ethers docs](https://docs.ethers.io/) for the full list. 9 | 10 | **web3**: Remix IDE enables the use of web3js commands. See the [Web3js docs](https://web3js.readthedocs.io/) for the full list. 11 | 12 | **swarmgw**: This library can be used to upload/download files to Swarm via https://swarm-gateways.net/. 13 | 14 | ### Remix Commands 15 | 16 | **remix.execute(filepath)**: Run the script specified by file path. If filepath is empty, script currently displayed in the editor is executed. 17 | 18 | **remix.exeCurrent()**: Run the script currently displayed in the editor. 19 | 20 | **remix.getFile(path)**: Returns the content of the file located at the given path 21 | 22 | **remix.help()**: Display this help message. 23 | 24 | **remix.loadgist(id)**: Load a gist in the file explorer. 25 | 26 | **remix.loadurl(url)**: Load the given url in the file explorer. The url can be of type github, swarm or ipfs. 27 | 28 | ### A few Ethers JS examples 29 | **ethers.providers**: A Provider abstracts a connection to the Ethereum blockchain, for issuing queries and sending state changing transactions. 30 | 31 | **ethers.utils**: The utility functions exposed in both the ethers umbrella package and the ethers-utils. eg ethers.utils.formatBytes32String( text ) 32 | 33 | ### A few Web3 JS examples 34 | 35 | **web3.eth.abi**: The web3.eth.abi functions let you de- and encode parameters to ABI (Application Binary Interface) for function calls to the EVM (Ethereum Virtual Machine). 36 | 37 | **web3.providers**: Contains the current available providers. 38 | 39 | **web3.utils**: This package provides utility functions for Ethereum dapps and other **web3.js packages. 40 | 41 | ### A few Swarm examples (these will be updated soon) 42 | 43 | **swarmgw.get(url, cb)**: Download files from Swarm via https**://swarm-gateways.net/ 44 | 45 | **swarmgw.put(content, cb)**: Upload files to Swarm via https**://swarm-gateways.net/ 46 | 47 | -------------------------------------------------------------------------------- /docs/remix_tutorials_learneth.md: -------------------------------------------------------------------------------- 1 | Tutorials in Remix 2 | ================== 3 | 4 | **Learneth** is a tutorial platform integrated into Remix. 5 | 6 | Tutorials can contain quizzes for testing students' work. These quizzes are run by Solidity Unit Tests. 7 | 8 | ![](images/a-learneth.png) 9 | 10 | We have a growing set of tutorials on our repo- but anyone can build tutorials on their own repos and have their students load them up! 11 | 12 | The tutorials contain .md files for instructions and can also contain example files, Solidity Unit Test files for quizzes, as well as answer files for quizzes. 13 | 14 | ### Opening Learneth & associated links 15 | Learneth is a plugin - so to access it, you need to activate the Learneth plugin in the Plugin Manager. Alternatively - this link will active it: click this link. 16 | 17 | ``` 18 | https://remix.ethereum.org/?#activate=udapp,solidity,LearnEth 19 | ``` 20 | 21 | This link will activate Learneth and then will open a specific tutorial - in this case it will load the **proxy contract** tutorial: 22 | 23 | ``` 24 | https://remix.ethereum.org/?#activate=udapp,solidity,LearnEth&call=LearnEth//startTutorial//ethereum/remix-workshops//master//proxycontract 25 | ``` 26 | 27 | **NOTE:** For other tricks about Remix URLs with parameters, go here: [locations](locations.html). 28 | 29 | ### Learneth Tutorials 30 | 31 | Here is the current list of Learneth Tutorials 32 | 33 | ***Beginner*** 34 | 35 | Remix Basics 36 | Intro to Solidity 37 | 38 | ***Intermediate*** 39 | 40 | Basic Use of web3.js 41 | The Recorder 42 | 43 | ***Advanced*** 44 | 45 | All About Proxy Contracts 46 | Deploy with Libraries 47 | Opcodes in the Debugger 48 | 49 | 50 | ### Learneth & Tutorial Repos 51 | 52 | The code for the Learneth plugin is located here: 53 | https://github.com/bunsenstraat/remix-learneth-plugin/blob/master/docs/index.rst 54 | 55 | Documentation for creating your own tutorials is located here: 56 | https://remix-learneth-plugin.readthedocs.io/en/latest/index.html 57 | 58 | Remix maintains and curates this repo of Learneth tutorials: 59 | https://github.com/ethereum/remix-workshops 60 | -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | sphinx>=7.0.0 2 | sphinx-rtd-theme>=1.3.0rc1 3 | myst-parser -------------------------------------------------------------------------------- /docs/run_proxy_contracts.md: -------------------------------------------------------------------------------- 1 | Deploy & Run Proxy Contracts 2 | ============================ 3 | 4 | Remix IDE has the functionality to assist in the handling of proxy contracts that use the UUPS pattern. 5 | 6 | A UUPS proxy contract is the implementation side of an [ERC1967Proxy](https://eips.ethereum.org/EIPS/eip-1967). 7 | 8 | Once you have deployed a UUPS implementation contract, Remix will deploy an ERC1967 with your implementation contract's address. 9 | 10 | To interact with the functions in the **implementation contract**, use the deployed instance of the **ERC1967 instance** not on the implementation contract. 11 | 12 | When it's time to upgrade your contract, Remix has a UI for this. 13 | 14 | To try this out, you will need to get a proxy contract. Go to wizard.openzeppelin.com and select a contract. Then, in the Upgradeability section, check the UUPS option. Then, copy and paste the file into Remix. Compile the file and go to Deploy & Run. 15 | 16 | ## Deploying 17 | When a UUPS contract is selected in Deploy & Run's Contract select box, you'll see some checkboxes below the Deploy button: 18 | 19 | ![](images/a-proxy-deploy1-noParams.png) 20 | 21 | Check the box for **Deploy with Proxy**. This will create two transactions: one for the implementation (your contract) and the other for the ERC1967 proxy contract. You will get two modals to check through: 22 | 23 | ![](images/a-proxy-modal1.png) 24 | 25 | and then 26 | 27 | ![](images/a-proxy-modal2.png) 28 | 29 | If you are deploying to the **Remix VM**, these modals will appear one after the other. If you are connected to the mainnet or a public testnet, then the second modal will appear after the first transaction has gone through. 30 | 31 | After the ERC1967 proxy contract is deployed, in the Deployed Contracts section, you'll see two deployed instances. 32 | 33 | ![](images/a-deployed-instances.png) 34 | 35 | To interact with your implementation contract **DO NOT** use the instance of your contract. Instead, you should **use the ERC1967 Proxy**. The proxy will have all the functions of your implementation. 36 | 37 | ## Upgrading 38 | 39 | To upgrade, check the Upgrade with Proxy box and dial down the caret to see the options: 40 | 41 | ![](images/a-proxy-upgrade.png) 42 | 43 | You'll either need to use the last deployed ERC1967 contract, or input the address of the ERC1967 contract that you want to use. 44 | -------------------------------------------------------------------------------- /docs/search_in_fe.md: -------------------------------------------------------------------------------- 1 | Search in Files 2 | ================ 3 | The **Search in Files** plugin is loaded by default. It also includes functionality to search & replace as well as searching with regular expressions. 4 | 5 | ![](images/a-search.png) 6 | 7 | This plugin searches through text in the files of the current workspace. It does not search across workspaces. 8 | 9 | ## Search and Replace 10 | Clicking on the caret to the left of the text input box will reveal the **replace** functionality. 11 | 12 | ![](images/a-search-open.png) 13 | -------------------------------------------------------------------------------- /docs/security.md: -------------------------------------------------------------------------------- 1 | Using Remix Safely 2 | ================== 3 | 4 | - It is dangerous to send transactions on contracts you don't understand (even if it's a get rich quick scheme that you've copied & pasted from a Discord DM or a youtube video and you really really want to get rich). 5 | 6 | - Check our [article](https://medium.com/remix-ide/remix-in-youtube-crypto-scams-71c338da32d?source=friends_link&sk=bb6efbbf88bc3e496611943d282ad797) on a current scam promoting "liquidity front runner bots". 7 | 8 | - Always check that you are loading Remix over HTTPS unless you have a specific reason for accessing it with HTTP (e.g. for using Remix locally or for a connection you trust). 9 | 10 | - Make sure all your imports include the **version number** otherwise you don't know what version of files you are getting and the builds are not reproducible. 11 | 12 | So **do not** use an import like this:
13 | `import "@openzeppelin/contracts/token/ERC20/ERC20.sol";` 14 | 15 | Rather, **use one** like this:
16 | `import "@openzeppelin/contracts@4.7.3/token/ERC20/ERC20.sol";` 17 | 18 | - When connecting a contract to an existing deployment, ensure that the thing you are connecting to is correct AND is the correct version. 19 | 20 | - Always be sure to address or understand every warning. 21 | 22 | - Remix is a subdomain of ethereum.org - so the only valid Remix urls are: 23 | - remix.ethereum.org 24 | - remix-alpha.ethereum.org 25 | - remix-beta.ethereum.org 26 | 27 | If you are directed to some site that looks like Remix but has a **similar but different URL** - it is NOT Remix and is likely a scam. 28 | 29 | ### Remix's ease makes its users a target 30 | Because Remix has no setup, it has a large community of noobies to smart contract development. This is great, but it provides a target audience for scammers exploit. Without Remix, the scammers would first need to instruct victims to set up a local dev environment, which would severely limit the success rate of the scam. 31 | 32 | **Scams lose their effectiveness when potential victims are educated about scams and about how to read and understand code. Learn Solidity and learn it well!** 33 | 34 | For Solidity Tutorials in Remix, go to the LearnEth plugin. 35 | 36 | -------------------------------------------------------------------------------- /docs/terminal.md: -------------------------------------------------------------------------------- 1 | Terminal 2 | ======== 3 | 4 | ![](images/a-terminal-and-more.png) 5 | 6 | Features, available in the terminal: 7 | 8 | - It integrates a JavaScript interpreter and the `web3` object. It 9 | enables the execution of the JavaScript script which interacts with 10 | the current context. (note that `web3` is only available if the 11 | `web provider` or `injected provider` mode is selected). 12 | - It displays important actions made while interacting with the Remix 13 | IDE (i.e. sending a new transaction). 14 | - It displays transactions that are mined in the current context. You 15 | can choose to display all transactions or only transactions that 16 | refers to the contracts Remix knows (e.g transaction created from 17 | the Remix IDE). 18 | - It allows searching for the data and clearing the logs from the 19 | terminal. 20 | - You can run scripts by inputting them at the bottom after the `>`. 21 | 22 | -------------------------------------------------------------------------------- /docs/vyper.md: -------------------------------------------------------------------------------- 1 | Vyper Compiler 2 | ============== 3 | 4 | Vyper contracts can be compiled in Remix with the **Vyper compiler**. 5 | 6 | ![](images/a-vyper-pi-basic.png) 7 | 8 | The plugin can be activated by going to: 9 | 1. the Plugin Manager and clicking on the Vyper compiler's activate button. 10 | 2. the File Explorer, then by right-clicking on a .vy file and selecting compile in the pop-up menu. 11 | 3. https://remix.ethereum.org/#activate=vyper 12 | 13 | ## Compiling a Vyper file 14 | A Vyper file (with a .vy extension) needs to be the active file in the Editor. To get some example files, click on the **Clone Vyper examples repo** button. This will clone a repo and put it in a new Workspace. Go to the File Explorer to see the files. 15 | 16 | ## Specifying Vyper version, EVM versions, and optimize 17 | 18 | To specify the Vyper version, the EVM version, and optimize setting, add a comment at the top of your .vy code as in the examples below: 19 | 20 | ### Specify Vyper version 21 | As of 0.3.10, the recommended way to specify the version pragma is as follows: 22 | 23 | ``` 24 | #pragma version ^0.3.10 25 | ``` 26 | 27 | ### Old way to specify Vyper version 28 | 29 | ``` 30 | # @version ^0.3.0 31 | ``` 32 | 33 | ### EVM version 34 | ``` 35 | # @pragma evm-version paris 36 | ``` 37 | 38 | ### Optimize 39 | ``` 40 | #pragma optimize codesize 41 | ``` 42 | For optimize, the choices options are `none`, `codesize`, or `optimize`. 43 | 44 | For more info see the Vyperlang [docs](https://docs.vyperlang.org/en/stable/). 45 | 46 | ### Initiating compilation 47 | There are 4 ways to compile: 48 | 1. Click the compile button in the plugin 49 | 2. Right-click on a .vy file in the File Explorer and select `Compile for Vyper`. 50 | 3. Click on the play button at the top left of the Editor when a .vy file is the active tab. 51 | 4. CTRL + s when a .vy file is in the active tab of the Editor. 52 | 53 | ## Remote vs Local compiler 54 | The default is to use the remote compiler. To see the settings open up the Advanced Settings accordion box. 55 | 56 | ### Remote Compiler 57 | 58 | The remote compilation is done using our remote containerized service that supports the official Vyper plugin for the Ape framework which ApeWorX maintains. 59 | 60 | ### Local Compiler 61 | 62 | The local compilation can be done by connecting Remix Online IDE to your file system with [Remixd](remixd.html) and then running a docker container that runs the Ape framework. 63 | 64 | When the next version of Remix Desktop is ready, you’ll be able to run everything locally — both Remix, and the new Vyper compilers (still in Docker, of course). 65 | 66 | ## Compiler errors 67 | When there are compiler errors in the Vyper plugin, a card will appear at the bottom of the compiler. 68 | 69 | Errors appear one at a time. Fix one error, and the next one, if it exists, will appear. 70 | 71 | ![](images/a-vyper-compiler-error.png) 72 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/favicon.ico -------------------------------------------------------------------------------- /remix_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum/remix-ide/6dc5d4d24754249a41f641d9a2365fa6d83f2a81/remix_screenshot.png -------------------------------------------------------------------------------- /translation.md: -------------------------------------------------------------------------------- 1 | ## Manage Translation 2 | 3 | Here's the list of commands to run in order to update the files which contain translated texts: 4 | 5 | This [link](https://docs.readthedocs.io/en/stable/guides/manage-translations.html) details all the steps. 6 | 7 | ### - If there's no content change: 8 | 9 | `sphinx-build -b html -D language=es_AR . _build/html/es_AR` (1) 10 | 11 | This need to be run *after* the `po` files are translated and this generate the `mo` files which also need to be pushed to master. 12 | The command above needs to be run for each language. 13 | 14 | ### - If there are changes in the content: 15 | 16 | `sphinx-build -b gettext . _build/gettext` 17 | 18 | `sphinx-intl update -p _build/gettext -l es_AR -l pt_BR` (install: `pip install sphinx-intl`) 19 | 20 | `-l es_AR -l pt_BR` represents a list of translated files to generate. 21 | 22 | Then *after* a `po` file is translated, the command (1) should be run. The `_build/html` folder doesn't need to be pushed to master. 23 | --------------------------------------------------------------------------------