Remix Release v0.54.0
The Big News
- Login to GitHub from the File Explorer
- New Cookbook templates
- sendRawTransaction is added to the remix-simulator library’s API
GitHub Login Right in the File Explorer
If you haven’t already noticed, our Git plugin is now active by default in the icons panel. Now we’ve made it more convenient to log in.
Look in the File Explorer and you’ll see it:
When you click on it, a “Login with GitHub” button will appear in the Git plugin:
Follow instructions to connect to GitHub with the code presented. Then when the login succeeds, you’ll see your GitHub icon in the File Explorer:
Of course, you don’t need to log in to GitHub to use Remix. But remember that browser storage is limited, so it is wise to push to an external repo.
New Cookbook Templates
We’ve put a selection of contracts from Cookbook in the Workspace templates. To see the new contracts, make a new Workspace by clicking on the Hamburger menu, and select the “Create Using Template” option in the menu:
Then, a “Workspace Templates” list will appear in the main panel.
Scroll down until you reach the Cookbook section, and create or add templates to your current Workspace there.
sendRawTransaction is Added to the remix-simulator API
The in-browser simulated chain, RemixVM, is powered by our library, remix-simulator. And the remix-simulator can be run outside of Remix. This update keeps its API up-to-date with the library.
Thank You, Dear Remix Users
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.
Join our Discord server for community support. Or, send us an email at remix@ethereum.org!