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

Cake Group

Kuala Lumpur, Malaysia

$36k - $70k

Ondo Finance

Remote

$87k - $87k

Gnosis

New York, NY, United States

Monad Labs

New York, NY, United States

$120k - $180k

Keyko

Spain

$85k - $184k

EigenLayer

Seattle, WA, United States

$72k - $100k

Gnosis

Remote

OpenZeppelin

Remote

$54k - $70k

Mutex Systems Pvt. Ltd.

Pakistan

$62k - $70k

Gnosis

Portugal

Storm2

United States

$200k - $300k

Storm2

United States

$200k - $300k

Parity Technologies

New York, NY, United States

$45k - $72k

Gnosis

Portugal

Gnosis

Remote

Blockchain Engineer Platm

Cake Group
$36k - $70k estimated

This job is closed

About Birthday Research

Birthday Research (BR) is our Blockchain Research and Development arm. Fuelled by the best minds in the industry, BR seeks to develop best-in-class blockchain innovations.

As a pioneering force, our work spans cryptographic research, deep blockchain consensus development, and smart contracts development — with a laser-sharp focus on driving the industry frontier while tackling the most demanding UX challenges of today.

About the role:

The Moonshot team is a brand new endeavour at Birthday Research currently focused on creating revolutionary solutions that build upon the emergence of new technologies such as Bitcoin Ordinals, Taproot Assets and STAMPs. As an early-stage isolated project, we are seeking individuals who are highly entrepreneurial and possess exceptional problem-solving skills that transcend the standard software engineering paradigm. The ideal candidate will have the opportunity to plan, design, and build within this new and quickly evolving landscape, working on products such as marketplaces and wallets built upon newly internal designed protocols alongside a talented team of individuals. The candidate will also have to possess the ability to identify the core needs of our users and craft a product that caters to their requirements while incorporating the latest features and innovations in the space.

What you’ll do:

  • Collaborate with cross-functional teams, product designers, and managers to design and develop TypeScript based applications using React, React Native, Next.js and/or Node.js. (VUE?)
  • Write highly performant codes that are clean, simple, maintainable, and battle-tested with test-driven development (TDD) for maximum test coverage automated from pull request all the way to release.
  • Take on active responsibility in creating highly scalable UI Components and/or backend modules for our scaling needs.
  • Develop and maintain a product lifecycle from start to finish

What you’ll need:

  • Experience working in a fast pace tech-driven startup as a Software Engineer with at least 4 years of experience or in a similar capacity.
  • Understanding of Bitcoin Core, RPC, and indexed full node at the application level. It is not necessary to have in-depth knowledge of UTXO, Merkle Tree, and other underlying concepts.
  • Proficiency in working with Linux, specifically in a terminal environment.
  • Ability to debug issues at the network, operating system, and application levels.
  • Familiarity with AWS, specifically EC2, Route 53, and Load Balancer.
  • Some knowledge of DevOps practices.
  • Proficiency in coding with JavaScript and Rust
  • Ability to take full ownership and work independently while collaborating with others in a fast-paced agile and async team.
  • A collaborative and resourceful individual with excellent communication skills able to make radical decisions while being empathetic and respectful.
  • Willingness to pick up new and emerging bleeding edge blockchain technologies.
  • Deep technical understanding of blockchain technologies, cryptography, BIPs, DeFi, UTXO, EVM, or Nakamoto Consensus is highly preferred.
  • Experience participating or maintaining in open source software development is highly preferred.

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.