EVM Jobs

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

Clearpool Finance

Dubai, United Arab Emirates

$35k - $60k

Horizon Blockchain Games

Toronto, Canada

$63k - $80k

Horizon Blockchain Games

Toronto, Canada

$63k - $80k

PureStake

Remote

$0k

Axel

San Francisco, CA, United States

$0k

Consensys

Remote

$54k - $70k

Seatz

Boston, MA, United States

$0k

Steel Perlot

United States

$72k - $150k

Steel Perlot

United States

$72k - $90k

Steel Perlot

United States

$72k - $150k

Aurora

Remote

$40k - $75k

HEXENS Cyber Security

Lisbon, Portugal

$300k - $350k

sayf

Cape Town, South Africa

$72k - $100k

Horizon Blockchain Games

Toronto, Canada

$63k - $82k

Horizon Blockchain Games

Toronto, Canada

$63k - $82k

FullStack Web3 Developer

Clearpool Finance
$35k - $60k

This job is closed

We are looking for a full-stack web3 developer.

If you believe in the idea of decentralization and you consider yourself to be a professional coder (or you know one) who enjoys hacking complex problems, being an active member in team settings, and takes pride in delivering results, please apply for this position via the this link.

Responsibilities

Collaborate with peers and deliver working code that is easy to integrate and maintain in the overall Clearpool Finance product.

Hard requirements
Main considerations for us when looking for a perfect match is your experience with the following:

  • Javascript - very efficient
  • Solidity - efficient

Tools we use
A sneak peak into our process and tools.

  • Our code is running in serverless environment (Mongo Realm and Vercel)
  • Our source of truth DB is the blockchain itself. We querry the data via GraphQL which is provided by The Graph (event sourcing tool for EVM chains).
  • Our dApp app is build using Svelte (+Sapper).

Team spirit and collaboration
We work in a self organised manner based on few principles. (less is more)

We strongly believe in our vision and our team values. These values help us to align with and eventually enjoy the process. A good understanding of a positive interdependence and being a team player is a must.

If you feel excited about the opportunity to decentralise financial sector and become a full-stack team member, please apply for this position via the this link.

Clearpool Finance focuses on Finance Technology and Blockchain / Cryptocurrency. Their company has offices in Dubai, Hong Kong, and Singapore. They have a small team that's between 11-50 employees.

You can view their website at https://clearpool.finance or find them on Twitter and LinkedIn.

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.