EVM Jobs

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

Tally Labs

Los Angeles, CA, United States

$160k - $200k

Securrency

Abu Dhabi, United Arab Emirates

$105k - $111k

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

FullStack Web3 Engineer

Tally Labs
$160k - $200k
California Los Angeles United States
Join Talent Pool

This job is closed

Role Description:

  • Tally Labs is looking to build at the intersection of media and technology in Web3 - and we need a product-minded Full-Stack Engineer to help us get there. You will have large ownership over the technical product vision, execution, and day-to-day implementation.
  • You will report directly to the Head of Engineering and will lead development of many of the in-progress product additions. You will also contribute to the design and future implementation of new experiences.
  • As a Full-Stack Web3 Engineer, you have a want to work across the entire stack of Web2 technologies (front-end and back-end) as well on on-chain implementations, deployments, and integrations. Solidity expertise is not a requirement, but a basic foundation is.

Our Current Tech Stack:

  • Front End: React, TypeScript, Next.js, Styled-Components, Apollo GQL (data fetching and application state)
  • Back End: TypeScript, Serverless functions (Vercel / AWS), Prisma + PostgreSQL, Redis, Keystone.js

Responsibilities

  • Own full-stack features from ideation to delivery. You will work closely with Product and Design team members to build and ship iteratively.
  • Lead, design, and implement product integrations with ETH node providers (Infura, Alchemy, etc).
  • Develop, test, and deploy smart contracts that allow users to mint and interact with NFTs.
  • Design and implement visual experiences in HTML/CSS/JS from an array of visual designs. We strive for well-defined features, but also rely on individuals to reach across functions and build with their own creativity and common sense.
  • Design, migrate, and connect front-end user experiences to stateful back-end systems (presistent SQL stores and in-memory caches). Keep it as simple as possible - but also keep it fast.

Qualifications

  • Strong understanding of product thinking, interaction design and execution.
  • Strong understanding of traditional SWE tools like terminal usage and Git.
  • Strong ability to create user-experiences (including animations) in HTML/CSS.
  • Experience developing, testing, and deploying Ethereum smart contracts.
  • Experience reading and writing data to/from an Ethereum smart contract.
  • Experience building front-end experiences in React and TypeScript.
  • Experience designing and building front-end stateful applications with Redux, Apollo GQL, or similar (MobX, XState, etc.).
  • 4+ years experience as an engineer who has built and shipped awesome user experiences.
  • 1+ years experience developing on the EVM.
  • 4+ hours of overlap with a 10am-6pm EDT workday (US East Coast).

Benefits

  • Full health benefits — medical, dental, vision.
  • Laptop of your choice.
  • $500 to spend on work from home set up or to put towards a coworking office space.
  • We’ll fly you out to team offsides in SF, NYC, and other cool spots so we can build together IRL.
  • Unlimited vacation with a requirement to take at least 15 business days. All federal holidays are given, and we’ll also add in teamwide wellness days as well.
  • $1,000 to spend on NFTs so you can learn about the space.
  • $100 per month reimbursement for self-care (health, wellness, etc).
  • $1,000 per year reimbursement for courses, conferences, and education.
  • Parental Leave - 16 weeks for US based applicants.
  • You can opt into a 401K

Tally Labs focuses on Content Creators and Blockchain / Cryptocurrency. Their company has offices in Los Angeles, New York City, Miami, and Remote. They have a small team that's between 1-10 employees.

You can view their website at https://tallylabs.xyz or find them on Twitter.

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.