EVM Jobs

1,199 jobs found

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Offchain Labs

United States

$63k - $90k

Anagram Ltd

United States

$105k - $111k

BlockchainStaffingNinja

New York, NY, United States

$45k - $90k

Status

Remote

$84k - $110k

Austin Werner Ltd

San Francisco, CA, United States

$140k - $200k

Nethermind

London, United Kingdom

$72k - $75k

Nethermind

London, United Kingdom

$63k - $100k

Trust Wallet

New York, NY, United States

$62k - $82k

Crossmint.io | Making NFTs Accessible to Everyone

Madrid, Spain

$36k - $70k

In Technology Group Inc (US)

United States

$200k - $225k

Oasis Protocol Foundation

Ljubljana, Slovenia

$63k - $100k

Oasis Protocol Foundation

Ljubljana, Slovenia

$72k - $100k

Seven Bits Technologies

Ahmedabad, India

$45k - $82k

Coinmarketcap

London, United Kingdom

$72k - $120k

Clearmatics

London, United Kingdom

$63k - $75k

Developer Relations Advocate

Offchain Labs
$63k - $90k estimated

This job is closed

Developer Relations Advocate

United States /
Product /
Full-time
/ Remote

Apply for this job
Offchain Labs is building a suite of scaling solutions for Ethereum. This includes Arbitrum, an Optimistic Rollup, that instantly scales apps, reducing costs and increasing capacity, without sacrificing Ethereum's security. Porting contracts to Arbitrum requires no code changes or downloads since it’s compatible with existing Ethereum developer languages and tooling. Arbitrum today is the leading Ethereum scaling solution with dominant market share including hundreds of apps on the platform and over 50% of all rollup liquidity. 

Our team is extremely passionate and works tirelessly to bridge the gap between what blockchain is and what blockchain can be. We strive to maintain an atmosphere that fosters innovation and new ideas through collaboration, research, and deep discussions. After raising an initial round of $3.8M in seed funding in January 2019 and a $20M series A, as well as a $100M series B in 2021, we are ready to hire additional team members that have an interest in working in the blockchain space and a knack for approaching problems in unconventional ways

Developer Relations Advocate will be critical to accelerate the growth of the Arbitrum developer ecosystem by empowering and inspiring developers around the world to build on Arbitrum. As part of the broader Product team, you will work to shape and grow our engagement with the global developer ecosystem. Day-to-day, you’ll be responsible for driving developer adoption through talks, workshops, educational content, and other programs. You’ll also work closely with the product and engineering teams to triage developer feedback into new projects, tooling, and priorities — ensuring that the developer experience on Arbitrum is best-in-class.

What You’ll Do:

    • Take ownership of the developer experience on Arbitrum, proactively identifying issues and potential solutions that drive developer adoption, from protocol-level changes to third-party infrastructure requirements to our documentation, tooling, and supporting assets
    • Be an advocate in the developer ecosystem (spanning web2 and web3), championing Arbitrum and building relationships with developers and related organizations (accelerators, dev shops, hackathon organizers, etc.) to grow Arbitrum’s awareness among developers
    • Design systematic and scalable global programs that foster developer
    • Community growth and interaction, helping new and experienced developers deploy smart contracts, migrate projects and optimize existing applications
    • Actively participate in developer events aimed at education and onboarding, including live coding sessions, speaking at conferences, virtual meetups, and hackathons, working with our Events team to prioritize and attend key events
    • Work alongside our engineers to assist with the creation of tutorials, demos, and other reference materials
    • Work directly with the Product team to drive growth in the Arbitrum ecosystem, from converting patterns observed in the ecosystem into prioritized development work to helping to shape the go-to-market strategy of new Products, especially for the developer audience

Who You Are:

    • You have a passion for and solid understanding of blockchain technologies
    • Competent CS fundamentals, either in a formal university program or through self-learning
    • 2+ years of experience working on a developer relations team or in a similar role, growing awareness of and engagement with developer products, experience doing so in the blockchain industry is nice to have
    • Experience delivering talks on technical concepts is required, either through work experience or through other activities
    • Experience writing Go and/or Solidity code is nice to have
    • Experience writing and deploying smart contracts in EVM environments is nice to have
    • Ability to dissect and explain complex topics in a simple manner
    • You possess excellent written and verbal communication skills
    • Demonstrated ability to work with both internal and external parties
    • Experience at a high-growth technology company or startup is nice to have but not required
We understand it takes a diverse team of highly intelligent, passionate, curious, and creative people to solve the challenges involved in developing and improving Arbitrum. Our dynamic team has incredible perspectives to share, just as we know you do, and we take great pride in being an equal opportunity workplace.
Apply for this job

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.