EVM Jobs

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

Chiliz

Remote

Nomic Foundation

Remote

$120k - $230k

Nomic Foundation

Remote

$120k - $230k

Nomic Foundation

Remote

$120k - $230k

Decent Land Labs

Remote

$86k - $126k

Web3 Recruit

Remote

$132k - $174k

Magic Eden

Remote

$150k - $200k

Synthr Ou

Remote

ParagonsDAO

Remote

$96k - $144k

StackedSP Inc

Remote

$150k - $240k

Quant Network Ltd

London, United Kingdom

$90k - $100k

Liminal

Bengaluru, India

$90k - $100k

StackedSP Inc

Remote

$120k - $240k

Parity Technologies

New York, NY, United States

$45k - $85k

Rome Protocol

New York, NY, United States

$150k - $250k

Blockchain Engineer EVM Specialist

Chiliz

This job is closed

ABOUT US


We’re like-minded, curious, excitable people here at Chiliz who work well in teams, spread across the globe. Chiliz is a global blockchain company, which powers Socios.com - the creators of Fan Tokens, and the popular fan rewards platform.



Socios has partnered with some of the world’s best teams, including Paris Saint-Germain, Juventus, FC Barcelona, Atlético de Madrid, UFC, Galatasaray, Manchester City FC, Davis Cup, and many more.



The curious nature of a Chilizen is what drives this company forward, and since we’re looking to grow even more, apply for your dream role today.

OUR BRANDS & CHANNELS

We are building the web3 infrastructure for sports & entertainment!

Founded in 2018, Chiliz is a blockchain provider focused on the sports and entertainment industry. We build scalable, secure blockchain-enabled solutions that supercharge fan experiences using digital assets. 

$CHZ is the native digital token for the Chiliz sports & entertainment ecosystem currently powering Socios.com and the Chiliz Chain blockchain. 

Socios.com is a fan engagement and rewards app that allows fans to engage with their favourite teams and clubs through digital assets known as Fan Tokens.


THE ROLE

Due to continued growth, we are looking to recruit a Blockchain Engineer- EVM Specialist to join our team of talented developers who share a common interest in distributed systems, their scalability, and continued development.  You will be part of the team responsible for building the Chiliz chain that powers the Socios platform. 

Duties & Responsibilities:

  • Building Web3 interfaces that are directly interacting with the blockchain
  • Mentor and guide other engineers in advancing their skills and knowledge in Blockchain development
  • Maintain and improve existing products
  • Work closely with engineers and product managers on new features
  • Ensure code quality through tests, in accordance with good practices
  • Participate in code reviews
  • Anticipate scalability and performance issues
  • Be a force of technical and functional proposals

Requirements:

  • 3+ years of experience in developing Blockchain applications
  • Must be based in Europe
  • Strong communication skills, including the ability to mentor and effectively convey complex technical concepts
  • Good knowledge of EVM compatible chains
  • Experience working on any of the following:
    • EVM clients (ex: go-ethereum/ geth, bsc-geth, ..)
    • Low level tokenomics
    • Consensus mechanisms (ex: Parlia, Clique, PoW, Lachesis, BFT, ….)
  • Very good knowledge of Solidity or Vyper
  • Good knowledge with best practices for securing smart contracts and App development
  • Good knowledge of tools like: Hardhat, Truffle, Foundry, Brownie, Slither, Solhint, etc.
  • Knowledge of decentralised infrastructure: components such as IPFS, Swarm, and Whisper.
  • Good level of basic tools: Git, VSCode, JIRA
  • Ability to work remotely, independently and collaboratively in a team
  • Excellent verbal and written communication skills
  • Willing to explore new things; curious

Good to have:

  • Any other Blockchain knowledge (other blockchains, scaling solutions, … )
  • Previous mentoring experience

WHAT WE OFFER

We offer you the chance to grow, to learn, to flex your creative muscles, and to work on a project that is providing excitement to millions of users.

During our interview process, you can ask us anything and get to know your team too. We need this to work both ways: It's not just about you fitting in, but about us being the right fit for you too.

Are you ready to work with the world’s best sports teams? Are you happy to try, fail, and try again? Are you excited to keep pushing the boundaries of technology? 

We’ve got offices across the world, over 30 nationalities in our ranks and the most important superpower of all - flexibility. Our competitive salaries, wellness allowance, healthcare and pension plan are just the tip of the iceberg. You’ll gain friends, experience and a good challenge, we’ll gain you. 

Are you ready?

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.