EVM Jobs

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

Infinite Reality

San Francisco, CA, United States

$45k - $75k

Quest Groups LLC

United States

$81k - $100k

Evmos

San Francisco, CA, United States

$58k - $90k

Monad Labs

New York, NY, United States

$33k - $75k

IOVLabs

Remote

$54k - $100k

A&C Kings

Los Angeles, CA, United States

$36k - $54k

CertiK

Remote

$102k - $180k

Tassat

New York, NY, United States

$135k - $155k

Safe

Berlin, Germany

$72k - $100k

0x Labs

San Francisco, CA, United States

$72k - $90k

Flashbots

New York, NY, United States

$62k - $82k

In Technology Group Inc (US)

United States

$220k - $250k

Austin Werner Ltd 🚀🚀

San Francisco, CA, United States

$150k - $200k

Phaxis

United States

$58k - $87k

Parity Technologies

New York, NY, United States

$63k - $90k

Infinite Reality
$45k - $75k estimated
CA San Francisco US
Apply

Infinite Reality is a Metaverse innovation and entertainment company defining the future for brands and consumers. The Metaverse will be transformational in the way brands interact with their audiences, and Infinite Reality is on the bleeding edge. We create ownable metaverse spaces for brands, celebrities, athletes, and performers looking to engage audiences in novel ways and provide VIP experiences in an interactive digital environment.

The Job

Blockchain Engineers will design, develop and support Web3-based applications for world class brands. Products include an NFT marketplace deployable in game engine frameworks such as Unreal Engine and Unity, as well as NFT token gating for modern paywall experiences.

Responsibilities

  • Meeting with the software development team to define the scope and scale of Web3 application projects
  • Designing Web3 system architecture
  • Code oversight and support for NFT marketplace
  • Code oversight and support for NFT Ticket Gating service
  • Vendor management and code inheritance
  • Designing and implementing scalable web services, applications, and APIs
  • Developing and maintaining internal software tools
  • Writing low-level and high-level code
  • Troubleshooting and bug fixing
  • Identifying bottlenecks and improving software efficiency
  • Collaborating with the design team on developing micro-services
  • Writing technical documents

Requirements
  • Experience building out and maintaining deployed Solidity smart contracts
  • Experience with Solidity development and testing frameworks
  • Experience with Polygon and Ethereum blockchain technology
  • Experience with NFT marketplace implementations
  • A working understanding of current and emerging ERC standards (e.g. ERC20, ERC721, ERC1155, ERC998, ERC777)
  • Experience with Ethereum Blockchain (EVM)

Preferred
  • Cryptocurrency Wallets such as MetaMask, Wyre, WalletConnect
  • Ethereum Mainnet + TestNets ( Rinkeby, Ropsten, etc), Polygon/Matic Blockchain
  • Solidity Testbeds such as Ganache/Truffle or Hardhat
  • A versatile skill set able to work with the app, front-end, and back-end teams is a major bonus.
  • Demonstrative track record of Git commits leveraging relevant skills
  • History working in a fully remote, global team environment and culture

Benefits
  • Health Care Plan (Medical, Dental & Vision)
  • Retirement Plan (401k)
  • Life Insurance (Basic, Voluntary & AD&D)
  • Paid Time Off
  • Public Holidays
  • Family Leave
  • Short Term & Long Term Disability
  • Wellness Resources

Infinite Reality is an Equal Opportunity Employer. Infinite Reality’s policies prohibit discrimination against any applicant or employee based on actual or perceived race, age, sex or gender (including pregnancy), marital status, national origin, ancestry, citizenship status, mental or physical disability, religion, creed, color, sexual orientation, gender identity or expression (including transgender status), veteran status, or any other characteristic protected by applicable federal, state or local law. Infinite Reality also prohibits harassment of applicants and employees based on any of these protected categories.

Infinite Reality will provide accommodations to applicants needing accommodations to complete the application process.

All your information will be kept confidential according to EEO guidelines.

Not currently accepting applicants residing in Colorado.

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.