EVM Jobs

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

Cake Pte Ltd

Singapore, Singapore

$98k - $110k

Hydraswap

Singapore, Singapore

$0k

API3

Remote

$50k - $90k

IOTA Foundation

Remote

$82k - $87k

Blockfish

United States

$0k

Webb

United States

$70k - $150k

Joint NFT

India

$115k - $2k

Joint NFT

India

$0k - $2k

IOTA Foundation

Remote

$82k - $87k

Blockscout Technologies

Remote

$18k - $72k

Maple

Remote

$74k - $110k

Consensys

Remote

$63k - $75k

Panther Protocol

United States

$40k - $65k

Solidity Smart Contract DeFi engineer

Cake Pte Ltd
$98k - $110k estimated

This job is closed

This is a full-time remote position.

About the team

Our talented engineering team pride themselves on writing good code. We care about good engineering practices, working with great people, and working on real and impactful products.

We practice test-driven development, and are more than happy to allow team members the opportunity to solve problems with unconventional or cutting-edge methods. If you care about continually improving your craft, and want to work with like-minded peers, this is the place for you!

What you'll do

  • Develop secure and robust smart contracts on platforms.
  • Work with frontend developers to create full-fledged decentralized applications
  • Collaborate with other team members to plan projects
  • Perform design reviews and code reviews regularly
  • Create technical specifications and documentation

What you'll need

  • Bachelor’s degree (or higher) in computer science, computer engineering, or equivalent practical experience.
  • Experience in building decentralized smart contracts for Ethereum and other EVM blockchains
  • Understands crypto economics
  • Experienced in CeFi and DeFi crypto trading strategies, including but not limited to options, futures, perpetual swap, leveraged trading
  • Ability to work independently while collaborating in a fast-paced agile team.

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.