EVM Jobs

1,191 jobs found

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Manta Network, Powered by p0x labs

New York, NY, United States

$85k - $150k

TAC

Remote

$72k - $88k

TAC

Remote

$72k - $75k

xalts

Bengaluru, India

$105k - $120k

Web3 Recruit

Remote

$150k - $180k

Nethermind

London, United Kingdom

$81k - $91k

Nethermind

London, United Kingdom

$39k - $65k

Shadow

New York, NY, United States

$99k - $100k

TAC

Remote

$74k - $107k

Web3 Recruit

Remote

$200k - $300k

Lendr.fi

Remote

$70k - $150k

Magic Eden

Remote

$170k - $210k

Rome Protocol

United States

$120k - $250k

Almanak

Remote

$74k - $100k

智能合约开发工程师RUST(EVM)

Any
Engineering /
Remote

Apply for this job
岗位职责:
1、负责产品solana智能合约开发,安全认证,性能优化与上线部署;
2、负责智能合约相关技术研究,及时同步社区演进方向;
3、参与区块链平台的整体架构设计和安全、性能、激励算法等优化改进工作;
4、同产品团队积极协作,并能根据需求转化为合理高效的技术解决方案;
5、负责相关项目开发文档的撰写与维护。

任职要求:
1、本科或以上学历,计算机、通信、数学等相关专业;
2、熟悉rust语言,有智能合约相关开发经验;
3、具有扎实的编程功底,良好的架构设计能力和编程习惯,对区块链等前沿创新技术有强烈好奇心;
4、熟悉区块链加密算法,共识机制,安全协议,分布式计算、智能合约等底层协议与运行机制者优先;
5、良好的沟通能力和团队协作精神,严谨的工作态度与高质量意识,自驱力强;

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.