EVM Jobs

1,207 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of EVM Jobs
Celsius
$11k - $62k estimated
Manhattan United States
Apply

Celsius addresses the financial needs of today’s consumers worldwide through a democratized interest income and lending platform accessible via a mobile app. With a mission to put unparalleled economic freedom in the hands of the people, and a core belief that financial services should only do what is in the best interests of the community, Celsius is a modern platform where membership provides access to curated financial services that are not available through traditional financial institutions. Crypto holders can earn high-yield compounding interest by transferring coins to their Celsius Wallet and can borrow fiat currency against their crypto collateral at the lowest interest rates in the space. 


The Celsius team is committed to doing good and doing well. We believe in the power of disruption and the importance of decentralization to create a new system that acts in the best interest of everyone. Each member of our team brings something unique and innovative to the table, but the common thread that links us together is our passion for blockchain, equality, and leading the next financial revolution that changes the equation to bring power back to the people.


Position: Senior Software Engineer - Blockchain Protocol


The ideal candidate will be highly motivated, with passion for our company and team mission. We seek a problem-solving individual willing to learn and contribute to our energetic and fast-paced team. 


Responsibilities:

  • Research, design, and implement core blockchain systems.
  • Support and implement Proof of Concepts to support delivery initiatives

Technical Requirements:

  • Experience with Geth implementation or its closely related forks
  • Knowledge of EVM and its mechanics
  • Experience with Golang/Rust/C++
  • Experience with Web3 API, Typescript, and Solidity
  • Knowledge of basic blockchain fundamentals such as BFT, P2P, Consensus, etc
  • Knowledge of DeFi protocols such as Uniswap, Compound, and AAVE
  • 3+ years (or more) experience in software engineering for large-scale, production-level software systems
  • A college degree is not required for this position.

Celsius is currently operating fully remotely while navigating COVID-19 guidelines, however, Celsius has offices in Hoboken, New York City, Atlanta, London, Austin, and Tel Aviv and employs remote employees based in cities all around the world.

⬇
Apply Now

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.