Remix Release v0.44.0

Rob Stupay
Remix Project
Published in
2 min readFeb 28, 2024

The Big News

  • Save deployed contracts
  • Sindri integration
  • Vyper compiler updates

Saving Deployed Contracts

Did you remember the address of that contract you recently deployed?
Now, when deploying to a public chain (using the Injected Provider), Remix has a save button.

Deploy a contract with the Injected Provider Environment, and the next time you come back to Remix and select Injected Provider, your contract will be there!

You just need to connect to the same chain using Injected Provider.

Sindri Integration

Sindri is a service for computing ZK Proofs remotely. To try out this integration, load a Circom template and then in the hamburger menu at the top of the File Explorer choose Add Sindri ZKScripts.

A Readme file will open with more information about this service.

Vyper Updates

Hey Vyper fans, have you tried the Vyper plugin yet? We’ve put the choice of Remote or Local compiler in the Advanced Settings accordion box. The default choice is the remote compiler.

Thank You Industrious Remix Users

You clean the dust out of industrious!

Please report any problems you find in Remix. And, as always, please send us any suggestions about changes you’d like to see in Remix, or any functionality you think would be useful to add.

We no longer follow the discussions on Gitter, so we encourage you to move over to our Discord server for community support. Or, send us an email at remix@ethereum.org!

--

--