| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Bitbrand | United States | $90k - $100k | |||
Evmos | New York, NY, United States | $90k - $100k | |||
Trust Machines | New York, NY, United States | $160k - $215k | |||
Airstack | Remote |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
OpenZeppelin | Remote | $72k - $150k | |||
Trust Wallet | Remote | $74k - $75k | |||
Overmind | United States | $86k - $115k | |||
Consensys | Remote | $80k - $200k | |||
Aave Companies | London, United Kingdom | $72k - $100k | |||
Coinmarketcap | Remote | $84k - $180k | |||
Storm2 | United States | $200k - $300k | |||
Austin Werner | New York, NY, United States | $200k - $300k | |||
Matter Labs | Dublin, Ireland | $81k - $95k | |||
Moonsong Labs | Paris, France | $72k - $84k | |||
Spectrum Search | United States | $126k - $204k |
We are seeking an experienced Smart Contract Engineer with a strong background in Solidity and a deep understanding of Blockchain and Computer Science fundamentals.
About Us:
We are a startup building innovative digital products for some of the biggest names in luxury fashion. Our mission is to leverage Blockchain technology to bring luxury fashion products into the Web3 marketplace.
About You:
You are a Senior level engineer with at least two years of experience developing Solidity-based smart contracts. You have designed, developed, and deployed scalable and secure dApps using Ethereum and/or Polygon and can provide code samples that demonstrate this. You can read, write, and speak fluent English.
Responsibilities:
As a Smart Contract Engineer, you will be responsible for designing, implementing, and auditing smart contracts on the Ethereum blockchain using Polygon as a Layer 2 interface. Your primary responsibilities will include:
1. Security-First Smart Contract Development: Design and develop robust, secure, and efficient smart contracts using Solidity that adhere to best practices and industry standards. Prioritize security and stability throughout the development process to ensure the safety of our client's digital assets and credentials.
2. Contract Auditing: Conduct thorough audits and testing of smart contracts to identify and address potential vulnerabilities, bugs, or inefficiencies.
3. Collaboration: Work closely with Engineering, Product, and Business Development teams to ensure holistic integration of smart contracts into our digital products. Identify areas of improvement and provide guidance and resources when necessary to ensure a broad understanding of development objectives.
4. Research & Innovation: Stay up-to-date with the latest advancements in smart contract technologies and blockchain security to maintain a high standard of development.
Qualifications:
1. Solidity & Polygon Expertise: Strong proficiency in Solidity and hands-on experience with Polygon (previously known as Matic) is essential. A proven track record of successfully developing and deploying secure smart contracts on the Ethereum network using Polygon is highly desirable. Experience with Crossmint is another huge plus.
2. Blockchain Knowledge: Deep understanding of blockchain fundamentals, decentralized applications (dApps), and the Ethereum Virtual Machine (EVM).
3. Security-Oriented Mindset: Demonstrated experience in prioritizing security in smart contract design and implementation. Familiarity with common security vulnerabilities and strategies to mitigate them.
4. Development Experience: Proficiency in software development practices, version control (e.g., Git), and continuous integration/continuous deployment (CI/CD) pipelines. Experience owning and shipping products across multiple domains.
5. Team Player: Excellent communication skills and the ability to work collaboratively in a dynamic startup environment. Have a constructive, problem-solving attitude and be willing to help other team members. We are a fully distributed team and value those with thoughtful and proactive asynchronous communication skills.
Join our team and be at the forefront of bringing luxury fashion products into the Web3 marketplace!
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.