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

Haqq Network

Remote

$48k - $72k

Sky Mavis

Ho Chi Minh City, Vietnam

$90k - $115k

Ava Labs

New York, NY, United States

$163k - $203k

Horizen Labs

New York, NY, United States

$72k - $112k

Worldcoin

San Francisco, CA, United States

$63k - $150k

Solidus Labs

New York, NY, United States

$72k - $100k

OKX

Singapore, Singapore

$87k - $148k

Grass

Remote

$95k - $160k

Infura

United States

$72k - $100k

ConsenSys

United States

$72k - $100k

Parity Technologies

New York, NY, United States

$45k - $72k

Crypto.com

Singapore, Singapore

$36k - $100k

Infura

United States

$100k - $201k

Mobile Developer

Haqq Network
$48k - $72k

This job is closed

 

We are developing a decentralized stablecoin backed by real value of other stablecoins and US treasuries. Our ambition is to build digital cash, adopted in the real world, and to achieve this goal we are also building a mobile wallet for all-to-all payments and merchants gateway.

We are looking for a mobile developer who will take over the development of our mobile wallet.


Key Responsibilities:

  • Develop and maintain mobile wallet: build cross-platform mobile app for iOS and Android using React Native
  • Integration with smart contracts and backend services: work closely with our backend and smart contract developers to build seamless end-user experience
  • UI/UX implementation: collaborate with our designers to implement their initial design and iterate on it based on user feedback
  • Stay Updated: keep up to date with the latest developments in mobile development and blockchain space
  • Open Source maintenance: maintain wallet-related repositories in GitHub, track issues and pull requests, review and merge pull requests

Skills and Qualifications:

  • Proficient in React Native and TypeScript: Proven experience in building cross-platform mobile apps
  • Experience with EVM-based blockchains: Ethereum, Binance Smart Chain, etc.
  • Familiarity with decentralized Financial Systems: Knowledge of digital wallets, ERC-20 standard and its modern extensions, DeFi protocols.
  • Write mobile apps that provide secure storage, accounting and transactional services to help our customers transfer assets safely.
  • Problem Solving: Ability to troubleshoot complex issues and collaborate on them with other team members and maintainers of open source libraries you use
  • Structured communication: Ability to communicate ideas and problems clearly and structured, both in written and spoken form, familiarity with sequence diagrams and other UML tools is a plus
  • Documentation: Ability to write clear and concise documentation for products and libraries you develop
  • Open Source passion: We will ask you to share your GitHub profile proving your pull requests, bug reports and other contributions to open source projects

We offer:

  • A competitive remuneration package with a performance bonus structure
  • Extensive career progression opportunities internally
  • A diverse and multicultural working environment, cutting across various geographical locations with flexible working conditions
  • High-performing and open organizational culture

 

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.