Educational use only.
Templates are simplified examples, not audited code. Never deploy
value-bearing contracts without a professional audit.
Read the full disclaimer.
Welcome to the ContractLab IDE. Choose a template or start typing
Solidity above. Compilation is done in your browser with solc-js.
Getting started
1. Select a template from the Explorer sidebar. 2. Adjust compiler
settings if needed. 3. Click Compile. 4. Connect your wallet and click
Deploy. 5. Use Verify to publish source code.
PulseChain EVM version — important
PulseChain currently runs the Shanghai hardfork. You should compile with
evm_version = shanghai on both mainnet (chain 369) and testnet v4 (chain
943). Using a newer EVM target may produce bytecode or behavior that is
not supported on PulseChain.
PulseChain Testnet v4
Chain ID: 943 Currency: tPLS RPC:
https://rpc-testnet-pulsechain.g4mm4.io
Disclaimer
This IDE is for education and testing. Generated code is not audited and
should not be used for value-bearing contracts without review.