EVM Jobs

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

Horizon Blockchain Games

Toronto, Canada

$63k - $90k

Fynd (Shopsense Retail Technologies Ltd.)

New York, NY, United States

$53k - $85k

Evmos

San Francisco, CA, United States

$54k - $80k

Proof of Search

United States

$60k - $95k

Worldcoin

San Francisco, CA, United States

$77k - $100k

Tron

San Francisco, CA, United States

Parity Technologies

London, United Kingdom

$90k - $90k

Parity Technologies

New York, NY, United States

$72k - $100k

Parity Technologies

New York, NY, United States

$54k - $80k

Parity Technologies

London, United Kingdom

$45k - $72k

Parity Technologies

New York, NY, United States

$63k - $70k

Parity Technologies

London, United Kingdom

$72k - $90k

Moon Now

United States

$210k - $240k

Blockswap

London, United Kingdom

$62k - $82k

Paraform

San Francisco, CA, United States

$140k - $210k

GM of Skyweaver

Horizon Blockchain Games
$63k - $90k estimated

This job is closed

GM of Skyweaver

Toronto, ON /
Product /
Remote
/ Remote

Apply for this job
At Horizon, we’re building a New Dimension where Internet economies are fun, accessible, and for the benefit of all participants.

We have two amazing products to make this real:

Sequence, which consists of i) the first user-friendly smart wallet for crypto, NFTs, Web3 + the metaverse, and ii) a developer platform to make building Web3 applications easy on Ethereum and other EVM chains.

And Skyweaver, a digital trading card game—powered by Sequence—where players can win, own, trade and sell their NFT game items.

Sequence is poised to drive Web3 adoption on a massive scale by making blockchain easy, fun and powerful for users and developers. And, Skyweaver is a groundbreaking video game with an unprecedented player-owned economy, novel gameplay, and an already fervent community.

While the challenge is hard, we find it incredibly fun. And, we have the ingredients to make it happen: a well-capitalized company with some of the best investors in the world (Reddit co-founder, Coinbase, Initialized, and more), an amazing team of leaders in the blockchain space, engineers who have built widely popular open source, a former top McKinsey strategy consultant, gaming industry veterans, and founders who have built and sold successful companies. You'll get to work with and learn from them all. Learn more at https://horizon.io/

Who we're looking for
 
We are looking for an accomplished GM of Skyweaver to guide and execute on the vision and business outcomes of Skyweaver, a digital trading card game and Horizon’s first title.
 
You’ll be challenged to creatively tie things together: Connecting Skyweaver’s vision with our commercial targets, understanding the market and gamers we look to serve, and translating it into a product plan schedule you have built.
 
While we value intuitive thinking highly, a focus on data-driven decision making is important.
 
An understanding of what makes games fun and successful, will be crucial. As you guide the product team to deliver excellent interactive entertainment with cutting-edge blockchain technology, you’ll lean on your experience to ask the right questions: 
 
* Who are the best performing cohorts? 
* How might we improve retention? 
* What features connect strongly with our strategy, and which others should we leave for now? 
 
You will be supported by a talented team to make it happen. You will work closely with senior leaders, working 1-1 with our Game Designer, Head of Design, Director of Product, CFO, and CEO, on a daily basis. You’ll have direct visibility into the company and its strategy, and we expect you to be intimately involved in those discussions.
 
In short, you'll need to expertly sort through an abundance of ideas, figure out which ideas get picked, and then shape those ideas into shippable features, with an articulate reasoning behind those choices that is persuasive not only to yourself, but to the company, and team.

Responsibilities

    • Work with relevant stakeholders to derive product strategy to meet our business goals/targets on a quarterly, and yearly basis
    • Think strategically about about the blockchain gaming market, with deep knowledge of the competitive space
    • Be a driver of a data-driven approach to product strategy, and decision making, working closely with our Data Team
    • Define success quantitatively, so we can measure progress, with a focus on KPIs and OKRs
    • Translate product strategy into shippable features
    • Communicate product strategy effectively, keeping a clear idea of what needs to be done at all times. Does the team have clarity about what needs to ship and why?
    • Ensure different company divisions are up-to-date on the product roadmap

Requirements

    • 5+ years of production experience on a shipped console, PC, or mobile game
    • Demonstrated track record leading and delivering major projects (quality standards, budget constraints and effective team output) on time, and within budget)
    • In-depth knowledge of ARM (acquisition, retention, monetization) model for games
    • Deep experience and working knowledge of game monetization best practices
    • Ability to successfully partner across all levels of a team and organization
    • Excellent leadership skills and interpersonal communication skills
    • Strong ability to lead and motivate a team
    • Excellent organizational skills with experience in project delivery methodologies
    • Passion for games, an understanding of the industry, and the knowledge of what makes great interactive entertainment
Why Horizon?

·       A chance to deliver massive impact at a small and quickly growing company 
·       Competitive salary and equity package
·       Accelerate your career by joining at the early stages
·       Be part of defining Web3, the next generation of the Internet, and creating symbiotic economies where both users and creators share in the value generated by networks
·       Work with an outstanding team made of wonderful people who have built and sold successful companies, launched amazing products, and have rich experience in infrastructure, architecture, blockchain, games, finance, investing, strategy, consulting, design, marketing, community, and more.
·       Work life balance unlike the “crunch” culture you find at larger studios
·       New PC, and generous allowance for work-from-home setup
·       Health, dental, and vision benefits
·       We’re conscious about mental health and have modern vacation policies
·       We invest in everyone’s personal development and subsidize courses, books, and conferences, so you never stop learning
·       Work on hard, big, meaningful problems that can shift markets
·       Learn more about our values and the traits we embody at https://careers.horizon.io/


We are committed to diversity and encourage applicants from all backgrounds, genders and faiths. While we're building incredible products, we also want to add to our wonderful team and company. The best way to do that is to attract talented folks from all areas and to have their experiences inform their work.

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.