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

Orbofi

San Francisco, CA, United States

$72k - $100k

Kava Labs

Atlanta, GA, United States

$72k - $110k

Kava Labs

Atlanta, GA, United States

$81k - $100k

Aave Companies

London, United Kingdom

$72k - $110k

VIR Consultant LLC

United States

$60k - $90k

Axiom

New York, NY, United States

$74k - $100k

NIL (CYPRUS) LTD

Lima, Peru

$72k - $100k

Biconomy

Remote

$72k - $100k

Nervos Network

Remote

Overmind

Remote

$72k - $100k

Q development AG

New York, NY, United States

$53k - $59k

OpenZeppelin

Remote

$63k - $64k

OpenZeppelin

Remote

$63k - $64k

Virtual Team Tech

Hallandale Beach, FL, United States

$11k - $15k

Gnosis

Remote

Orbofi
$72k - $100k estimated
San Francisco United States of America
Apply

About Orbofi

Orbofi is a groundbreaking AI-generated content engine, specifically designed for Web3, games, and online communities. Our mission is to revolutionize content creation and consumption by leveraging the power of AI. We empower creators, developers, and businesses to generate high-quality, engaging content that captivates their audiences.


We're a rapidly growing company seeking a highly skilled and experienced Blockchain Engineer to join our team. If you're passionate about developing cutting-edge blockchain solutions and have a deep understanding of smart contract development on EVM blockchains, we'd love to hear from you!

Mission: Boosting Human creativity and human globalization


Responsibilities


As a Blockchain Engineer at Orbofi, you'll be responsible for:


  • Designing, implementing, and maintaining scalable and secure smart contracts on EVM-based blockchains
  • Collaborating with cross-functional teams, including AI/ML engineers, product managers, and designers, to develop and integrate blockchain solutions into Orbofi's AI-generated content engine.
  • Researching and staying current on the latest advancements in blockchain technology, decentralized finance (DeFi), and non-fungible tokens (NFTs) to ensure Orbofi's competitive edge.
  • Developing and deploying decentralized applications (dApps) that leverage Orbofi's AI-generated content engine.
  • Ensuring the security, reliability, and performance of blockchain solutions by conducting thorough testing, code reviews, and audits.
  • Creating and maintaining clear documentation for smart contracts, blockchain architecture, and related systems.

Qualifications


To excel in this role, you'll need:


  • A Bachelor's or Master's degree in Computer Science, Engineering, or a related field.
  • 3+ years of hands-on experience in blockchain development, with a strong focus on smart contract development on EVM-based blockchains.
  • Proficiency in Solidity, along with experience in deploying and testing smart contracts using tools like Truffle, Hardhat, and Remix.
  • Familiarity with Web3.js or Ethers.js libraries for interacting with blockchain networks.
  • Knowledge of blockchain security best practices and experience conducting smart contract audits.
  • Experience with other programming languages, such as JavaScript, Python, or Go, is a plus.
  • Strong problem-solving, analytical, and communication skills, with the ability to work effectively in a collaborative, fast-paced environment.

Why Work at Orbofi


At Orbofi, you'll have the opportunity to:

  • Drive innovation in the AI-generated content space and make a lasting impact on the Web3 ecosystem.
  • Collaborate with a diverse, talented, and passionate team committed to pushing the boundaries of AI and blockchain technology.
  • Enjoy a flexible work environment, with opportunities for remote work and a healthy work-life balance.
  • Benefit from a competitive compensation package, including equity options and comprehensive benefits.
  • Thrive in a culture that values innovation, collaboration, and continuous learning.

Join the Orbofi Team


If you're a highly skilled Blockchain Engineer with a passion for shaping the future of AI-generated content and Web3, we'd be thrilled to have you on our team. Apply now and help us redefine content creation in the digital age!

To apply, please submit your resume, a cover letter detailing your relevant experience, and any portfolio, GitHub profile, or technical writing showcasing your blockchain development achievements.

Orbofi is an equal-opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees. We offer competitive compensation, a flexible work schedule, great perks and a great mission: Boosting human creativity and human globalization

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.