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

Propellyr

Delhi, India

$15k - $20k

Venus

Zurich, Switzerland

$120k - $200k

Mythical Games

Los Angeles, CA, United States

$72k - $150k

HoneyBricks

San Francisco, CA, United States

$72k - $90k

Plena Finance

India

$72k - $18k

Crossmint.io | Making NFT's Accessible to Everyone

Miami, FL, United States

$43k - $90k

Stargate Money

Remote

$140k - $200k

0x

San Francisco, CA, United States

$120k - $180k

OP Labs

Remote

$72k - $110k

Blockswap network

San Francisco, CA, United States

$70k - $100k

Steakwallet

Berlin, Germany

$80k - $120k

NodeReal

Remote

$45k - $75k

Neon Labs

Remote

$26k - $69k

Decentrabanc

New York, NY, United States

$50k - $100k

Gnosis

Berlin, Germany

Blockchain Smart Contract Developer Solidity Rust

Propellyr
$15k - $20k

This job is closed

The Opportunity

Propellyr is building the ultimate web 3.0 data platform. The platform will enable the web 3.0 companies and DeFi protocols to efficiently work with the data. We are looking for software engineers who can help us build core data infrastructure and applications that can scale for TBs of data everyday. You will be working with the founding team that comes from top companies like Netflix, Paypal, Pine Labs etc. We are passionate about distributed systems. As part of this you will contribute to open source projects that help improve the web 3.0 ecosystem.

Responsibilities

Write highly performant and maintainable code. Research, develop, and test various technologies based on blockchain. Follow software engineering practices to ensure quality including code reviews, testing and verification.

Your Background

Exceptional proficiency in developing smart contracts using Solidity/Rust. Good understanding of development tools for Ethereum (testrpc, geth, Web3, eth_lightwallet, etc.) and relevant tools for other blockchains like Hedera, Flow, Binance and other EVM based chains. Good understanding of smart contracts of different types of digital assets like NFT, DeFi, DAO, GameFi, Tokens, etc. with in-depth understanding of how data for smart contracts is stored on the blockchain. Knowledge of other frameworks like Spring, Spring boot, REST concepts, Java, etc. and databases like Postgres, Mysql, will be preferred.

Propellyr focuses on Machine Learning, Big Data Analytics, and Blockchains. Their company has offices in District of Columbia and Delhi. They have a small team that's between 1-10 employees.

You can view their website at https://www.propellyr.com or find them on 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.