EVM Jobs

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

Oasis Protocol Foundation

Madrid, Spain

$91k - $104k

Stellar Staffing Solution

New York, NY, United States

$90k - $112k

Calyptus

San Francisco, CA, United States

$67k - $80k

Coinmarketcap

Remote

$33k - $64k

Altoros

Argentina

$45k - $77k

Aurora Labs

Remote

$54k - $96k

Circle

Taipei, Taiwan

$84k - $104k

Coinhako

Singapore, Singapore

$57k - $103k

Coinhako

Singapore, Singapore

$87k - $106k

Aurora Labs

Remote

$45k - $85k

Consensys Mesh

New York, NY, United States

$72k - $75k

Monad Labs

New York, NY, United States

$72k - $150k

Enya Labs

Palo Alto, CA, United States

$72k - $75k

Selby Jennings

New York, NY, United States

$200k - $500k

Hinkal

Menlo Park, CA, United States

$102k - $198k

Developer Relations Engineer

Oasis Protocol Foundation
$91k - $104k estimated

This job is closed

Company Description:

Designed for the next generation of blockchain, the Oasis Network is the first privacy-enabled blockchain platform for open finance and a responsible data economy. The Oasis Protocol Foundation supports projects focused on building privacy-preserving applications on top of the Oasis Network.

Title:

Developer Relations Engineer

Location:

Europe (Remote)

Responsibilities:

  • Help developers and projects to successfully build and launch dApps built on the Oasis Privacy Layer (OPL) and the Oasis Sapphire (Oasis confidential EVM)
  • Build a strong Oasis developer and builder community
  • Understand projects’ requirements and technical architecture and assist them in implementing privacy/confidentiality aspects in a sound manner using OPL and Sapphire
  • Answer technical questions from developers and builders
  • Solicit and respond to feedback from the Oasis developer/builder community and share feedback/insights with Product/Engineering
  • Host technical workshops at conferences/events (virtual or in-person) and produce technical content (e.g. docs, tutorials and videos)
  • Evangelize Oasis technologies, both to the Oasis community and the wider Web3 ecosystem
  • Improve the overall quality and engagement of the Oasis developer/builder community on channels such as Oasis Forum, Discord, etc.
  • Collaborate with Marketing, Community and BD to 1) grow developer engagement; 2) onboard new developers

Requirements:

  • Passionate about software development, Web3, privacy and building communities
  • Bachelor degree in Computer Science or related Engineering fields
  • 3+ years of experience as a software developer or developer relations/advocate
  • Has contributed to open-source projects
  • (nice to have) Has contributed to open-source blockchain/Web3 projects
  • Strong technical experience with smart contract development, specifically in Solidity
  • In-depth knowledge of the developer products and tooling market in Web3
  • In-depth knowledge of Layer-1 blockchain networks and Web3 dApps
  • Superb spoken and written English
  • (nice to have) 3+ years of full-time experience at a Layer-1 blockchain network and/or Web3 protocols
  • (nice to have) Experience in writing documentation and producing technical content
  • (nice to have) Experience in public speaking and hosting workshops

Candidates with more experience will be considered for a senior position.

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.