EVM Jobs

1,208 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

Silo Finance

Austin, TX, United States

$72k - $110k

Celo Foundation

Remote

$72k - $75k

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

RociFi

Remote

$22k - $100k

Cake DeFi

Singapore, Singapore

$43k - $86k

Cake DeFi

Singapore, Singapore

$36k - $62k

Cake Pte Ltd

Singapore, Singapore

$43k - $86k

Cake Pte Ltd

Singapore, Singapore

$36k - $62k

Gnosis

Berlin, Germany

Fractional

United States

$95k - $170k

bloXmove

Remote

$36k - $61k

Fractional

Ljubljana, Slovenia

$95k - $145k

Fractional

United States

$95k - $155k

Silo Finance
$72k - $110k estimated
TX Austin US
Apply

Only apply if you have 3+ years of experience writing smart contracts.

About Silo Finance

Silo 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.

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.