Remix Project

1.7K posts

Remix Project banner
Remix Project

Remix Project

@EthereumRemix

A rich and accessible Web3 toolset for learning, building, and testing on multiple chains

Katılım Haziran 2019
286 Takip Edilen9K Takipçiler
Remix Project
Remix Project@EthereumRemix·
🎧🎶Did you know❓ A Dapp can pay your gas fees instead of you. EIP-7702 enables this by letting your EOA (wallet) delegate to a smart contract. That contract can include sponsorship logic, so a third party, like an app, onboarding a new user who doesn't hold ETH yet, submits and pays for the transaction on your behalf. Remix has a template that lets you try this hands-on. Load the EIP-7702 template and start building.
English
2
4
12
306
Remix Project
Remix Project@EthereumRemix·
Attending @ethmumbai tomorrow❓Don't miss an insightful session on Vibecoding in Remix by @AniketEngg, plus a sneak peek at upcoming Remix v2 features. 2:30 PM IST. See you there!!
Remix Project tweet media
English
2
2
16
230
Remix Project retweetledi
Developer DAO (🧱, 🚀)
Developer DAO (🧱, 🚀)@developer_dao·
🎙️ Are you someone new to smart contract development? @EthereumRemix is one of the best resource available to you to begin experimenting and learning blockchain development. Hear @ryestew and @pippertetsing give you a breakdown in this clip from DevNTell
English
3
5
8
717
Remix Project
Remix Project@EthereumRemix·
🎧🎶Did you know❓ Deploying a smart contract without verifying it is a serious red flag to users. Wallets like @MetaMask & @Rabby_io wouldn't be able to decode calls into human-readable descriptions, and users would only see raw hex data when interacting with your contract. Remix makes contract verification easier with the Contract Verification plugin, which supports popular tools such as @SourcifyEth, @etherscan, @blockscout, and @routescan_io.
Remix Project tweet media
English
1
4
22
678
Remix Project
Remix Project@EthereumRemix·
Remix will be on DevNTell this week! Join us this Friday at 4:30 pm UTC on @devntellxyz as we talk about Remix v2. We'll be showcasing major updates, including: • The updated MCP server • The new Front-end Builder • User Accounts and Cloud Storage • AI Chat History ...and the new UI for the Deploy and Run plugin.
Remix Project tweet media
English
2
4
10
760
Remix Project
Remix Project@EthereumRemix·
🎧🎶Did you know❓ You can optimize your Solidity code in Remix using the compiler's optimizer. It runs a series of transformation passes over your code to simplify it by eliminating dead code, folding constants, and inlining functions. You can find this option in the Solidity Compiler's advanced configuration settings.
English
2
4
9
371
Remix Project retweetledi
Developer DAO (🧱, 🚀)
Developer DAO (🧱, 🚀)@developer_dao·
Are you someone looking to learn web3 development? 🎙️ In the second episode of DevNTell this week we'll be joined by @EthereumRemix Lead DevRel @ryestew who'll give us an overview of the platform, how it can help you up your smart contract game and more 📅 Feb 27 📋 RSVP to watch the episode live luma.com/c4bl3o1j
English
1
1
4
424
Remix Project
Remix Project@EthereumRemix·
Depending on how you configure it, this can reduce your deployment cost, lower the gas cost of function calls, or balance both. One important caveat: the optimizer settings you compile with are baked into the bytecode, so they must stay consistent across compilation, auditing, and verification. Different settings on identical source code produce different bytecode, which will break Etherscan verification. Learn more about optimizing your Solidity code from the Solidity documentation → docs.soliditylang.org/en/latest/inte…
English
0
0
4
163
Devcon 8 | Mumbai, India 🇮🇳
Mumbai, we're coming back 🇮🇳 In less than a month we're returning to continue the journey to Devcon 8 at @ethmumbai! Who should we meet while we're there?
Devcon 8 | Mumbai, India 🇮🇳 tweet media
English
39
8
257
9K
nessandikom.base.eth 🤎
nessandikom.base.eth 🤎@nessa_ndikom·
remember when i was having trouble figuring out how to push my code from Remix IDE to GitHub while learning Solidity? i was struggling because the written resources i found didn't break down the steps into bits and assumed too much prior knowledge. i only figured things out after watching a YouTube video that actually explained it step by step. being a technical writer, i thought: why not write my own guide, specifically made for complete beginners to using @EthereumRemix? so i did. 😊 this guide is for beginners to using @EthereumRemix's web version who want their work safely backed up and version-controlled on GitHub, without needing to touch the command line. check it out below: ↓ hi @ryestew. i wrote this to help the developer community navigate Remix's GitHub integration more easily. i'd love to hear your thoughts if you get a chance to read through it.
nessandikom.base.eth 🤎 tweet media
nessandikom.base.eth 🤎@nessa_ndikom

i was also documenting my learning process as i went along. so expect an article soon? (or at least once i get the hang of things 😅).

English
4
3
10
351
Remix Project
Remix Project@EthereumRemix·
With Safe Modules, you can add custom logic to your Multisig. For example, you can let a single signer spend up to X ETH/day, automate recurring payments, etc. With Safe Guards, you can add additional restrictions to your Multisig. For example, you can cap the max transaction size, whitelist addresses, or block certain operations. Learn more about Safe Modules → docs.safe.global/advanced/smart… Learn more about Safe Guards → docs.safe.global/advanced/smart…
English
1
0
4
183
Remix Project
Remix Project@EthereumRemix·
🎧🎶Did you know❓ Remix has a Gnosis @safe template, which you can use to extend Safe's functionality beyond basic multisig features and add your own custom logic using Safe Modules and your own restrictions using Safe Guards? Check out the template on remix.ethereum.org
English
12
7
38
4K