EVM Jobs

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

AcroMeta Solutions LLC

United States

$58k - $90k

Albert Bow

New York, NY, United States

$200k - $400k

BNB Chain Labs

London, United Kingdom

BNB Chain Labs

London, United Kingdom

Discreet Labs

Palo Alto, CA, United States

$60k - $100k

Horizon Blockchain Games

Toronto, Canada

$63k - $90k

Fynd (Shopsense Retail Technologies Ltd.)

New York, NY, United States

$53k - $85k

Evmos

San Francisco, CA, United States

$54k - $80k

Proof of Search

United States

$60k - $95k

Worldcoin

San Francisco, CA, United States

$77k - $100k

Tron

San Francisco, CA, United States

Parity Technologies

London, United Kingdom

$90k - $90k

Parity Technologies

New York, NY, United States

$72k - $100k

Parity Technologies

New York, NY, United States

$54k - $80k

Parity Technologies

London, United Kingdom

$45k - $72k

AcroMeta Solutions LLC
$58k - $90k estimated
United States US

Disclaimer:

Our team is composed of highly motivated web3 specialists who would love to work with other enthusiastic individuals. We are a team of unpaid entrepreneurs currently seeking funding for this project. As an early-stage start-up, we are looking to build a team of contributors and visionaries who wish to join our mission of unifying creativity and technology. This is a relaxed volunteer position with compensation available to contributors in the form of a vested token allocation and NFTs; however, in the event that we win any prize money competing in hackathons, contributors will be fairly compensated.


Seeking a passionate developer with skills in:

  • Smart Contract Programming (Solidity, web3.js, ether.js)
  • EVM Tooling (Truffle, Ganache, Hardhat, ETH Remix, etc)
  • React, TypeScript, Next.js, JavaScript
  • Firebase and cloud functions
  • MongoDB

AcroMeta Solutions LLC is a mission-driven company with a culture of execution and agility. Currently, the MVP of our flagship product, Mulletverse, is about 40% complete. Mulletverse is a blockchain-based multi-media ecosystem that bridges the gap between creative pursuits and modern technology. In order to work on building out some of our next components and integrate with the web3 community, we want to participate in hackathons. In addition to a strong team of professionals, we have product and business documentation, workflow management, and technical plans that have already been started or completed. Hopefully, our relationship will continue following the hackathon if we have a positive experience working together.

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.