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

Parallel Finance

Canada

$0k

Manan AI | Babylon Voice, SummeTimes

New York, NY, United States

$80k - $150k

0x

San Francisco, CA, United States

$54k - $90k

0xPragma

Dubai, United Arab Emirates

$80k - $140k

Textile

United States

$27k - $50k

Gnosis

Berlin, Germany

Aragon Association

Remote

$17k - $100k

Horizon Blockchain Games

Toronto, Canada

$45k - $92k

Horizon Blockchain Games

Toronto, Canada

$90k - $100k

Nori

Seattle, WA, United States

$142k - $177k

Cruize Finance

India

$60k - $100k

Horizon Blockchain Games

Toronto, Canada

$90k - $100k

Horizon Blockchain Games

Toronto, Canada

$45k - $92k

0x

San Francisco, CA, United States

$81k - $90k

Messari

New York, NY, United States

$32k - $100k

Web3 FullStack Developer

Parallel Finance
$0k

This job is closed

About us:

Parallel is an institutional-grade DeFi parachain building in the Polkadot ecosystem to empower the community to earn interest on their assets, with the utmost safety and security in mind. We chose to build in the Polkadot ecosystem because Polkadot (and Kusama by extension) allows for faster and cheaper transactions, shared security, interoperability, and strong upgradability. Our primary goal is to create an innovative lending, borrowing, staking system that uses the power of Polkadot to generate the greatest capital efficiency for everyone involved.

Responsibilities:

As a Web3 Full-Stack Developer at Parallel you will:

  • Own and maintain the delivery and iteration of defi products
  • Write reusable, testable code components
  • Innovate and expand on existing DeFi solutions to help evolve the technology vision at Parallel
  • Collaborate on improving standards and practices for building applications at scale
  • Utilize industry standards for application security and configuration management

Requirements:

  • 3-5 years of experience in React, Node.js
  • Proficiency with javascript and typescript languages
  • Experience delivering and maintaining large scale user facing applications
  • Familiarity with DeFi protocols and products
  • Strong English communication skills and experienced using team collaboration tools with developers and product owners

Bonus:

  • Experience in building and maintaining web3 applications on Ethereum or EVM compatible chains.
  • Experience with test driven development practices (TDD)

Parallel Finance focuses on Finance, Finance Technology, Cryptocurrency, Blockchains, and Blockchain / Cryptocurrency. Their company has offices in San Francisco and Beijing. They have a mid-size team that's between 51-200 employees. To date, Parallel Finance has raised $24M of funding; their latest round was closed on November 2021 at a valuation of $250M.

You can view their website at https://parallel.fi/ or find them on Twitter and LinkedIn.

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.