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

Coinmarketcap

Sydney, Australia

$62k - $82k

Ava Labs

New York, NY, United States

$175k - $208k

Consensys

Remote

$99k - $205k

OKX

Taipei, Taiwan

Further Ventures

Abu Dhabi, United Arab Emirates

$45k - $100k

Coinmarketcap

London, United Kingdom

$45k - $85k

Ezil.me

Remote

$100k - $140k

Parity Technologies

New York, NY, United States

$54k - $90k

Menyala

Singapore, Singapore

$90k - $110k

Arbitrary Execution, Inc.

United States

$72k - $75k

Arbitrary Execution, Inc.

United States

$72k - $100k

Hex Trust

Dubai, United Arab Emirates

$72k - $22k

Chaos Labs

New York, NY, United States

Bitget

Hong Kong, Hong Kong

$72k - $91k

Evmos

San Francisco, CA, United States

$67k - $72k

Coinmarketcap
$62k - $82k estimated
Sydney NSW, Australia
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’re looking for experienced Blockchain Engineers to join our Core Team.  You'll lead our Developer Platform initiatives to improve the cross-chain developer experience by building developer tools for several blockchains ecosystems. 

Responsibilities

  • Research, design and build new developer tools and capabilities for EVM and non-EVM blockchain ecosystems.
  • Build an easy to use tool stack that provides capability to deploy smart contracts across several chains. 
  • Contribute to the developer tooling product roadmap for mobile and web.
  • Lead open source initiatives and outreach the with community.
  • Write well tested code, keep high test code coverage

Qualifications

  • 4 years+ software engineering experience (e.g. Typescript)
  • Deep blockchain knowledge in at least one blockchain, preferably 2. 
  • Experience with managing and maintaining open source projects
  • Strong knowledge of writing efficient and safe code
  • Self-managed, proactive work >
  • Excellent interpersonal, consultative and communication skills, including exceptional English written communication 

Nice to have:

  • Experience writing and deploying Smart Contracts 
  • Software engineering experience with a low-level programming language (e.g. Rust)
  • Knowledge of cryptography topics in crypto.

Additional Information

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.

    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.