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

Pocket Network

Tampa, FL, United States

$80k - $110k

Blockswap network

San Francisco, CA, United States

$70k - $110k

Optimism

Los Angeles, CA, United States

$72k - $100k

Optimism

Los Angeles, CA, United States

$72k - $100k

Optimism

Los Angeles, CA, United States

$71k - $75k

Uniswap Labs

New York, NY, United States

Binance

Remote

Cake DeFi

Singapore, Singapore

$11k - $60k

NFTPort

Remote

$80k - $160k

NFTPort

Remote

$60k - $140k

Chainlink Labs

United Kingdom

Mythical Games

Seattle, WA, United States

$71k - $75k

Chainlink Labs

New York, NY, United States

Chainlink Labs

Remote

Zipdev

Monterrey, Mexico

$43k - $86k

Developer Relations Engineer

Pocket Network
$80k - $110k
Florida Tampa United States
Join Talent Pool

This job is closed

Pocket Network is the leading decentralized blockchain infrastructure protocol, with support for dozens of the major Web3 networks and billions of weekly relays.

We are looking for someone who is a Web3 wizard and master problem-solver who can support our rapidly growing community of DApp Developers and Node Runners.

The ideal candidate operates like many of our Web3 friends do; they’re deeply curious about all corners of Web3, passionate about the principles of open-source, and have an obsessive attention to detail.

Because Pocket Network is chain-agnostic node infrastructure in service of DApp developers, you’ll need to get comfortable with a breathtaking breadth of knowledge – how to build DApps and run nodes for every blockchain, via Pocket Network.

What you'll be doing:

  • Developer Support – Triage support tickets and identify when issues stem from web3 libraries and third party blockchains, not Pocket Network.
  • Troubleshooting – Work with engineering to troubleshoot issues that application developers are experiencing.
  • Developer Education – Host workshops at hackathons and help to grow our documentation.
  • DevRel Ops/Tooling – Build processes and tooling as needed to enhance and scale our DevRel operations.

Experience:

  • Experience with building applications that interface with an EVM blockchain (web3.js, ethers, web3.py etc).
  • Comfortable sifting through data and parsing error logs.
  • Comfortable figuring out new, often sparsely-documented, web3 stacks.
  • Can deploy, configure and maintain POKT nodes without difficulty.
  • Excellent written communication skills, demonstrable by previous documentation/guides.
  • Excellent orator willing to speak in front of an audience (virtual and/or IRL).
  • High-performance self-starting operator comfortable in remote-first environments.

Bonus Points:

  • Experience running blockchain nodes, P2P networking setups, and/or traditional web servers.
  • Experience with other EVM compatible blockchains (Polygon, Harmony, Avalanche C-Chain, Binance Smart Chain, etc).
  • Experience with EVM L2s (Arbitrum, Boba, Optimism, Loopring, etc).
  • Experience with Non-EVM compatible blockchains (Avalanche, Algorand, Cosmos, Cardano, Polkadot, Solana, Tezos, etc).

Characteristics:

  • Passionate about re-decentralizing the internet.
  • Veracious curiosity for all things web3 development.
  • Generalist problem-solver who loves to dabble.

What we are offering:

  • $80-110k USD Salary + POKT incentive package, depending on experience.
  • Healthcare/Benefits, all that jazz.
  • Flexible work schedule.
  • Opportunities to travel the world and explore digital nomad life>
  • Training, mentorship, and coaching from anyone in our network.
  • A team that feels like a family.
  • Many challenges to keep you engaged.

Pocket Network focuses on Infrastructure, Blockchains, and Blockchain / Cryptocurrency. Their company has offices in Tampa, Santo Domingo, and Remote. They have a mid-size team that's between 51-200 employees.

You can view their website at https://pokt.network or find them on Twitter and LinkedIn.

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.