EVM Jobs

1,209 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

Giddy Up

United States

$74k - $110k

Coinmarketcap

Sydney, Australia

$62k - $82k

Ava Labs

New York, NY, United States

$175k - $208k

Consensys

Remote

$99k - $205k

OKX

Taipei, Taiwan

Further Ventures

Abu Dhabi, United Arab Emirates

$45k - $100k

Coinmarketcap

London, United Kingdom

$45k - $85k

Ezil.me

Remote

$100k - $140k

Parity Technologies

New York, NY, United States

$54k - $90k

Menyala

Singapore, Singapore

$90k - $110k

Arbitrary Execution, Inc.

United States

$72k - $75k

Arbitrary Execution, Inc.

United States

$72k - $100k

Hex Trust

Dubai, United Arab Emirates

$72k - $22k

Chaos Labs

New York, NY, United States

Bitget

Hong Kong, Hong Kong

$72k - $91k

Giddy Up
$74k - $110k estimated
United States US
Apply

MEET GIDDY UP: A NOVEL FUNDING SOLUTION FOR CRYPTO PROJECTS


Our approach to funding is unique in the crypto space. It is a huge regulatory burden to do it properly, and we are confident we have found the right approach that works within the regulatory framework available today.


There are a LOT of jokers in the crypto world and a big part of our job is figuring out who is for real, who is clearly a scammer and who has big potential.


For what it’s worth, the hard work is in identifying the projects that have big potential--we are pretty good at identifying scammers at this point. HOWEVER, if you know how things went with FTX and LUNA, you will understand that some scammers are very sophisticated and hard to identify. More on that later.


ABOUT YOU


Note: If you are missing some of these qualifications, BUT you can make a good case for your ability to do the job, go ahead and apply. We are reasonable people.


Requirements


3+ years of documented software development experience, preferably working with cryptocurrencies, blockchain or web3 as a developer.

Experience with Solidity and other web3 related technologies.

Knowledge and experience working with ETH in its various iterations over the past few years in a professional capacity.

Strong communication skills--both written and spoken.

Knowledge of EVM networks.

You are always on the lookout for new and innovative ways to solve complex problems through rigorous experimentation.

Your English language skills must be good enough for a professional setting. (It’s okay if you aren’t perfect here.)

Experience working with a 100% remote team across multiple time zones with limited supervision (read: you don’t need any hand holding in order to know what work needs to be done).

A happy and positive demeanor.


Preferred qualifications


You have done previous work at a Layer 1 or Layer 2 blockchain.

A college degree in computer science or a related technical area of study.

Your GitHub is up-to-date and well-populated with your contributions.

You have links to share that showcase your previous projects.


Compensation


Salary

Equity

Token allocation (in the future)

Bragging rights for working on a cool project


ABOUT US


Who are we? A small handful of degens who are working hard to help onboard the next 100 million crypto users.


What do we do? We are a crowdfunding solution of sorts for crypto projects. If you believe this would be a difficult thing to do while staying compliant with the current laws and regulations, you would be correct! We are not afraid of hard problems.


Why are we doing this? Because it is more fun and pays better than a fast-food job.


To show that you read the entire job description, please include “web3 should not be capitalized” somewhere in your application. However, we have no official company opinion on whether or not the w should be capitalized. We see both options used all the time and nobody seems too concerned about it.


This job is fully remote.

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.