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

The Tinkering Society

Phoenix, AZ, United States

$200k - $250k

Aurora Labs

Remote

$11k - $80k

Aurora Labs

Remote

$50k - $80k

Provoke Solutions

Dallas, TX, United States

$54k - $65k

Chainstack

Remote

$54k - $82k

Aurora Labs

Remote

$26k - $39k

Nifty's Inc.

Miami, FL, United States

$58k - $60k

Provoke Solutions

Dallas, TX, United States

$54k - $65k

Gnosis

Remote

dcSpark

Warsaw, Poland

$54k - $80k

dcSpark

Austin, TX, United States

$54k - $80k

IOTA Foundation

Remote

$82k - $87k

Figment

Toronto, Canada

$54k - $72k

Ava Labs

New York, NY, United States

$54k - $60k

Europalabs.io

Miami, FL, United States

$80k - $120k

The Tinkering Society
$200k - $250k
Arizona Phoenix United States
Apply

What We’re Building

We are a remote team building a capital-efficient synthetic asset protocol. Initially, we plan to launch a line of crypto implied volatility products and expand to facilitate a broad range of synthetic assets across multiple verticals.

We are looking for a motivated Senior Solidity Engineer with demonstrable experience leading and participating in the development of complex smart contract systems.

Responsibilities

  • Design, internally audit, and deploy smart contracts (likely on EVM-compatible networks)
  • Collaborate with our 3-person engineering team to architect and develop a prototype and beta protocol (100% hands-on)
  • Help build, scale, and manage a team of engineers
  • Build, audit, test and maintain efficient, reusable, and reliable code; help maintain code quality and organization standards
  • Identify bottlenecks and bugs in our future codebase, and devise solutions to mitigate and address these issues

Qualifications

  • 2+ years of experience in smart contract development and architecture
  • 5+ years of experience in software development
  • Deep experience and familiarity with Solidity and its quirks
  • Web3/EthersJS, Hardhat (or Truffle), JS/TS
  • Familiar with EVM blockchains
  • Comfortable self-managing and leading the design and development of dapp components
  • Start-up/scale up experience from a modern tech company
  • Desire to play a pivotal role in building a top-tier protocol!

Nice-to-Haves

  • Experience integrating products with third party blockchain protocols
  • Familiarity with oracles, GraphQL, and other specialized web3/infra tools
  • Familiarity with designing scalable APIs

Compensation: Competitive Base Salary + Token Equity

About The Tinkering Society

The Tinkering Society is a privately-funded group of builders and thinkers with a shared mission to further develop the crypto ecosystem through researching protocols, building tools, and incubating projects.

The Tinkering Society focuses on Blockchain / Cryptocurrency. Their company has offices in Phoenix. They have a small team that's between 1-10 employees.

You can view their website at https://tinkeringsociety.com/

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.