| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Switchboard Foundation | Remote | $90k - $150k | |||
Ballistic | Remote | $70k - $80k | |||
Phi Labs | Lisboa, Portugal | $105k - $120k | |||
ANT-TECH ASIA | New York, NY, United States | $60k - $150k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Sherlock | Remote | $100k - $250k | |||
Elysa | Remote | $110k - $150k | |||
pod network | Remote | $74k - $100k | |||
Agora | Remote |
| |||
LI.FI | Remote | $65k - $120k | |||
CoW DAO | Remote |
| |||
Cheesecake Labs | Remote |
| |||
Agora | Remote |
| |||
Tenderly | Remote |
| |||
CoW DAO | Remote |
| |||
Hashgraph | Remote |
|
- User Support and Onboarding: Serve as the primary point of contact for Switchboard users, providing timely technical support, troubleshooting integration issues, and debugging active services to resolve problems in real time. Guide users from initial onboarding through advanced usage.
- Developer Enablement: Help developers unlock the full potential of Switchboard’s data feeds by offering tailored advice, code examples, and best practices.
- Documentation and Improvements: Update and maintain Switchboard’s developer documentation, tutorials, and guides. Translate user feedback into product insights, suggest engineering priorities, contribute to open source, and champion solutions that serve the broader ecosystem.
- Community Engagement: Interact with developers via Discord, GitHub, and events. Foster relationships to build a supportive ecosystem for Switchboard users and Switchboard node operators.
- Technical Contributions: Collaborate with the engineering team to identify and fix bugs in production. Find and contribute to open source projects that support the Switchboard ecosystem and broader DeFi builder community.
- Protocol Representation: Represent the Switchboard Protocol at developer meetups, online events, and online forums.
- Location: Remote
- Employment Type: Contract (Full-time)
- Compensation: $90k-150k
- A Crypto Passion: 3+ years in software engineering, with at least 1-2 years focused on web3/blockchain technologies. A deep understanding of decentralized systems, oracles, and crypto primitives.
- Solana Development Experience: Hands on experience building and deploying applications on the Solana blockchain. You must have shipped at least one Solana based project (e.g., smart contracts, dApp) using a combination of Rust and Anchor.
- EVM Experience: Practical knowledge of Ethereum Virtual Machine ecosystems, such as building or integrating with Solidity smart contracts, working with EVM compatible chains (e.g., Ethereum, Polygon, or Binance Smart Chain).
- Technical Communication Skills: Excellent written and verbal communication abilities, with experience creating developer facing content (e.g., docs, tutorials, or talks).
- DevOps Expertise: Proven skills in DevOps practices, including debugging and maintaining active services in production environments. Experience with containerization tools (e.g., Docker, Kubernetes), building and improving CI/CD pipelines (e.g., GitHub Actions), monitoring (e.g., Prometheus, Grafana), and cloud infrastructure (e.g., AWS, GCP, or Cloudflare) to quickly resolve user issues
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.