| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Biconomy | Dubai, United Arab Emirates | $62k - $100k | |||
Gnosis | Remote |
| |||
Shadow | New York, NY, United States | $62k - $62k | |||
EigenLabs | Seattle, WA, United States | $72k - $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Evmos | New York, NY, United States | $72k - $105k | |||
Windranger Labs | United States | $90k - $150k | |||
A.C.Coy Company | United States | $36k - $100k | |||
Monad Labs | New York, NY, United States | $200k - $250k | |||
Biconomy | Dubai, United Arab Emirates | $91k - $96k | |||
Gnosis | Remote |
| |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
Applied Blockchain | London, United Kingdom | $62k - $70k | |||
Overmind | India | $90k - $118k | |||
Oasis Protocol Foundation | New York, NY, United States | $91k - $104k | |||
Oasis Protocol Foundation | Prague, Czech Republic | $91k - $104k |
SDK Engineer
What will you be doing?
- SDK Development & Maintenance: Design and construct SDK and libraries that empower developers to effortlessly integrate with Biconomy’s Infrastructure. Ensure code quality, optimal performance, and seamless interfacing with our underlying platforms.
- Technical Collaboration: Work in tandem with our Smart Contract development teams and backend service teams to guarantee fluid interaction between our SDK and smart contracts and API services.Â
- Frontend Framework Compatibility: Possess a deep understanding of various frontend frameworks to ensure that Biconomy’s SDK is adaptable and compatible across multiple frameworks, guaranteeing ease of integration and a consistent developer experience.Â
- SDK Performance Optimization: Continuously monitor, analyze, and refine the SDK’s performance metrics, ensuring swift interactions, reduced latency, and overall optimal efficiency. A deep understanding of Node JS will be important in this role.
- Open source Engagement & Collaboration: Embrace and foster an open-source culture within the team. Create comprehensive contribution guides to streamline external developer participation. Review and provide feedback on pull requests to ensure quality contributions.Â
- Knowledge Sharing & Documentation: Work with the Developer Relations team for knowledge transfer sessions on SDK development, review and collaborate on documentation created by Developer Relations for external facing users.
Your experience should include:
- 5+ years as a Full Stack Engineer: Your tenure as a software engineer includes navigating the intricacies of software development, architecture, and optimization. You should be comfortable with both frontend and backend realms with a bias towards writing clean, understandable code.Â
- SDK’s Libraries & Advanced Integrations: You have worked previously on building SDKs and libraries, and you should possess the technical prowess to facilitate seamless interactions with API services. You should be well versed in building Typescript Based SDKs and have experience working with Node js. Moreover, your deep understanding of smart contracts and solidity ensures that our SDKs function optimally within the blockchain ecosystem.Â
- Open Source Commitment: You cherish the open-source ethos, valuing collaboration and community-driven development. Your experience includes guiding external contributions, crafting contribution guides, and meticulously reviewing pull requests to ensure quality and alignment with our vision.
- Blockchain Proficiency: A deep understanding of blockchain technology, the wallet/dApp ecosystem, and the EVM. You should have a deep understanding of wallets and how to interact with different kinds of wallets. You should be familiar with libraries like ethers and viem and have an understanding of how to interact with blockchain nodes via JSON RPC requests. Understanding Account Abstraction and ERC 4337 will be pivotal to your success.
- Communication Mastery: Exceptional communication and interpersonal skills, fostering productive collaboration with cross-functional teams and stakeholders to achieve integration and community-building objectives.
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.