EVM Jobs

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

Grindery.io

Singapore, Singapore

$60k - $100k

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

Masa Finance

San Francisco, CA, United States

$170k - $200k

Flashbots

New York, NY, United States

$63k - $77k

Cere Network

Remote

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

vestable.xyz

Austin, TX, United States

$0k

smlXL

New York, NY, United States

$51k - $70k

NFTing

Estonia

$70k - $100k

Lamina1

Los Angeles, CA, United States

$180k - $225k

Steel Perlot

United States

$72k - $75k

Gnosis

Berlin, Germany

Aurora

Remote

$72k - $100k

MoonPay

United Kingdom

$72k - $75k

MoonPay

San Francisco, CA, United States

$72k - $75k

Blockchain Developer

Grindery.io
$60k - $100k

This job is closed

We are an open source, early-stage , BinanceLabs S4 project with funding from Near, Algorand, Flow, Cronos and Harmony. Specifically Grindery Nexus is a “middleware for web3”. Think of a Zapier for web3. It's a decentralized system that can interact with smart contracts as well as web2 APIs. It allows to define workflows with time, state and event triggers to execute smart contracts as well as API (web2) transactions.

We are constantly looking for those individuals that fit our culture and mission.

If you are passionate about web3/blockchain development (EVM or not) then get in touch. It does not matter if you are the world's outmost expert or just getting started. We mostly care about how fast you learn :)

Note, that we are an entirely, distributed and soon to be decentralized organization. This means that communication and collaboration skills will always outweigh specific technical or creative skills. There is enough for work for everyone as long as you care about the quality of your work and have a no-BS attitude.

Everyone on the team has joined progressively. This means you will always start with a small project or on an hourly base and your work will be reviewed by your peers. if you feel at home with us, your new team members enjoy working with you and jointly we see results you get an opportunity to stick around. For some of us this has been over ten years.

To get an idea of what we expect we suggest you watch this 20min video here.

or as bullets here:

Intrested in our pitch?
Take this!

Grindery.io focuses on Cryptocurrency and Blockchain / Cryptocurrency. Their company has offices in San Francisco. They have a small team that's between 11-50 employees.

You can view their website at http://grindery.io or find them on Twitter, Facebook, 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.