EVM Jobs

1,198 jobs found

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

EOS Network Foundation

United States

$72k - $75k

Nomic Foundation

New York, NY, United States

$119k - $120k

Rolla

Remote

$72k - $168k

API3 DAO

Remote

$20k - $40k

Offchain Labs

United Kingdom

$36k - $67k

Offchain Labs

United Kingdom

$63k - $100k

Gnosis

Remote

Parity Technologies

New York, NY, United States

$63k - $100k

Parity Technologies

New York, NY, United States

$63k - $100k

Chainlink Labs

Remote

Hex Trust

Kuala Lumpur, Malaysia

$72k - $100k

Parity Technologies

New York, NY, United States

$63k - $100k

Hex Trust

Kuala Lumpur, Malaysia

$72k - $100k

Storm2

United States

$200k - $300k

Smart Contract Lead [Anywhere]

Kyber Network
$50k - $105k

This job is closed

*** ABOUT KYBER NETWORK

Kyber Network (https://kyber.network) is an industry-leading blockchain company, providing cryptocurrency liquidity for the largest companies in the DeFi (decentralized finance), Metaverse, and NFT spaces. The company raised US$52M in its token sale in 2017, making it one of the largest cryptocurrency-based fundraising in history.

Two co-founders, Dr. Luu The Loi (Chairman) and Victor Tran Huy Vu (CEO), were honored in Asia’s Forbes 30 under 30 in the ‘Finance - Investment’ category by Forbes magazine in 2017 and have since established the company as a market leader. Dr. Luu The Loi also has a PhD in blockchain security technology, and is one of the 10 most prominent Innovators under 35 in the Technology field in the Asia Pacific region (Innovators Under 35 Asia Pacific) published by the MIT Technology Review.

Kyber has developed a family of products including:

  • KyberSwap: KyberSwap.com - Trade & Earn at the Best Rates in DeFi with our leading Decentralized Exchange (DEX) Aggregator that does >US$1B in monthly trading volume
  • KyberDAO: Kyber.org - Be part of the community governing Kyber Network to shape the future of DeFi and earn $KNC tokens
  • And many more stealth developments and ventures that the company has taken stake in.

Kyber Network has offices in Singapore, Hanoi, and Ho Chi Minh City:

  • Singapore office: 1 Upper Circular Road, #05-01 Singapore 058400
  • Hanoi office: 7th floor Web3 Tower, 15 Lane 4 Duy Tan Str., Cau Giay Dist., Hanoi, Vietnam
  • Ho Chi Minh city office: 5th floor Ree Tower, 9 Doan Van Bo Str., District 4, Ho Chi Minh City, Vietnam

Join our team of brilliant and committed professionals pursuing the goal of creating a “Decentralized Economy for Everyone” based on blockchain technology.

Are you ready to take up the challenge of creating world-changing innovations in the next decade? Apply now.

*** JOB DESCRIPTION

Responsibility

  • Work closely with Smart contract team to develop and build secure core smart contracts.
  • Plan and work with other teams to integrate protocols into the system.
  • Review and contribute to technical/system designs & meetings, perform code review.
  • Research and write technical details about other protocols to integrate them into our system, especially other AMMs, and keep up-to-date with Solidity, development and testing tools.
  • Brainstorm and ideate on new protocol designs.
  • Engage with internal and external auditing teams and implement feedback.
  • Help Research team to evaluate the feasibility of any scaling solutions and problems.
  • Training other members to improve the team’s competence and influence others.

Requirements

  • Over 3 years experience in developing and releasing secure and production smart contracts in Solidity with over 4 years of professional dev experience.
  • Good logical thinking and problem solver interested in building complex smart contracts (experience auditing smart contracts is a plus).
  • Have built and released production contracts with holding significant amounts of funds.
  • Strong knowledge of the Ethereum Virtual Machine and other EVM-compatible networks, DeFis and other Web3 ecosystems.
  • Can collaborate fluently in English with other teams.
  • Experienced managing a small smart contract team (3-4 members), familiar with planning and delivering on multiple overlapping projects spanning several months.

*** WHAT WE CAN OFFER

  • Vietnam - based benefits: https://kyber.vn/post/694720842955898880/kyber-network-kyber-ventures-vietnam-based
  • Singapore - based benefits: https://kyber.vn/post/694723871267569664/kyber-network-singapore-based-benefits
  • Remote benefits: https://kyber.vn/post/694725029789925376/kyber-network-remote-work-benefits

*** HOW TO APPLY

  • Please send your resume to [email protected] with email subject “Your full name_Job title_web3.career”
  • Or talk to our Recruiters on Telegram/Skype: @anhpt_32

*** CONNECT WITH US

  • Discord: https://discord.com/invite/NB3vc8J9uv
  • Twitter EN: https://twitter.com/kybernetwork
  • Twitter KyberDAO: https://twitter.com/KyberDAO
  • Twitter Turkish: https://twitter.com/kyberturkish
  • Twitter Japanese: https://twitter.com/kybernetwork_jp
  • Forum: https://gov.kyber.org/
  • Reddit: https://www.reddit.com/r/kybernetwork/
  • Facebook EN: https://www.facebook.com/kyberswap
  • Facebook Careers: https://www.facebook.com/KyberCareers
  • Youtube: https://www.youtube.com/channel/UCQ-8mEqsKM3x9dTT6rrqgJw

Only shortlisted candidates will be contacted.

For other job opportunities at Kyber Group,
click here https://kyber.vn/.

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.