EVM Jobs

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

Midpoint Labs

San Francisco, CA, United States

$72k - $82k

Synapse International

Remote

$63k - $82k

Bebop

Remote

$63k - $90k

STFX

Remote

$100k - $160k

Grindery.io

Singapore, Singapore

$60k - $100k

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

Masa Finance

San Francisco, CA, United States

$170k - $200k

Flashbots

New York, NY, United States

$63k - $77k

Cere Network

Remote

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

vestable.xyz

Austin, TX, United States

$0k

smlXL

New York, NY, United States

$51k - $70k

NFTing

Estonia

$70k - $100k

Lamina1

Los Angeles, CA, United States

$180k - $225k

Steel Perlot

United States

$72k - $75k

Software Engineer

Midpoint Labs
$72k - $82k estimated

This job is closed

Software Engineer

San Francisco /
Engineering /
Full-Time

Apply for this job
At Midpoint Labs, our mission is to build the portal between the rich ecosystem of Web 2 endpoints and the emerging landscape of Web 3 applications. Blockchain smart contracts are inherently restricted to communicating exclusively with other smart contracts - preventing developers from building applications beyond moving and exchanging crypto assets. True consumer and enterprise applications need to interact with a variety of services, most of which live off of the blockchain.

As a Software Engineer you will be responsible for the design and development of our backend infrastructure that handles customer requests for data, delegates/routes API calls, securely stores customer-sensitive data, and queues responses to be submitted back to our users. You will work alongside our founding software engineers and own major features from design to deployment. You will be responsible for the development and maintenance of systems that will be core components of our customer’s infrastructure. We want someone who is comfortable in a role that has the responsibility of defining large technical components of a new product.

Why work at Midpoint Labs?

    • Our entire team is technical. The blockchain space is still nascent and to build something meaningful today you need a technical team and leadership that understands blockchain at a protocol level. No more explaining what can and can’t be done in a smart contract to non-technical PMs and execs.
    • Our founding team is experienced. Our founder left school in 2019 to grow a hardware/computer-vision startup from tinkering in a Stanford dorm room to a $240M business with hardware deployed across the country. We understand how to start and grow a company and intend to use those lessons to grow quickly.
    • We are venture-backed and we work in-office. We are fully venture-backed with $3M in capital and are deploying it to build a strong engineering team. Working out of out office in San Francisco provides for rapid communication and development that is necessary to get a product from zero to one. No more developing on discord or waiting to hear back on grant funding.
    • We are a blockchain infrastructure company, not a cryptocurrency company. In order to build a sustainable business, you need to provide a service with a recurring source of revenue. Too many companies in the blockchain space instead opt for business models based on price speculation. We understand that this works in a bull market but does not work in the long-run.

Experience

    • 3+ years of industry software engineering experience (any kind of role).
    • Expert-level knowledge of one or more of the following: Databases, ELD Pipelines, Serverless Architecture, Security, Web Hosting, Networking, Reliability Engineering, Data Engineering.
    • Experience working on customer-facing products with high requirements for uptime and stability.
    • Experience in a role with significant oversight over the design of a core technical component.
    • Degree in Computer Science, Math, or a related technical field. 
    • (Optional) Experience with Ethereum smart contract development.
    • (Optional) High-level understanding of core blockchain principles (ex. EVM client, oracles, consensus mechanisms, layer 2 solutions).
    • (Optional) Experience as a decentralized node operator (ex. Bitcoin/Ethereum miner/validator).
Apply for this job

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.