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

Parity Technologies

New York, NY, United States

$63k - $70k

Gnosis

Remote

Adim

Los Angeles, CA, United States

$63k - $100k

Ondo Finance

Remote

$120k - $200k

Coinmarketcap

London, United Kingdom

$74k - $100k

eBay

Manchester, United Kingdom

$72k - $84k

Flashbots

San Francisco, CA, United States

$63k - $85k

Gnosis

Remote

OpenZeppelin

Toronto, Canada

$72k - $84k

OpenZeppelin

Remote

$72k - $84k

Gnosis

Remote

Vibhathi Labs

United States

$72k - $110k

Parity Technologies

New York, NY, United States

$63k - $100k

Blockswap

San Francisco, CA, United States

$63k - $100k

Blockswap

London, United Kingdom

$72k - $84k

Engineering Manager

Parity Technologies
$63k - $70k estimated

This job is closed

Parity is one of the world's most experienced core blockchain infrastructure companies, having built and pioneered some of the most advanced technologies in the blockchain sector. Parity was founded by Dr. Gavin Wood, co-founder and former CTO of Ethereum, the primary engineer behind the Ethereum Virtual Machine (EVM), inventor of the Solidity programming language, and primary author of the Ethereum Yellowpaper.

Based in Berlin, London, and Lisbon with over 340 employees worldwide, Parity has built clients for Ethereum, Bitcoin, and Zcash and has pioneered a completely new, next-generation blockchain protocol with Polkadot and the framework it’s built with, Substrate. Parity builds the open-source technologies needed to power an unstoppable, decentralised web—known as Web3—and helps developers and organisations implement and build upon the Web3 tech stack.

About the team:

The Solution Delivery Services team focuses on providing technical advisory, support and hands on development services to Substrate and Polkadot builders. Our mission is to provide best in class service to external teams building on the Substrate stack.

About the position:

As an Engineering Manager in the Solution Delivery team, you will be leading a team of solution and application engineers building blockchain solutions for our customers. You will inspire the best developer groups around the world and help them grow as a high-performance team. You ill be responsible for:

  • Leading and managing a solution/application engineering team consisting of up to 8 team members.
  • Managing and building a constructive feedback loop in your team and stakeholders.
  • Building the onboarding and ramp-up process for your team.
  • Driving continuous improvement focusing on quality in your own team and cross teams.
  • Continuously developing relationships between solutions, engineering and key stakeholders across all domains.
  • Playing a key role in helping the Substrate ecosystem build great products.

About you:

  • You have a minimum 8+ years of industry experience, and at least 2 years of engineering management/tech leadership experience.
  • You have strong people management skills.
  • You bring experience leading cross functional software engineering teams in a fast paced, delivery focused environment.
  • You possess a familiarity with blockchain and decentralized applications.
  • You have excellent interpersonal, verbal, and written communication skills.

About working for us:

For everyone who joins us:

  • Competitive remuneration packages, including tokens (where legally possible), based on iterative market research
  • Remote-first, global working environment with flexible hours
  • Collaborative, fast-paced, and self-initiating culture, designed to mimic an open source workflow
  • Energising and collaborative team and company retreats all over the world
  • Opportunity to learn more about Web3 while on the job, with access to some of the brightest minds in this space; we have plenty of educational initiatives such as internal sessions, all-hands, AMAs, hackathons, etc.
  • Teammates who are genuinely excited about their job, impact, and Parity’s mission
  • Opportunity to relocate to Germany or Portugal

For those joining us as employees in Germany, Portugal, or the U.K.:

  • 28 paid vacation days per year
  • Work laptop (macOS or Linux-based) and equipment to enable you to work successfully
  • £2,500 yearly learning and development budget for conferences or courses of your choice

Not a perfect match to our requirements? We're still excited to receive your application and hear how you think you can help us achieve our mission.

To see how we use your data please see our Applicant Notice.

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.