EVM Jobs

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

DappLooker

Remote

$2k - $12k

Windranger Labs

Singapore, Singapore

$36k - $60k

Binance

Remote

Mycelium

Sydney, Australia

$54k - $100k

Ava Labs

New York, NY, United States

$54k - $79k

TechTA LLC

San Francisco, CA, United States

$160k - $225k

Flylance

New York, NY, United States

$90k - $100k

Pundi X

Singapore, Singapore

$13k - $66k

BCW Group

Hong Kong, Hong Kong

$40k - $90k

Sarvatech Labs Pvt Ltd

Bengaluru, India

$55k - $75k

Allium

New York, NY, United States

$105k - $111k

Binance

Remote

Paysail

New York, NY, United States

$150k - $250k

🎉 Contribution Labs

San Francisco, CA, United States

$54k - $67k

DappLooker
$2k - $12k
Anywhere
Apply

DappLooker is a no-code multi-chain analytics and visualization platform for blockchain networks and Dapps. We are backed by various ecosystem funds namely TheGraph, Aave, Celo, Near, Moonbeam, SubQuery, Connext and more.

About the role

We are looking for a Blockchain Backend Developer with back-end expertise to join the DappLooker core development team.

As a Blockchain Backend Engineer, you will play a key role in ensuring our data reaches our data scientists and that we have the right interfaces for our users' needs.

By being one of the core blockchain developers, you will have a large impact on the direction of the protocol and blockchain applications both from a design and technical perspective

Responsibilities

Help define vision and roadmap for decentralization of back-end services
Being involved in protocol design and development
Writing simple, high-quality, and secure smart contracts
Working with security auditing firms to ensure the safety of code.

Requirements

  • 0-2 years of hands-on experience in Web services and API development that have scaled to thousands of users.
  • Understanding of subgraphs, graph protocol, and Solidity. You should written smart contracts.
  • Familiarity with Ethereum EVM experience would be great.
  • Should be good with JavaScript, Typescript, and ES6 standards.
  • Hands-on with RDBMS, NoSQL, and databases like Postgres
  • Experience working with REST and GraphQL APIs
  • Experience in an Agile development environment.
  • Familiarity with GitHub and any cloud preferably AWS.
  • Understanding web3 protocols such as DeFi, NFTs, and DAOs are a plus, as well as SubGraphs.

Location

We are a remote-first company anywhere you would like to work from. You should have a good internet connection. We move fast, so a mindset for rapid test-and-learn is a must, along with a desire to work in (and understand) the analytics/blockchain space.

Benefits

Competitive Salary

Work from anywhere (Remote first)

Flexible working hours

Medical Insurance

Access to any Udemy course

Flexible vacation policy

DappLooker focuses on Blockchains and Blockchain / Cryptocurrency. Their company has offices in Remote. They have a small team that's between 11-50 employees.

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