EVM Jobs

1,213 jobs found

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

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Fractional

United States

$95k - $170k

bloXmove

Remote

$36k - $61k

Fractional

Ljubljana, Slovenia

$95k - $145k

Fractional

United States

$95k - $155k

Verisart

London, United Kingdom

$36k - $56k

Binance

Remote

Gnosis

Berlin, Germany

Solana Labs

Chicago, IL, United States

$40k - $86k

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

Gnosis

Berlin, Germany

Binance

Remote

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

Aave

London, United Kingdom

$84k - $110k

Senior Solidity Engineer

Silo Finance
$300k - $750k
Remote
Join Talent Pool

This job is closed

About Silo Finance

Silo https://www.silo.finance/ is a decentralized, risk-isolating lending protocol that brings secure lending markets to all token assets. We are a distributed team working to disrupt the decentralized lending market. We are close to launching our beta protocol on Ethereum.

Silo is backed by a large community of top builders and enthusiasts in the blockchain. In December 2021, we raised over $33M from over 600 backers in a fair, permissionless token auction.

About the Role

We are looking for senior software engineers with advanced Solidity experience to join the core contributors team to build the next big lending protocol.

Responsibilities

  • Write quality, well-tested Solidity code.
  • Write documentation, design flow diagrams, and review PRs.
  • Research, design, scope, and estimate your projects.
  • Collaborate with product and the UI teams.
  • Write automation tests.

Requirements

  • 3+ years of experience writing, testing, deploying, and verifying Solidity applications.
  • 3-5+ years of programming experience.
  • Being able to work in a team environment, take part in audit sessions, and follow Agile processes.
  • Being able to work in a fast-paced environment.
  • Written and spoken communication skills in English.

Nice To Have

  • Understanding of how Ethereum stores state and related data structures EVM knowledge - opcodes etc.
  • Solidity and knowledge of ABI (eg. variable mapping to storage slots)
  • Ethereum blockchain test tools (e.g. Truffle, Embark, Hard Hat, etc.)

Benefits

  • Basic Salary: $300,000 / Year
  • Token options: $450,000 / Year
  • Remote & flexible working hours

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.