| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Gnosis | Berlin, Germany |
| |||
Harmony | Remote | $84k - $100k | |||
Harmony | Remote | $84k - $100k | |||
Acala | Remote | $71k - $90k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Aragon Association | Remote | $45k - $100k | |||
dcSpark | United States | $54k - $80k | |||
Coinbase | San Francisco, CA, United States | $185k - $213k | |||
Mycelium | Melbourne, Australia | $72k - $75k | |||
Kosen Labs | San Jose, CA, United States | $0k | |||
CENNZnet | Remote | $90k - $170k | |||
Binance | London, United Kingdom |
| |||
Horizon Blockchain Games | Toronto, Canada | $63k - $82k | |||
Ferrum Network | Salt Lake City, UT, United States | $63k - $75k | |||
CR3 Labs | United States | $110k - $160k | |||
Chain | Remote | $45k - $90k |
About Gnosis
GnosisDAO builds decentralized infrastructure for the Ethereum ecosystem. Gnosis developed a wide range of products including Gnosis Safe (multisig and programmable 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 extension 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 you will do
- Monitor Twitter and other social media channels, looking for Gnosis Chain related news to amplify by sharing on GC SM channels like Twitter, Telegram, Discord, Reddit, etc.
- Make regular tweets/threads about advantages of GC over competitors and advantages for specific use cases.
- Prepare ad-hoc graphics related to the announcements and find good, relevant, royalty-free graphics/images which can accompany tweets/threads
- Evaluate the quality of new projects to evaluate whether we should help them promote their offering
- Coordinate with partners to announce new integrations on Gnosis Chain or new features for projects already deployed on GC
- Amplify news of giveaways or promotions run by partnered GC based projects
- Follow up with partners and make regular standalone tweets/threads highlighting projects already deployed on the chain
- Set up and own GC accounts on new SM platforms
- Help to answer GC-related questions on various SM channels and point users/ developers to the right person
- Help with moderating all GC SM channels
Who you are
- Active participation in the web 3/ DAO ecosystem
- Plus: 1-2 years experience in marketing or communications in the software industry
- Ability to communicate complex technical concepts with clarity, accessibility, and good vibes
- Proficiency in written and spoken English language
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;
- Impact: An innovative blockchain company driving change in a number of important global markets, including finance, insurance, and information discovery. Join in on our mission to build the future!
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.