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

Avantgarde Finance

New York, NY, United States

$98k - $150k

Crypto.com

United States

$63k - $95k

W3BCLOUD

Los Angeles, CA, United States

$63k - $90k

Nansen.ai

Singapore, Singapore

$54k - $77k

Consensys

Remote

$32k - $61k

Consensys

Remote

$54k - $70k

Consensys

Remote

$54k - $60k

Dept

$54k - $100k

RociFi

Remote

Binance

Europe

Clearmatics

London, United Kingdom

$70k - $14k

Set Labs

San Francisco, CA, United States

$40k - $100k

DeFi Solidity Smart Contracts Engineer

Avantgarde Finance
$98k - $150k estimated
New York New York United States
Join Talent Pool

This job is closed

Avantgarde Finance is the developer and maintainer of the Enzyme Protocol (formerly known as Melon). Our vision is to empower asset managers and their investors with cutting edge technologies to automate asset management protocol. Our mission is to automate administrative and operational process for our users so that they can spend their time doing what they do best and manage investments instead of being bogged down with administration. In joining us you'll take part in transforming crucial infrastructure which underpins a $100 trillion dollar asset management industry.

As a team, we're passionate about open-source software, empowering the long tail and decentralised technology's potential to act as an establisher of trust between market participants. We are a highly energetic, hard working and enthusiastic team proud to be working on one of the earliest DeFi protocols in the space (founded in 2016).


The role

We are looking for a senior smart contract/blockchain engineer. The work will vary from new feature development, smart contract level integration with other DeFi protocols and upgrading the protocol repository. You will also be involved in more research-oriented topics, such as interoperability, privacy and more.

You will be expected to work remotely, in a team setting, and in alignment with the company's goals and strategy. You may from time to time work on other parts of the stack, depending on your profile, interests, or needs of the company.

It is important that you are highly communicative, like to discuss code, conduct research and share (discuss) tools and design patterns. You should also be happy/comfortable working independently but also asking questions, challenging the status quo, checking in regularly, sharing ideas for implementations and have a general excitement about the DeFi space and programming.

Technical skills

  • Deep understanding of smart contracts and the EVM
  • Deep understanding of Solidity
  • Experience developing complex systems of smart contracts
  • 10 years software development experience
  • 1-3 years of experience in Solidity

Soft skills

  • Strong communication skills
  • Strong team player
  • Enthusiastic
  • Problem solver

Nice to have

  • Familiarity with or previous exposure to other DeFi protocols
  • Familiarity with upgradability in smart contracts
  • Other programming experience, especially on open source projects
  • Familiarity with asset management (front end or back, middle office processes)
  • Salary according to experience
  • Equity compensation possible for entrepreneurial spirits
  • Remote working
  • Learn from a talented engineering team
  • Be part of a reputable DeFi initiative with significant potential
  • Opportunity to meet up with the team at regular off-sites (travel restrictions permitting)

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.