EVM Jobs

412 jobs found

Part of the Bondex Ecosystem

WxRK

Stop applying — get discovered by hiring agents.

Build your profile
Job Position and Company Posted Location Salary Tags

$72k - $84k

$72k - $110k

$72k - $100k

$60k - $90k

$74k - $100k

$72k - $100k

$72k - $100k

$11k - $15k

eBay
$72k - $84k estimated
Manchester Manchester United Kingdom

Looking for a company that inspires passion, courage and creativity, where you can be on the team shaping the future of global commerce? Want to shape how millions of people buy, sell, connect, and share around the world? If you’re interested in joining a purpose driven community that is dedicated to crafting an ambitious and inclusive work environment, join eBay – a company you can be proud to be with.

eBay Inc. (Nasdaq: EBAY), a global commerce leader that connects millions of sellers and buyers around the world, and KnownOrigin, one of the most innovative non-fungible token (NFT) marketplaces, announced in June 2022 that eBay has acquired KnownOrigin.

KnownOrigin’s technology and platform provides artists a place to create unique, authentic, digital collectables, in the form of NFTs. This acquisition is an important step in eBay’s tech-led reimagination, ushering in a new era of digital collecting to the world’s top destination for collectables.

KnownOrigin, which was founded in 2018 in Manchester, UK, enables artists and collectors to create, buy and resell NFTs via blockchain-support transactions. Since its founding, KnownOrigin has seen significant growth as it has revolutionised the way people create, buy, and sell NFTs.

The role

Based in the heart of Manchester city centre, this newly created hybrid role will lead a team in a dynamic and agile environment and be responsible for engineering and delivering solutions which are capable of onboarding millions of users into the web 3.0 space. As a Lead Protocol Engineer, this opening will advocate for best practice, modern, agile software engineering practices and technologies.

We are looking for an experienced Web3 Solidity Engineer to join the team and help us define, deliver and realise our vision for the KnownOrigin / eBay NFT protocol. You will have the ability to work across teams and lead an internal Web3 community.

What you’ll be working on...

  • Build rich configurable and customizable NFT contracts covering various different use cases and requirements
  • Working closely with the wider Product and Engineering teams to flesh out and deliver a feature rich and extensive set of smart contracts for use on the platform
  • Building order book protocols responsible for settling millions of trades in a secure, GAS efficient and UX friendly way
  • Building efficient payment protocols for FX swaps and secure custodial and non-custodial NFT and other crypto asset exchanges.
  • Design and build an extensible NFT contracts framework
  • Integration of the smart contract suite into various parts of the application stack.
  • Helping upskill less experienced members of the team in how to write and deploy complex smart contract systems

You will need to have:

  • Experience in building and supporting different types of Smart contract standards include ERC721, ERC721(A), ERC1155, EIP-2981, ERC20, ERC173, ERC712, EIP1271
  • Experience in understanding the various forms of smart contract upgradability patterns and when to use them, along with trade-offs
  • Experience in integration of smart contracts into various applications including web applications, API services and indexers.
  • Proficient and professional production experience in building and deploying Solidity based Smart Contracts on EVM based blockchains
  • Extensive experience in using NodeJS/TypeScript
  • A strong background in writing test driven and secure smart contract applications
  • Awareness of common smart contract security flaws and hacks etc
  • An understanding of basic cryptography techniques and patterns
  • Experience in empowering others to learn

And you may also have experience in:

  • Rust programming language
  • Subgraph hosted or decentralised network development and deployment
  • Understanding and or delivery products with leverage modern forms of Account Abstraction
  • IPFS / Arweave or other Decentralised file storage solutions
  • Foundry, hardhat or Truffle suite
  • Solidity testing frameworks
  • Solidity libraries such as OpenZeppelin
  • Open source order books such as SeaPort

Benefits are an essential part of your total compensation for the work you do every day. Whether you’re single, in a growing family, or nearing retirement, eBay offers a variety of comprehensive and competitive benefit programs to meet your needs. Including maternal & paternal leave, paid sabbatical, and plans to help ensure your financial security today and in the years ahead because we know feeling financially secure during your working years and through retirement is important.

Here at eBay, we love creating opportunities for others by connecting people from widely diverse backgrounds, perspectives, and geographies. So, being diverse and inclusive isn’t just something we strive for, it is who we are, and part of what we do each and every single day. We want to ensure that as an employee, you feel eBay is a place where, no matter who you are, you feel safe, included, and that you have the opportunity to bring your unique self to work. To learn about eBay’s Diversity & Inclusion click here: https://www.ebayinc.com/company/diversity-inclusion/

#LI-CR1

eBay Inc. is an equal opportunity employer.  All qualified applicants will receive consideration for employment without regard to race, color, religion, national origin, sex, sexual orientation, gender identity, veteran status, and disability, or other legally protected status.  If you are unable to submit an application because of incompatible assistive technology or a disability, please contact us at [email protected] We will make every effort to respond to your request for disability assistance as soon as possible. View our accessibility info to learn more about eBay's commitment to ensuring digital accessibility for people with disabilities. For more information see: EEO is the Law Poster and EEO is the Law Poster Supplement.

Jobs posted with location as "Remote - United States (Excludes CO, HI, NM, NYC)" excludes residents of Colorado, Hawaii, New Mexico and New York City.

 

This website uses cookies to enhance your experience. By continuing to browse the site, you agree to our use of cookies. Visit our Privacy Center for more information.

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.