EVM Jobs

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

Gnosis

London, United Kingdom

Chain

Miami, FL, United States

Syndica

Remote

0xPragma

Dubai, United Arab Emirates

$80k - $140k

Chain

Washington, United States

Metastable

India

$60k - $120k

ZeFi

Bengaluru, India

$30k - $75k

Cake DeFi

Singapore, Singapore

$40k - $70k

Ankr Network

San Francisco, CA, United States

$72k - $75k

Ankr Network

San Francisco, CA, United States

$50k - $90k

Ankr Network

New York, NY, United States

$13k - $27k

Ankr Network

San Francisco, CA, United States

$67k - $75k

Neon Labs

Remote

$54k - $82k

Communications Manager

Gnosis
ENG London, England, United Kingdom
Join Talent Pool

This job is closed

About Gnosis

GnosisDAO builds decentralized infrastructure for the Ethereum ecosystem. Gnosis developed a wide range of products including Gnosis Safe (multisig and programable account), Gnosis Protocol (CowSwap), Conditional Tokens (prediction markets), Gnosis Auction, and Zodiac (standard and tooling for composable DAOs). With the Gnosis Safe and Gnosis Protocol spinning out, Gnosis is determined to address the most pressing problem on Ethereum: The ever-rising cost of transactions, pricing out all but the highest-value transactions.

After a token merger with xDai, GnosisDAO is proud to announce Gnosis Chain: An Ethereum forerunner-companion that addresses scaling issues through solid engineering. We want Gnosis Chain to become the 0xhome of EVM dapps who have been priced out of mainnet. Ethereum used to be colorful and quirky, and it’s time to take that identity back. 🧑‍🎤

What are we looking for?

  1. A veteran marketing communications and PR expert with prior experience in financial technology or crypto.
  2. Solid knowledge and interest in crypto and particularly blockchain ecosystems.
  3. A storyteller at heart with the ability to articulate and synthesize complex concepts for a variety of audiences.
  4. Excellent writing and verbal communication skills.
  5. Deep knowledge and established connections within the crypto/finance/tech media, and strong relationships with the influencer community.
  6. Great communication skills with both internal and external stakeholders.
  7. Comfortable working in a remote, decentralized working environment.
  8. Experience in other areas of marketing is a plus.

What will you do?

  1. Craft and manage key messaging for both the brand and ecosystem.
  2. Cultivate relationships with opinion leaders and influencers in the Web 3 industry and communicate the vision and benefits of our ecosystem and products.
  3. Manage multiple external communication by developing content for company-owned communication channels and securing media coverage for the company, ecosystem, and internal partners.
  4. Maintain a pulse on market and industry trends to advise leadership with actionable insights and identify relevant story opportunities.
  5. Plan and support events such as media pitches, conferences, and other online and offline community events.

What we can offer you

  • Do you need resources to pursue your professional goals? -> We got you covered with a personal education and conference budgets;
  • Is there something that you would like to try out within our projects? -> You can use your Friday afternoons on research or on a side project in our ecosystem;
  • Our hierarchy is flat, so there is no chance to get lost in vertical looking organizational structure;
  • Not really an early bird? No worries! -> Flexible working schedules and remote work policies are, for a long time, part of our culture;
  • And do not worry about your equipment and subscriptions.We’ll equip you with the latest hardware and provide you all tools you need!

Variety is the spice of life and a celebrated component of our culture. At Gnosis, we strive to create an inclusive environment that empowers our employees. We believe that our products and services benefit from our diverse backgrounds and experiences and are proud to be an equal opportunity employer: all qualified applicants are considered for positions regardless of race, ethnic origin, age, religion or belief, marital status, gender identification, sexual orientation, or physical ability.

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.