EVM Jobs

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

Remote

$62k - $82k

Securrency

United States

$54k - $90k

Offchain Labs

United States

$63k - $90k

Anagram Ltd

United States

$105k - $111k

BlockchainStaffingNinja

New York, NY, United States

$45k - $90k

Status

Remote

$84k - $110k

Austin Werner Ltd

San Francisco, CA, United States

$140k - $200k

Nethermind

London, United Kingdom

$72k - $75k

Nethermind

London, United Kingdom

$63k - $100k

Trust Wallet

New York, NY, United States

$62k - $82k

Crossmint.io | Making NFTs Accessible to Everyone

Madrid, Spain

$36k - $70k

In Technology Group Inc (US)

United States

$200k - $225k

Oasis Protocol Foundation

Ljubljana, Slovenia

$63k - $100k

Oasis Protocol Foundation

Ljubljana, Slovenia

$72k - $100k

Seven Bits Technologies

Ahmedabad, India

$45k - $82k

Coinmarketcap
$62k - $82k estimated
Global, Any, OTHER
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

  • 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

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

Additional Information

All your information will be kept confidential according to EEO guidelines.

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.