| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
PureStake | Boston, MA, United States | $0k | |||
Rally | Remote | $0k | |||
Synapse International | Remote | $40k - $81k | |||
Ankr Network | San Francisco, CA, United States | $11k - $85k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. ISO 9001 Certified | 400+ students | | by Metana Learn more | |||
Binance | Remote |
| |||
Konfid.io GmbH | Remote | $50k - $60k | |||
Upside | United States | $72k - $95k | |||
RociFi | Remote | $22k - $100k | |||
Binance | Remote |
| |||
Gnosis | Berlin, Germany |
| |||
Gnosis | Lisbon, Portugal |
| |||
Consensys | United States | $32k - $54k | |||
Advanced Blockchain | Remote |
| |||
Build A Rocket Boy | Remote | $72k - $90k | |||
qiibee | Remote | $56k - $60k |
We are looking for a Developer Relations Engineer who will join the Developer Relations team and help support projects and developers building on the Moonbeam platform (https://moonbeam.network/). Moonbeam is a public, permissionless, developer oriented blockchain that will be part of the Polkadot network (https://polkadot.network/). It implements the Ethereum tech stack (EVM) and is optimized for cross chain and multi chain development. In addition to developer support and education, the position will involve the creation of technical and developer oriented content, and other educational materials.
The ideal candidate is an experienced Ethereum developer that has programming experience in Solidity, web3, and who is familiar with developing, testing, and troubleshooting Ethereum based applications. In this position you will have the opportunity to work with both existing multi chain projects that are expanding to Polkadot, as well as net new projects that are natively building multi chain applications.
We are a product and technology led company that targets developers as customers. We expect you to bring your ideas and experience to help us build our developer community and our platform. You will also be joining a network at an early stage that is strategically positioned for growth. Reach out to us if you are interested in helping to drive a multi-chain future, where cross chain integration opens new opportunities, enables new efficiencies, and brings communities together.
Responsibilities
- Engage with and support developers building on the Moonbeam platform via Telegram, Discord, Zoom, etc.
- Create technical blogs, howtos, videos, on topics related to Moonbeam development and infrastructure and tooling around the Moonbeam network.
- Educate projects and developers on the features and benefits of Moonbeam.
- Collaborate with other projects around tutorials/videos on how to leverage their tools/services on Moonbeam.
- Troubleshoot issues, file bugs, work with the Moonbeam protocol engineering team to fix and verify issues found.
- Help maintain the docs site for the Moonbeam project (https://docs.moonbeam.network/).
- Engage with our community on Discord, Telegram, and other channels.
- Communicate regularly and clearly with other team members and also with other ecosystem participants.
Qualifications
- Bachelor's degree or equivalent, 2+ years of relevant experience.
- Experience in a Developer Relations or Technical Education role is a big plus.
- Experience with Blockchain and Crypto is a plus.
- Experience with Ethereum (concepts and tooling) is a big plus.
- Experience with Solidity is a big plus.
- Experience with JavaScript and TypeScript a plus.
- Experience with Linux a plus. *
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.