| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Parallel Finance | San Francisco, CA, United States | $63k - $79k | |||
Coindex Capital | Atlanta, GA, United States | $63k - $100k | |||
OKX | San Francisco, CA, United States | $45k - $80k | |||
Nori | Seattle, WA, United States | $63k - $75k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Mycelium | Brisbane, Australia | $45k - $60k | |||
Horizon Blockchain Games | Toronto, Canada | $84k - $90k | |||
OKX | Singapore, Singapore |
| |||
Bisonai | Seoul, South Korea | $60k - $150k | |||
Fabrica | San Francisco, CA, United States | $36k - $54k | |||
Webaverse | San Francisco, CA, United States | $170k - $250k | |||
Pocket Network | Tampa, FL, United States | $120k - $150k | |||
Pocket Network | Tampa, FL, United States | $80k - $110k | |||
Blockswap network | San Francisco, CA, United States | $70k - $110k | |||
Optimism | Los Angeles, CA, United States | $72k - $100k | |||
Optimism | Los Angeles, CA, United States | $72k - $100k |
This job is closed
Paraspace is one of the world's leading NFT Financialization protocols with the vision to unlock universal liquidity for everyone; founded in 2022 with over 20 employees globally. Paraspace is well-funded by industry-leading investors including Sequoia Capital, Funders Fund, and Polychain Capital.
The Head of Solidity Development is a leadership position allowing you to work with other members of the leadership team, our CEO and across all-departments at the Company. We are looking for someone with previous leadership / management experience to help grow and build a high-functioning team. If you meet all the below requirements, apply to join our dynamic team!
Responsibilities
- Lead and direct a team of Solidity Developers
- Assign solidity development tasks, review pull requests, manage the engineering process and performance, and control solidity code quality
- Design technical specifications and documentation
- Design, develop, program, test, debug, and maintain smart contract code.
- Evaluate and evolve scalability, security, performance, and gas optimization.
- 1-2 years of prior experience with building and releasing production-grade Solidity contract to the Ethereum mainnet
- Prior experience with engineering management and cross-culture team collaboration.
- Understand blockchain architectures; Strong knowledge of Ethereum blockchain, EVM, and smart contracts; Experience building decentralized applications; Prefer experience architecting or developing for DeFi/NFT projects.
- Eager to learn and comfortable with working in a fast-paced and heavy workload startup environment.
- Previous experience leading and managing a team preferred
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.