| 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 | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 |
This job is closed
Software Engineer
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).
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.