Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
JPEG'd DAO | Remote | $100k - $200k | |||
Aurora Labs | Remote | $33k - $75k | |||
Chaos Labs | New York, NY, United States | $87k - $115k | |||
Enso | Zurich, Switzerland | $65k - $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 | |||
Axiom | New York, NY, United States | $87k - $100k | |||
Kiln | Paris, France | $105k - $150k | |||
Safe | New York, NY, United States | $90k - $90k | |||
IOTA Foundation | Remote | $105k - $120k | |||
Oasis Network | New York, NY, United States | $91k - $104k | |||
Calyptus | United States | $36k - $54k | |||
Parity Technologies | London, United Kingdom | $45k - $92k | |||
Trust Machines | New York, NY, United States | $75k - $150k | |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
thirdweb | San Francisco, CA, United States | $140k - $220k | |||
Accroid Inc | New York, NY, United States | $72k - $100k |
This job is closed
About JPEG’d
JPEG'd is a decentralized lending protocol that enables users to open collateralized debt positions (CDPs) using their NFTs as collateral, while allowing users to earn yield on the borrowed asset thanks to advanced DeFi strategies. Leveraging on DeFi experiences and strategies, the protocol bridges the gap between DeFi and NFTs.
Senior Solidity Developer
JPEG'd is actively seeking a highly skilled and experienced Solidity Smart Contract Developer to join our team. As a leading NFTFi protocol, we are dedicated to enhancing our protocol's capabilities and delivering cutting-edge solutions to our users.
The ideal candidate for this senior role should be proficient in Solidity, possess a comprehensive understanding of decentralized finance (DeFi), and demonstrate a proven track record in developing secure and efficient smart contracts within the blockchain space.
Responsibilities
- Smart Contract Development: In close collaboration with the team, develop, build and maintain core smart contracts.
- Protocol Enhancements: Brainstorm and ideate on new protocol designs and services
- Code Review and Optimization: Conduct thorough code reviews to identify vulnerabilities, optimize gas efficiency, and ensure best practices in smart contract development.
- Security Audits: Work closely with external security auditors to conduct audits of smart contracts, addressing any identified vulnerabilities and implementing security best practices.
- Collaboration with Teams: Collaborate and engage with the other team members, and the community, to ensure a cohesive approach aligning smart contract development with overall business objectives.
Qualifications
- Senior-level Experience: 4+ years of experience building and releasing secure and production grade contracts. 6+ years as a developer
- Strong understanding of the EVM: In-depth knowledge and hands-on experience in writing secure and efficient smart contracts using Solidity.
- DeFi Expertise: Strong understanding of decentralized finance (DeFi) concepts, protocols, and industry trends. Knowledge of the NFT space a plus.
- Proven track record: Demonstrated experience shipping and deploying smart contracts on main-net and/or side-chains holding significant amounts of value
- Innovative Thinking: Experienced problem solver with an interest in building complex smart contracts with an interest in user’s experience.
- Effective Communication: Excellent communication skills, both technical and non-technical, to collaborate effectively with remote team members.
Why Work at JPEG'd?
- Join a dynamic and innovative team of industry experts shaping the future of NFTFi.
- Work on cutting-edge technology and be at the forefront of NFTs and DeFi.
- Enjoy a flexible and supportive work environment that values work-life balance.
- Contribute to a vision where the entire world recognizes the potential of NFTFi.
If you are a seasoned Solidity Smart Contract Developer with a passion for blockchain technology, DeFi, and NFTs, we invite you to apply for this exciting opportunity at JPEG'd.
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.