Remix IDE allows developing, deploying and administering smart contracts for Ethereum like blockchains. It can also be used as a learning platform.
Start coding online
Solidity is an object-oriented, high-level language for implementing smart contracts.
Read the docspragma solidity ^0.4.0;
contract SimpleStorage {
uint storedData;
function set(uint x) public {
storedData = x;
}
function get() public view returns (uint) {
return storedData;
}
}
Remix plugin helps you extend the Remix IDE. The goal is to give access of all the community features inside Remix and make them available for Ethereum Developers.
Remix Plugin on Github
Remix libraries are low-level libraries that tool developers can use to enhance their features!
The Remix project team is giving workshops both about Remix and more general introductions to blockchains and their uses. We tailor our presentations to the technical knowledge of your group and we try to give entertaining talks. Reach out to us by e-mail or chat with us on one of our gitter channels.
Contact usFeel free to reach out to us
We are a team of 7 people working mostly remotely from Berlin (Germany), USA, India, Canada, Nigeria. Our work is funded by the Ethereum Foundation. We are passionate about our work and we love blockchain development and are here to serve you. Please reach out to our gitter channel to ask us anything.
I moved from France to Berlin to join the Remix team… I didn’t think I would miss croissants that much…
Came from the south of France and in Berlin since 5 years, enjoying the weather and the crypto scene.
Formerly an architect of buildings now of virtual spaces