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

Ankr Network

San Francisco, CA, United States

$50k - $90k

Ankr Network

San Francisco, CA, United States

$67k - $75k

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

Developer Advocate Web3 Blockchain DeFi

Ankr Network
$50k - $90k estimated

This job is closed

About Ankr

Paving the way to the open internet of the future, Ankr offers node solutions for over 50 different chains and a “1 click” API service for Ethereum, Binance Smart Chain, Polygon, Avalanche and more. Our primary mission is to help usher in developers into the web3 ecosystem. To do this, we pioneer new solutions to solve some of the most pressing problems across decentralized systems and the DeFi movement, to lower the entry barrier for everyday people, enterprises, and developers to contribute to blockchain ecosystems.

Check us out:https://www.ankr.com/

Ankr was founded in 2017 in Berkeley, California. The founding team and headquarters are based in San Francisco. Ankr has a distributed team of over 150+ people operating remotely and from offices in San Francisco, Shanghai, Moscow, and Amsterdam.

The next phase of the internet is based on distributed networks which make the new generation of platforms, applications and services more private, secure, reliable and censorship resistant.

By cutting out intermediaries and gatekeepers, builders and users gain back control over their applications and data.

Our mission is to make web3 easy to use for everyone!

As a Developer Advocate, you’ll:

  • Build mission-aligned apps and projects
  • Help and inspire developers around the world to learn how to build on top of proof-of-stake chains

Responsibilities:

  • Combine your coding skills with passionate writing to guide developers into the web3 ecosystem (EVM compatible blockchains, dApps, smart contracts, staking, parachains, layer 2 solutions...etc)
  • Become an expert, and document your process, in the chains and protocols Ankr supports (Ethereum, Binance Smart Chain, Polkadot)
  • Conceptualize, build, and write about projects, experiments, and apps
  • Create a feedback loop between community questions and content creation
  • Organize and host community events, both online, and eventually in-person
  • Find opportunities to release in-house code to a public Github repository
  • Build method for quantifying developer engagement

Requirements:

  • Prior experience in Developer Advocate role
  • Understanding or involvement in the crypto space is a plus
  • English language proficiency
  • Excellent written and oral communication skills, with experience writing technical content and explaining technical concepts
  • Experience building an audience on a personal blog or regularly contributing content to a developer publication or community
  • Moderate to expert knowledge of HTML, CSS, Javascript, and Go or Python

ANKR is an equal opportunity employer. All applicants will receive consideration for employment without regard to race, religion, color, national origin, sex, sexual orientation, gender identity, age, status as a protected veteran, or status as a qualified individual with a disability.

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.