| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Number Group | Remote |
| |||
Chiliz | Remote |
| |||
Nomic Foundation | Remote | $120k - $230k | |||
Nomic Foundation | Remote | $120k - $230k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Nomic Foundation | Remote | $120k - $230k | |||
Decent Land Labs | Remote | $86k - $126k | |||
Web3 Recruit | Remote | $132k - $174k | |||
Magic Eden | Remote | $150k - $200k | |||
Synthr Ou | Remote |
| |||
ParagonsDAO | Remote | $96k - $144k | |||
StackedSP Inc | Remote | $150k - $240k | |||
Quant Network Ltd | London, United Kingdom | $90k - $100k | |||
Liminal | Bengaluru, India | $90k - $100k | |||
StackedSP Inc | Remote | $120k - $240k | |||
Parity Technologies | New York, NY, United States | $45k - $85k |
Company Overview:
At Number Group, we're at the forefront of blockchain innovation, developing decentralized applications that are transforming the way the world interacts with technology. We believe in the power of blockchain to provide transparency, security, and efficiency across various industries. As we expand our offerings in the DeFi space, we're looking for a talented Solidity Smart Contract Developer to join our dynamic team.
Role Summary:
We are seeking a Solidity Smart Contract Developer with a proven track record of writing, testing, and deploying smart contracts in production environments. The ideal candidate will have a strong background in blockchain technologies, a commitment to high-quality coding practices, and the ability to work collaboratively in a multidisciplinary team.
Key Responsibilities:
- Smart Contract Development: Write, test, and deploy secure smart contracts, including those that interact with or hold funds in meaningful ways.
- Blockchain Technology Expertise: Utilize in-depth knowledge of blockchain technologies, cryptography, and data structures to develop innovative solutions.
- Collaboration and Communication: Work effectively within a team and articulate complex technical concepts to non-technical stakeholders.
- Blockchain Analysis: Parse and understand blockchain data to create tools for aggregating and preparing data for use.
- Innovative Thinking: Stay ahead of blockchain trends and technologies, applying creative problem-solving skills to develop cutting-edge solutions.
- Security Focus: Ensure the highest standards of coding practices, focusing on security and auditability of smart contracts.
Basic Requirements:
- Proven Experience: Demonstrable experience in writing, testing, and deploying smart contracts in production environments.
- Technical Proficiency: Strong background in blockchain technologies, cryptography, and data structures. Familiarity with programming languages such as JavaScript and Python is beneficial.
- Collaborative Skills: Excellent communication skills and the ability to work effectively in a multidisciplinary team.
- Blockchain Analysis: Proficiency in parsing and analyzing blockchain data.
Nice-to-Haves:
- Advanced Degree: Bachelor’s or Master’s degree in Computer Science, Engineering, or a related field.
- Multi-Chain Development: Experience with non-EVM blockchain development and deploying smart contracts across multiple blockchains.
- Mechanism Design: Innovative thinking in smart contract and blockchain protocol design.
- Smart Contract Auditing: Skills in auditing smart contracts to identify and fix vulnerabilities.
- Community Contribution: Active participation in blockchain communities and contributions to open-source projects.
- Full Stack Development Experience: Knowledge of front-end and back-end development to assist with blockchain integrations.
What We Offer:
- A fully remote position with flexible working hours.
- The opportunity to work on groundbreaking blockchain projects in a fast-paced, innovative environment.
- A supportive team culture focused on personal and professional growth.
- Competitive salary and benefits package.
Â
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.