EVM Jobs

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

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

Coinmarketcap

Sydney, Australia

$62k - $82k

Ava Labs

New York, NY, United States

$175k - $208k

Coinmarketcap
$62k - $82k estimated
London, UK
Apply

Company Description

Trust Wallet is the world’s most inclusive, chain-agnostic, self-custody wallet that serves tens of millions users globally. Trust Wallet provides a secure, seamless and intuitive gateway to the crypto and NFT ecosystems. Our users are able to send, receive, stake, mint and store across 4.5+ million cryptocurrencies on 66+ blockchains, including Ethereum, BSC, Polygon, Solana, Avalanche, etc. Our developer community of different projects relies on us to reach millions of their users, build their own wallets, and grow crypto adoption.

Job Description

We are in search of a smart contract engineer to join one of our product teams, Trust Wallet. Within Trust Wallet is Wallet Core, an open source, cross-platform library implementing low-level cryptographic wallet functionality for a high number of blockchains in a succinct way.

Requirements:

  • Write and deploy Smart Contracts, build an automated test framework and Smart Contract lifecycle
  • Design and develop blockchain protocol integrations
  • Architect and develop distributed systems that scale protocol integrations to millions of users with advanced monitoring, alerting, and observability frameworks 
  • Collaborate with the Product to develop the roadmap

Qualifications

  • 4+ years of software engineering experience, at least 2+ years of Frontend experience preferably C++, Go, Rust, and/or Typescript
  • 2+ years of production-grade, performant smart contract development experience
  • Expert proficiency with Solidity and/or other Smart Contract language 
  • Strong experience orchestrating Ethereum infrastructure and deploying main net EVM or non-EVM smart contracts 
  • Implementing smart contracts utilizing the latest standards, e.g. EIP's
  • Industry standard security practice for DeFi, DAO, NFT, Swaps and other protocols

Additional Information

Nice to have:

  • Familiar with DeFi protocols
  • Experience implementing secure storage structures, e.g. gnosis safe
  • Familiar with crypto-economic protocol design including governance and incentive structures

Working at Trust Wallet

    • Do something meaningful; Be a part of the future of finance technology and the leading company in the industry
    • Fast moving, challenging and unique business problems
    • International work environment, flat organization, flexible working hours
    • Great career development opportunities in a growing company
    • Possibility for relocation and international transfers mid-career
    • Competitive salary

    By submitting a job application, you confirm that you have read and agree to our Candidate Privacy Notice.

    ⬇
    Apply Now

    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.