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

Pundi X

Singapore, Singapore

$13k - $66k

BCW Group

Hong Kong, Hong Kong

$40k - $90k

Sarvatech Labs Pvt Ltd

Bengaluru, India

$55k - $75k

Allium

New York, NY, United States

$105k - $111k

Binance

Remote

Paysail

New York, NY, United States

$150k - $250k

🎉 Contribution Labs

San Francisco, CA, United States

$54k - $67k

Protochain Research

New York, NY, United States

$11k - $60k

Protochain Research

New York, NY, United States

$54k - $90k

NFTLaunchKit

United States

$80k - $100k

AXEL

San Francisco, CA, United States

$21k - $72k

Discreet Labs

Palo Alto, CA, United States

$50k - $70k

Magic Eden

United States

$72k - $75k

Golden

United States

$29k - $90k

Venus Labs

New York, NY, United States

$63k - $100k

Pundi X
$13k - $66k estimated
Singapore Singapore
Apply

Pundi X is a blockchain-based fintech company that’s making blockchain tech accessible to everyone and to make everyday life better. We operate globally in 7 different countries with diverse team and skills. Most of our team members are focused in R&D sector. Our products have been shipped to over 25 countries including Argentina, Australia, Colombia, Korea, South Africa, Switzerland, Taiwan, Uganda and USA, while our app has crossed 700 000+ registered users.


We are proud to be called a community driven project as we have a very strong and engaged communities across social media platforms. We are very honored to be listed as the top 50 most intriguing emerging Fintech company by H2 Ventures and KPMG in 2018, we are also a founding member of Asosiasi Blockchain Indonesia.


We are looking for high-energy, result-driven professionals, and willing to learn people to join our team. Pundi X offers a fast-paced, innovative environment where you will be provided the tools, resources and outstanding leadership to promote cryptocurrency adoption. Join us and take your career to the next level!


Job Scope

You will be involved in these domains:

1. Public Chain: Develop, deploy and manage blockchains (Pundi X Chain and FXCore). You will also be involved in a new EVM-compatible chain built to support DeFi.

2. Decentralised Exchange:Develop and manage an on-chain crypto trading system.

3. Validators: Build and manage in-house validators. Manage Ethereum and other blockchain validators.

What you’ll need

1. Degree (or equivalent) in Comp Sci, Engineering or Mathematics

2. Knowledge of one (or more) domain: Go, Rust, C++ or Java, Ethereum Virtual Machine

3. Interest in building public or private blockchains

What you might want to know

1. We encourage programmers with understanding of consensus models, load balancing, cloud computing to apply,

2. We also encourage Unix, Linux Blink and Chromium developers to apply. Virtual machine knowledge is a plus.

3. If you exhibit strong technical skills, you may apply regardless of age, location, qualifications.

4. Based or able to travel to Singapore or our regional office occasionally.


Please send your CV entitled “BlockchainDeveloper” to [email protected]. Join us!

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.