EVM Jobs

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

Consensys

Remote

$32k - $61k

Consensys

Remote

$54k - $70k

Consensys

Remote

$54k - $60k

Dept

$54k - $100k

RociFi

Remote

Binance

Europe

Clearmatics

London, United Kingdom

$70k - $14k

Set Labs

San Francisco, CA, United States

$40k - $100k

Clearmatics

London, United Kingdom

$50k - $84k

Subspace Labs

Remote

$63k - $75k

Alchemy

Remote

$54k - $75k

Acala

Remote

$54k - $70k

Acala

Remote

$54k - $70k

Full Stack Engineer

Parcel

This job is closed

About Parcel

Zillow for the Metaverse

Parcel is a metaverse-native platform of marketplaces building key infrastructure for the emerging virtual economy. Our products cater to the needs of virtual land users, builders, property managers, investors, developers, and service providers. Our flagship product is the first-ever NFT marketplace devoted to virtual land. Parcel maintains the principles of decentralization, transparency, and accessibility in everything we build and do as an organization. We recently completed a Pre-Seed round led by Framework Ventures & Distributed Global. Join us, and help lay the foundation for the metaverse! 🚀 Learn more @ www.meetparcel.com

Opportunity:

  • Massive ownership, freedom, and the opportunity to work directly with the CTO. Work with a variety of technologies across the stack.
  • Join a talented team passionate about the metaverse and the future of the virtual economy.
  • Solve complex issues in one of the fastest-growing categories in NFTs.

Responsibilities:

  • Build, maintain and iterate on the core product and features.
  • Drive high-level decisions about the Parcel marketplace design and architecture
  • Work closely with the founders and CTO to build product features, drive strategy and execute key initiatives

Desired Skills:

  • Familiar with Javascript / Typescript / Node.js / React.js / Next.js / GraphQL & The Graph
  • Experience with EVM, ethers.js
  • Deep technical understanding of and passion for metaverses and crypto in general
  • The ability to work independently and be proactive
  • A strong quality orientation, combined with a pragmatic attitude to deliver
  • Analyze and improve performance throughout the technology stack
  • Actively participate in code reviews across the engineering organization to ensure best practices are followed
  • Discuss and suggest improvements to the development process, code convention, and best practices across the engineering organization

Nice to Haves:

  • Experience with Solidity, ERC-20 & ERC-721, Rust
  • Experience with sidechains like Polygon
  • DevOps experience (Docker / AWS / Webpack / etc.)

Working at Parcel 🏘️

🤑 Highly competitive salary & equity package 🦷 Premium medical, dental, and vision for you and your dependents 💻 Computer setup of your choice 🌴 Unlimited PTO & mental health days 🌎 Quarterly off-sites around the world!

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.