EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Matter Labs | Dublin, Ireland | $90k - $100k | |||
Ellipsis Labs | New York, NY, United States | $74k - $110k | |||
DApp360 Workforce | United States | $72k - $150k | |||
Astranis | San Francisco, CA, United States | $98k - $180k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
SafeGlobal | New York, NY, United States | $33k - $75k | |||
Calyptus | New York, NY, United States | $36k - $54k | |||
Coinbase | United States | $127k - $149k | |||
Cake Group | Singapore, Singapore | $90k - $150k | |||
Aurora Labs | Remote | $105k - $210k | |||
Odiin | New York, NY, United States | $200k - $350k | |||
Unlimit | Almaty, Kazakhstan | $72k - $75k | |||
Enya Labs | Palo Alto, CA, United States | $72k - $75k | |||
Moonsong Labs | Madrid, Spain | $45k - $85k | |||
Evmos | New York, NY, United States | $72k - $75k | |||
OKX | Bangalore, India | $87k - $115k |
Software Engineer- Blockchain Integrations
What You'll Be Doing
- Be a goal-oriented developer, diving deeply into our codebase in order to solve problems spanning from our L1 contracts to our zkp-friendly VM to our core node
- Conduct independent research in your area of ownership, design, implement and document solutions
- Combine great engineering skills with great communication skills in order to onboard the biggest companies in the web3 and web2 worlds to utilize the ZK Stack and deploy Hyperchains
- Develop a strong understanding of the value proposition zkSync can bring to the world derived by a true mastery of the technology
- Work with DeFi Blue Chips to help them deploy on zkSycn Era
What We Look For in You
- 3+ years in backend software development and a deep understanding of software engineering best-practices and architectures.
- Experience in web3 or blockchain companies/projects.
- Passion for our mission to advance personal freedom for all.
- Strong communication skills and proven ability to efficiently work with remote teams.
- Ownership mindset and a track record of successfully accomplished projects.
- Excellent understanding of Ethereum. Low level understanding of the EVM is a big plus as well as experience with Ethereum development (Hardhat, Foundry, Ethers, Web3, Solidity).
- Thriving solo thinking through complex problems just as much as jumping into meetings with the business team and partners to discuss projects and initiatives in different stages of maturity.
- Security-minded and always checking for potential security threats
- Fluency in written and spoken English
What is EVM?
EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network
It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform
The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly
This is important for security reasons, as it prevents malicious code from affecting the rest of the network
When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM
Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions
When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code
The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step
The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole
The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer
This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs
The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment
It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.