EVM Jobs

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

Europalabs.io

Miami, FL, United States

$80k - $120k

Crypto.com

Dublin, Ireland

$105k - $117k

Silo Finance

Austin, TX, United States

$72k - $110k

Celo Foundation

Remote

$72k - $75k

Ferrum Network

Salt Lake City, UT, United States

$36k - $60k

RociFi

Remote

$22k - $100k

Cake DeFi

Singapore, Singapore

$43k - $86k

Cake DeFi

Singapore, Singapore

$36k - $62k

Cake Pte Ltd

Singapore, Singapore

$43k - $86k

Cake Pte Ltd

Singapore, Singapore

$36k - $62k

Gnosis

Berlin, Germany

Fractional

United States

$95k - $170k

bloXmove

Remote

$36k - $61k

Europalabs.io
$80k - $120k
Florida Miami United States

We are actively hiring software engineers to help us build consumer-oriented web3 products. The ideal candidate has had previous experience leading a front-end team and can take a project from Figma boards all the way to production.

Responsibilities

  • Develop modern web-apps (react/nextjs/tailwind) based on designs from Figma/Webflow
  • Interface with our designers and our chief of product to refine UI/UX
  • Interface with our web3/backend developers to integrate smart contract calls, API queries, etc

Qualifications

  • A degree in Computer Science or equivalent technical background
  • Proficient in Javascript/React/Nextjs, minimum 2 years
  • Experience working on web3 projects using web3.js or ethers.js
  • Experience working in an agile development with tools such as Jira, Slack, Github actions

Preferred Qualifications

  • Understanding of Webpack and how to optimize the compilation process
  • Experience working with Graphql
  • Understanding of web3 protocols + concepts such as IPFS, the EVM, and NFTs

Europalabs.io focuses on Blockchain / Cryptocurrency. Their company has offices in Miami. They have a small team that's between 1-10 employees.

You can view their website at https://europalabs.io

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.