EVM Jobs

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

Trust Machines

New York, NY, United States

$125k - $200k

Monad Labs

New York, NY, United States

$150k - $200k

Coinmarketcap

London, United Kingdom

$62k - $82k

VaynerMedia LLC

New York, NY, United States

$60k - $98k

G4AL

Barcelona, Spain

$58k - $92k

Kava Labs Inc

Seattle, WA, United States

$130k - $160k

Spectrum Search

San Francisco, CA, United States

$71k - $74k

Eluvio

United States

$36k - $117k

VaynerX

New York, NY, United States

$60k - $98k

VaynerMedia

New York, NY, United States

$60k - $98k

Consensys

Remote

$54k - $77k

GammaX

United States

$72k - $110k

PureLogics

United States

$45k - $72k

SeaClub

United States

$54k - $80k

Giddy Up

United States

$74k - $110k

Security Engineer

Trust Machines
$125k - $200k

This job is closed

We're looking for a smart contract security engineer. The person in this role will execute internal security audits and testing for Trust Machines apps, in addition to helping us onboard additional smart contract auditing firms to audit Clarity smart contracts. We highly value security in the Stacks ecosystem, which is why we decided to create the Clarity programming language for smart contracts.

The ideal candidate has a background in security engineering, security research, adversarial scenarios, blockchain principles, and strong understanding of at least one smart contract coding language. As our first security engineer you’ll have the opportunity to build out a security engineering function and work with the best in class resources to bring secure smart contracts for Bitcoin to fruition.

What You’ll Do:

  • Perform internal code audits
  • Onboard additional security auditing firms to audit Clarity smart contracts
  • Contribute to a knowledge base of DeFi and protocol security best practices the Stacks ecosystem

What We’re Looking For:

  • 5+ years of software development experience, with some exposure in auditing or building complex smart contracts
  • Strong knowledge of Solidity/Clarity
  • Ideally coming from a security engineer background or consulting firm
  • Understanding of EVM and corresponding best practices
  • Experience with test automation and monitoring
  • Deep understanding of DeFi protocols

We’d Also Like to See:

  • Strong communication skills to work with community members and external firms alike
  • Attention to detail
  • Highly collaborative

What we offer:

  • Work from home
  • Competitive salary based on NYC comp
    • (Regardless of location: $125,000 - $200,000 Base Salary)

  • Company equity
  • Open Vacation Policy, take the days you need
  • Up to 16 weeks of paid parental leave
  • Your choice of technical setup and equipment

Please note that benefits vary by country. The ones shown above are for our full-time U.S.based employees. Benefits information for non-US-based positions will be provided to individuals who interview for those roles.

Trust Machines is proud to be an equal opportunity employer and deeply cares about building a diverse team. Trust Machines is committed to building an inclusive environment for people of all backgrounds. We do not discriminate based on race, color, gender, sexual orientation, gender identity or expression, religion, disability, national origin, protected veteran status, age, or any other status protected by law.

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.