EVM Jobs

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

Sismo

Paris, France

$85k - $90k

COCO

India

$28k - $36k

Binance

Remote

Messari

New York, NY, United States

$125k - $150k

Web3 Labs

United Kingdom

$65k - $100k

Snowfork

Remote

$36k - $60k

InterSwap

United Arab Emirates

$83k - $120k

Sismo

Paris, France

$85k - $90k

Joint NFT

India

$115k - $2k

Gnosis

Berlin, Germany

Harmony

Remote

$84k - $100k

Harmony

Remote

$84k - $100k

Acala

Remote

$71k - $90k

Aragon Association

Remote

$45k - $100k

dcSpark

United States

$54k - $80k

Smart Contract Engineer Solidity Circom Remote Europe

Sismo
$85k - $90k estimated

This job is closed

Sismo is a privacy-preserving login system based on blockchain infrastructure, decentralized identities (DID) and Zero Knowledge (ZK) technology.

Sismo is developing the Sismo Attestation Protocol which allows anyone to generate privacy-preserving attestations from their web3 accounts (e.g BAYC NFT Ownership). Sismo attestations can be stored as NFTs on Ethereum/EVM chains and are compatible with web2 and web3 applications as an access control and reputation tool.

Our team of 7 crypto-native builders has been working on Ethereum since 2015 (ex Aave, Sandbox, Kleros, ConsenSys). We recently raised $10m from some of the top blockchain teams (Optimism, Starkware, Curve, Axie Infinity, Nansen, etc..), a strong mix of web3 investors (Delphi, IDEO, Framework, Fabric) and successful web2 projects (Founder of Product Hunt, Naval Ravikant, GFC).

At Sismo, you will be exposed to everything crypto has to offer; from comprehensive training to in-person conferences and hackathons to good community memes and so much more.

The Sismo team prioritises privacy, decentralization and developing ZK tech that will power the future of the decentralized web. We are deeply committed to this mission and believe cryptography and blockchains will benefit billions of people by enabling users to take ownership of their digital identity.


Who we are looking for

We are looking for passionate team members to join our core team. We expect every team member to be committed towards their personal development, education and growth.

Whether you are a seasoned crypto-native or a passionate newcomer to web3. We measure success 3 months after hire by the following categories:

  • Communication skills: clear, concise, and consistent
  • Initiative and autonomy
  • Alignment with Sismo’s mission and values

At Sismo, you will work side by side with a diverse group of motivated and skilled team players. We are looking for someone that’s ready to elevate their career in web3 and grow with our team.

Your main responsibility will be to develop smart contracts and circom circuits for the Sismo Attestation Protocol (SAP) and take lead on one of the following topics:

  • Developing new smart contracts for SAP
  • Developing new cryptographic libraries (solidity, typescript, rust)
  • Developing new circom circuits for our ZK attestations
  • SDK for usability of SAP
  • Developing Sismo’s subgraph

Qualifications

  • Write high-quality and documented open-source code
  • Communicate clearly inside the team
  • Communicate externally, through Github, conferences or Twitter/blog posts
  • Attention to detail
  • Strong conviction for web3, Ethereum, and ZK technologies
  • Eagerness to grow and improve

Tech stack at Sismo

  • Solidity, Hardhat, ethers
  • theGraph, blockchain data APIs
  • Typescript, tenderly
  • Circom

Bonus stack

  • Foundry, forge for smart contracts
  • Rust
  • Cairo and non-EVM smart contracts languages

The Sismo team is deeply dedicated to the development of SAP and the Sismo ecosystem and aggressively builds to see-through our mission… and we have great benefits for those who join us:

  • Strong incentives (Salary + Tokens)
  • Remote-friendly
  • Participation in some of crypto’s biggest events and conferences
  • Become entrenched in the ZK community

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.