EVM Jobs
1,199 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Offchain Labs | United States | $63k - $90k | |||
Anagram Ltd | United States | $105k - $111k | |||
BlockchainStaffingNinja | New York, NY, United States | $45k - $90k | |||
Status | Remote | $84k - $110k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Austin Werner Ltd | San Francisco, CA, United States | $140k - $200k | |||
Nethermind | London, United Kingdom | $72k - $75k | |||
Nethermind | London, United Kingdom | $63k - $100k | |||
Trust Wallet | New York, NY, United States | $62k - $82k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Madrid, Spain | $36k - $70k | |||
In Technology Group Inc (US) | United States | $200k - $225k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $63k - $100k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $72k - $100k | |||
Seven Bits Technologies | Ahmedabad, India | $45k - $82k | |||
Coinmarketcap | London, United Kingdom | $72k - $120k | |||
Clearmatics | London, United Kingdom | $63k - $75k |
This job is closed
Developer Relations Advocate
What You’ll Do:
- Take ownership of the developer experience on Arbitrum, proactively identifying issues and potential solutions that drive developer adoption, from protocol-level changes to third-party infrastructure requirements to our documentation, tooling, and supporting assets
- Be an advocate in the developer ecosystem (spanning web2 and web3), championing Arbitrum and building relationships with developers and related organizations (accelerators, dev shops, hackathon organizers, etc.) to grow Arbitrum’s awareness among developers
- Design systematic and scalable global programs that foster developer
- Community growth and interaction, helping new and experienced developers deploy smart contracts, migrate projects and optimize existing applications
- Actively participate in developer events aimed at education and onboarding, including live coding sessions, speaking at conferences, virtual meetups, and hackathons, working with our Events team to prioritize and attend key events
- Work alongside our engineers to assist with the creation of tutorials, demos, and other reference materials
- Work directly with the Product team to drive growth in the Arbitrum ecosystem, from converting patterns observed in the ecosystem into prioritized development work to helping to shape the go-to-market strategy of new Products, especially for the developer audience
Who You Are:
- You have a passion for and solid understanding of blockchain technologies
- Competent CS fundamentals, either in a formal university program or through self-learning
- 2+ years of experience working on a developer relations team or in a similar role, growing awareness of and engagement with developer products, experience doing so in the blockchain industry is nice to have
- Experience delivering talks on technical concepts is required, either through work experience or through other activities
- Experience writing Go and/or Solidity code is nice to have
- Experience writing and deploying smart contracts in EVM environments is nice to have
- Ability to dissect and explain complex topics in a simple manner
- You possess excellent written and verbal communication skills
- Demonstrated ability to work with both internal and external parties
- Experience at a high-growth technology company or startup is nice to have but not required
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.