EVM Jobs

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

MoonPay

United Kingdom

$63k - $75k

smlXL

New York, NY, United States

$25k - $35k

Midpoint Labs

San Francisco, CA, United States

$72k - $82k

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

Blockchain Engineer

MoonPay
$63k - $75k estimated

This job is closed

The Discipline ❤️

Our engineering discipline builds the technology that enables MoonPay to learn quickly and scale easily. We organise in small cross-functional squads of 4-6 engineers and an embedded Product Manager, Product Data Analyst and QAE. We currently have squads across Crypto / NFT / Payments / KYC / Core Product and others. We’re pragmatic and believe in having a fluid structure, this means people can move between teams or specialise.

Tech Stack 💻

  • Typescript as our programming language of choice
  • Node.js as our backend platform
  • TypeORM, TypeDI, TypeGraphQL and routing-controllers as our backend libraries
  • Postgres as our core database
  • Redis for caching
  • Bull to manage background tasks
  • Heroku to host our backend services
  • Some AWS services to send emails, store objects and manage private keys
  • New Relic, Coralogix and Sentry for logging and monitoring
  • GitHub to manage our source code
  • ethers.js to interact with different EVM compatible blockchains
  • Jest to run our tests ✅

What you’ll do 👀

  • Take ownership of MoonPay’s native crypto stack. This is a new area for us and you’ll be owning the architecture and implementation from day one.
  • Build lightweight hot wallets to handle Ethereum key generation and outbound transfers to our customers.
  • Work with Ethereum layer 2 scaling solutions like Polygon (Matic) and zkSync to offer layer 2 ETH assets to our customers.
  • Work on other innovative blockchains where few have ventured such as Flow.
  • Work with Product Managers to come up with the best solutions and implementation plans for new features or changes to existing ones.
  • Contribute to the estimations, planning and execution of projects, features, and integrations.
  • Write fully tested, high quality and performant code.

As a Senior you will be expected to:

  • Mentor and coach Engineers.
  • Champion the writing of high quality code.
  • Contribute to our overall approach and standards within the Engineering discipline.
  • Lead squads from an Engineering perspective, partnering closely with Product Managers.

You should apply if ✅

  • You’ve built production-grade cryptocurrency wallets.
  • You have extensive engineering experience at leading startups or fast growing tech companies focusing on the crypto stack.
  • You are confident in developing, releasing and maintaining server applications in a fast paced, iterative environment.
  • You have either had experience with Solidity, Ethereum and Bitcoin or are confident you can cross train and up skill quickly.
  • You’ve got a deep understanding of blockchain fundamentals, theories, principles and best practices.
  • Bonus points if you make open-source contributions or have experience in Blockchain, Web3 or FinTech.

Research has shown that women are less likely than men to apply for this role if they do not have solid experience in 100% of these areas. Please know that this list is indicative and that we would still love to hear from you even if you feel you only are a 75% match. Skills can be learnt, diversity cannot.

We promote a diverse and inclusive culture at MoonPay.

Logistics 🛠

Unfortunately, we are unable to offer visas of any kind at this time!

Our interview process takes place on Zoom and tends to consist of the following stages:

  • Recruiter call (20-30 minutes)
  • Initial screen (30-45 minutes)
  • Remote take-home task
  • Final interview (2 hours)

Please let us know if you require any accommodations for the interview process, and we’ll do our best to provide assistance.

MoonPay focuses on Payments, Cryptocurrency, and Fin Tech. Their company has offices in London. They have a mid-size team that's between 51-200 employees.

You can view their website at https://www.moonpay.com 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.