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

Cere Network

Remote

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

vestable.xyz

Austin, TX, United States

$0k

smlXL

New York, NY, United States

$51k - $70k

NFTing

Estonia

$70k - $100k

Lamina1

Los Angeles, CA, United States

$180k - $225k

Steel Perlot

United States

$72k - $75k

Gnosis

Berlin, Germany

Aurora

Remote

$72k - $100k

MoonPay

United Kingdom

$72k - $75k

MoonPay

San Francisco, CA, United States

$72k - $75k

RareRound

Remote

$100k - $180k

Heera Digital

Austin, TX, United States

$58k - $87k

Aurora

Remote

$39k - $60k

Horizon Blockchain Games

Toronto, Canada

$71k - $79k

Smart Contract Engineer

Join Talent Pool

This job is closed

Smart Contract Engineer

Remote /
Engineering /
Full-time

Apply for this job
About CERE: 
Cere Network is the first blockchain-agnostic Decentralized Data Cloud (DDC) platform and protocol. The Cere DDC uniquely facilitates trustless cloud data operations and transactions for all Web3 applications, such as NFT platforms, metaverse worlds, and decentralized games.  Cere is backed by the world's largest institutions and projects, including Binance Labs, Republic Labs, and Polygon.

What do we look for? 
We look for a few things across all hires we make at Cere, regardless of role or team. First, we look for signals that a candidate will thrive in our fast-paced work environment, where we default to quick iterations, critical thinking, and sound judgments because we play only to succeed. Second, we seek people with the desire to share their expertise and the capacity to extend their knowledge to drive innovation. Finally, we seek candidates who can commit to a greater goal; unite as a team to reach something no one could have done on their own.  

About the Role:
As a Smart Contract Engineer at Cere, you will be responsible for designing, implementing, and supporting a distributed blockchain-based network. Your primary responsibility will be to analyze requirements, design smart contract solutions around a specific business model, and build a decentralized network.

You will also be expected to: 
- Audit, test, and upgrade the current suite of Cere smart contracts
- Develop smart contracts in Solidity and Rust Ink!
- Design complex algorithms to facilitate trustless interactions between Data Cloud parties
- Research blockchain protocols, broaden the knowledge base and drive innovation  

Requirements:
- 5+ years of engineering experience
- 2+ years of experience developing EVM smart contracts or Rust 
- Familiarity with common smart contract vulnerabilities
- Experience with proxy patterns and gas optimisation concepts
- Familiarity with cryptography concepts
- Superior knowledge of blockchains networks like Ethereum and Polkadot
- Interest in Polkadot ecosystem 
Nice to have:
- Experience with Rust Programming Language or ink!
- Experience with mathematical operations within the scope of smart contracts
- 1+ years experience with any Substrate based Network
- Understand complex cryptography concepts, like zk-SNARKs 

Our perks:
You’ll be joining a fantastic multinational team that was gathered by Silicon Valley veterans with 50 years of experience from Amazon, Twitch, D-Link, and Bebo. We have a supportive culture that cares about both excellent work and work-life balance. You will begin by learning from the experiences of our current team. Our Lead Engineers and HR managers will assist you with the onboarding process and work with you every step of the way. 

Financial Employee Incentives:
With the CERE token fueling our ecosystem, team members will get multiple financial incentives along the way. Together as a team, we work for one goal: 100 million blockchain users.

Multinational, High-Performance Team:
Join a highly multi-cultural team that is based all over the world. We have offices in San Francisco, New York, Amsterdam, Berlin, and several locations in Asia.

Be flexible in your work:
Morning person? Or a night owl? At Cere you can plan your work accordingly. Take control over your agenda and plan your work around your life, not the other way around. 

Highly Skilled Team:
Ever wondered what is it like to work with a team full of Silicon Valley veterans? At Cere you get the opportunity to work with the brightest minds in the industry. Whether that's our crypto-savvy marketers, creative HR wizards, or amazing developers. 

Work equipment:
To perform at your highest level, you will need the right equipment. Cere has multiple policies to make your WFH office a paradise, or pimp up your desk in one of our offices. You decide. 

Keep learning:
In the ever-changing world that is blockchain, we need our employees to stay up-to-date with the latest developments. Cere helps you out with multiple deep dives, presentations, trips, and other events to increase your knowledge.

Apply for this job

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.