EVM Jobs

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

$84k - $180k

Storm2

United States

$200k - $300k

Austin Werner

New York, NY, United States

$200k - $300k

Matter Labs

Dublin, Ireland

$81k - $95k

Moonsong Labs

Paris, France

$72k - $84k

Spectrum Search

United States

$126k - $204k

OKX

San Jose, CA, United States

$166k - $353k

Cake Group

Kuala Lumpur, Malaysia

$36k - $70k

Ondo Finance

Remote

$87k - $87k

Gnosis

New York, NY, United States

Monad Labs

New York, NY, United States

$120k - $180k

Keyko

Spain

$85k - $184k

EigenLayer

Seattle, WA, United States

$72k - $100k

Gnosis

Remote

OpenZeppelin

Remote

$54k - $70k

Coinmarketcap
$84k - $180k estimated
Global, OTHER

Company Description

 Trust Wallet is a decentralized, multi-chain mobile wallet loved by millions for its speed, security, and ease of use. Trust Wallet provides a secure wallet to send, receive, stake, and store more than one million cryptocurrencies on 68 blockchains, including Ethereum and EVM chains, Solana, Polkadot, etc. – making it the world’s most inclusive, chain-agnostic decentralized wallet. We are looking for someone who will have the vision to design the gateway experience for web3 world and scale it to hundreds of millions of users. 

With this PM role, you'll have massive ownership and will craft the developer journey all the way to individual developers. Along the way you will lead product discovery, scoping, and launch innovative products & features to help grow developer adoption. This role is a special opportunity for someone who thrives at the intersection of Product, Developers, Marketing, and Partnerships to help connect the next 100 million users to Web3. The immediate need is for someone to focus on the development of the Mobile App (iOS & Android)

Job Description

  • You will own the short and long term growth roadmap -- being accountable for our developer ecosystem and B2B growth.
  • Take new initiatives from ideation to customer validation, prototyping, and production.
  • Collaborate closely with our cross-functional team of engineering, marketing, partnerships, and customer support teams.
  • Create strategies based on customer insights, competitive analysis, and data.
  • Clearly communicate progress, priorities, and future plans across teams and externally with users, developers, and customers.
  • You will be interacting directly with businesses and Trust Wallet developers to collect feedback and develop user empathy. You'll be a key part of a small agile team.

Qualifications

  • 3+ years PM experience
  • Experience developing Mobile Applications 
  • Extremely user and metric focused mindset 
  • Experience establishing growth frameworks (measurement, testing) and processes to across teams.
  • Ability to establish clear prioritization frameworks and success metrics.
  • Knowledgeable and interested in Web3 space.
  • Collaborative and open minded.
  • Sharp written and verbal communication in English to both frame and explain concepts. Ability to thrive in uncertainty and challenges: proactive, hands-on, self-starter and perseverant.
  • Strong values, ethics and integrity.
  • Strong intellectual curiosity and honesty, Bachelor’s or Master's Degree.

Additional Information

The role is for you if you:

  • Are excited about being the first developer ecosystem product manager at Trust Wallet, where you will drive and prioritize the product roadmap and execution for key initiatives.
  • Like the idea of working in a fast startup environment with the backing of one of the most established crypto companies.
  • Love well-written developer documentation as well as empowering developers with the right tooling.
  • Enjoy researching and analyzing the market, users, and new products, especially with an eye to working with our developer advocate to create videos, documentation, Github repos, and other media that the web3 developer community can use to gain familiarity with Trust Wallet.
  • Are excited about the opportunity to grow with the company and want to help define the vision and strategy to onboard the next 100M users onto Web3 and Trust Wallet.
  • Are passionate about crypto and the role wallets play across DeFi, NFTs, DAO, tokenomics, and the overall Web 3.0.
  • Can think big, push the boundaries of what is possible and are able to communicate and measure these ideas effectively.
  • Are agile and can thrive in fast-moving environments – especially since Web3 is constantly evolving.
  • Aren’t looking for a traditional web2 job. You share the mindset that ‘Nothing should be someone else’s problem’.
  • Owning a problem doesn’t scare you, but empowers you to take 100% responsibility for achieving goals and results.
  • Want to be part of a winning and agile team with a global and diverse background.

Why work at Trust Wallet?

  • Be a part of the world’s leading blockchain ecosystem that continues to grow and offers excellent career development opportunities.
  • Work alongside diverse, world-class talent, in an environment where learning and growth opportunities are endless.
  • Tackle fast-paced, challenging and unique projects.
  • Work in a truly global organization, with international teams and a flat organizational structure.
  • Enjoy competitive salary and benefits.
  • Balance life and work with flexible working hours and casual work attire.

Apply today to join our team in building the world’s most trusted and secure crypto wallet and enable a decentralized future for everyone.

Trust Wallet is committed to being an equal opportunity employer. We believe that having a diverse workforce is fundamental to our success.

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.