EVM Jobs

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

Hinkal

Menlo Park, CA, United States

$102k - $198k

Stellar Staffing Solution

San Francisco, CA, United States

$67k - $80k

Sky Mavis

Ho Chi Minh City, Vietnam

$87k - $115k

Avara

Remote

$84k - $117k

OKX

Singapore, Singapore

$54k - $93k

R3

India

$105k - $117k

Tokemak

Remote

$200k - $300k

IOVLabs

Remote

$72k - $100k

Logos

Madrid, Spain

$90k - $190k

Cogito Protocol

Remote

$50k - $80k

TON Foundation

Remote

TON Foundation

Remote

TON Foundation

Remote

TON Foundation

Remote

TON Foundation

Remote

Hinkal
$102k - $198k
CA Menlo Park US

Company Description

Hinkal is a ZK-based protocol that enables private transactions for decentralized applications (dApps) on various blockchains. We are building a private Ethereum and EVM ecosystem for DeFi investors. Our initial clients are the most sophisticated players in the market - liquid funds. Hinkal raised $4.1m from the leading Silicon Valley and global investors and offers the most sophisticated tech on the market.


Role Description

Hinkal is looking for a full-stack engineer (React + Node) for a full-time on-site role in Menlo Park. The successful candidate will be responsible for developing and implementing web applications and APIs, working closely with UI/UX designers to ensure design integrity, and providing technical guidance and mentorship to junior developers.


Qualifications


â—ŹMinimum 2 years of experience building applications using React (JavaScript/TypeScript), Redux, and Webpack.

â—ŹMinimum 2 years of experience creating web app backends in Node.js and its ecosystem.

â—Ź2 years of experience with a focus on design elements/UX.

â—ŹExperience writing unit, integration, and functional tests, specifically for web services.

●Ability to work extended hours – preferably startup experience.


The team offers competitive compensation in USD and equity incentives. In addition to being part of a dynamic and innovative team, you will have the opportunity to work on cutting-edge technology projects and significantly impact the industry, as well as learn Solidity and Circom.

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.