2

Solidity Remote Jobs in Colorado (NOW HIRING)

Senior Algorithm Engineer

Westminster, CO ยท On-site +1

$124K - $165K/yr

  • Retirement

Experience with geospatial, photogrammetric, or remote sensing applications. * Masters or Ph.D. in a related technical discipline. * Experience with machine learning frameworks and modern AI ...

Full-Stack Engineer

Denver, CO ยท Remote

$90/hr

Clerkie is a remote-first company, with over 40 employees spanning 4 time zones across the United States. To date, the company has raised $41 million, including a $33 million Series A round in early ...

Senior Software Engineer

Colorado Springs, CO ยท On-site +1

$120K - $160K/yr

None Potential for Remote Work: ORA_HYBRID Description SAIC seeks an experienced and energetic Senior to support the US Space Force, Space Systems Command, in performing operational maintenance and ...

Senior AI/ML Engineer, to 260k - FS Poly

Aurora, CO ยท On-site +1

$170K - $260K/yr

  • Medical

  • Retirement

  • PTO

Their commitment to employees is shown through low turnover, over 5 weeks of PTO, direct 401k contributions, comprehensive health insurance, and remote work options. Join a close-knit team that ...

Senior .NET Developer Optimizely

Golden, CO ยท Remote

$56.25 - $74.25/hr

Experience working in remote-first environments and collaborating across multiple locations. Horizontal is committed to fostering an inclusive environment where all qualified candidates can thrive.

New

Senior .NET Developer Optimizely

Denver, CO ยท Remote

$55 - $72.75/hr

Experience working in remote-first environments and collaborating across multiple locations. Horizontal is committed to fostering an inclusive environment where all qualified candidates can thrive.

New

Senior .NET Developer Optimizely

Boulder, CO ยท Remote

$57.25 - $75.75/hr

Experience working in remote-first environments and collaborating across multiple locations. Horizontal is committed to fostering an inclusive environment where all qualified candidates can thrive.

New

Senior .NET Developer Optimizely

Denver, CO ยท Remote

$56 - $74/hr

Experience working in remote-first environments and collaborating across multiple locations. Horizontal is committed to fostering an inclusive environment where all qualified candidates can thrive.

New

Showing results 41-60

Solidity Remote information

See Colorado salary details

$27.8K

$136.1K

$193.4K

How much do solidity remote jobs pay per year?

As of Aug 13, 2026, the average yearly pay for solidity remote in Colorado is $136,069.00, according to ZipRecruiter salary data. Most workers in this role earn between $112,019.00 and $162,380.00 per year, depending on experience, location, and employer.

What does a Solidity Remote do daily?

As a remote Solidity developer, your daily tasks generally include designing, coding, and testing smart contracts, performing code reviews, and staying updated on the latest blockchain protocols. You will frequently participate in team meetings, contribute to project discussions via collaboration tools like Slack or GitHub, and provide support to frontend developers integrating smart contracts with decentralized apps. Effective communication across time zones and strong documentation skills are essential for working efficiently in a remote, collaborative environment. Over time, you may have opportunities to take on greater responsibilities, such as leading contract audits or mentoring new developers, supporting long-term career growth within the blockchain space.

What skills and qualifications are needed for a Solidity Remote?

To thrive as a Solidity Remote developer, you need expertise in Solidity programming, smart contract architecture, and blockchain fundamentals, often supported by a degree in computer science or related experience. Familiarity with tools like Remix, Truffle, Hardhat, and version control systems such as Git, as well as certifications in blockchain or Ethereum development, is highly regarded. Strong self-motivation, problem-solving capabilities, and effective remote communication skills are critical for excelling in distributed teams. These competencies ensure secure, efficient contract development and seamless collaboration in the fast-paced decentralized technology sector.

What is a Solidity Remote?

A Solidity Remote job is a position where a developer works remotely to build and maintain smart contracts using Solidity, the programming language for Ethereum and other blockchain platforms. These roles typically involve writing and testing decentralized applications (dApps), auditing smart contracts for security vulnerabilities, and collaborating with blockchain teams. Remote Solidity developers can work for startups, enterprises, or decentralized autonomous organizations (DAOs) from anywhere in the world.

What cities in Colorado are hiring for Solidity Remote jobs? Cities in Colorado with the most Solidity Remote job openings:
Infographic showing various Solidity Remote job openings in Colorado as of August 2026, with employment types broken down into 1% Internship, 88% Full Time, 6% Part Time, 1% Temporary, and 4% Contract. Highlights an 52% Physical, 5% Hybrid, and 43% Remote job distribution, with an average salary of $136,069 per year, or $65.4 per hour.

Systems Software Engineer - Object Storage

Quantum US

Englewood, CO โ€ข Remote

$130K - $170K/yr

Full-time

Re-posted 2 days ago


Job description

With over 40 years of innovation, Quantum's end-to-end platform is uniquely equipped to orchestrate, protect, and enrich data across its lifecycle, providing enhanced intelligence and actionable insights. Leading organizations in cloud services, entertainment, government, research, education, transportation, and enterprise IT trust Quantum to bring their data to life, because data makes life better, safer, and smarter. Quantum is listed on Nasdaq (QMCO). For more information, visit www.quantum.com.

We are seeking a Senior Object Storage Software Engineer to design, implement, and optimize the object storage data path and core distributed services of our scale-out object storage platform. You will own software from the moment an object request hits the network interface through request processing, metadata operations, data placement, and durable persistence across the cluster.

This is a deep systems role for engineers passionate about low-latency code paths, high concurrency, and distributed systems correctness at scale.

Key Responsibilities
Object Storage Data Path

  • Design and optimize the object request pipeline for PUT/GET/DELETE and background operations, focusing on predictable latency, high throughput, and efficient CPU/memory usage in the critical path.
  • Build and maintain data path components such as request parsing/validation, routing, throttling, buffering, streaming I/O, and zero-copy / reduced-copy transfers where applicable.
  • Implement and tune distributed caching (read cache / metadata cache) and request coalescing strategies to reduce backend amplification and improve tail latency.
  • Identify and eliminate bottlenecks end-to-end (network → CPU → storage), leveraging deep Linux profiling and systems debugging skills.

Core Object Services & Distributed Architecture

  • Architect and evolve scale-out services for object metadata, namespace/indexing, placement, and cluster membership/state required for large clusters.
  • Design and maintain scalable, high-performance components such as metadata management and data placement algorithms across multi-node deployments.

Durability, Integrity & Resilience

  • Implement and maintain durability features such as erasure coding, replication, background healing, snapshots (where applicable), thin provisioning concepts, and data scrubbing to deliver “six nines” class durability.
  • Ensure correctness under failures: node loss, disk faults, partial writes, network partitions, and rolling upgrades—without compromising data integrity.

Concurrency, Locking & Correctness

  • Solve high-concurrency challenges in the object and metadata paths using robust synchronization strategies, lock minimization, and asynchronous execution models to maximize multi-core CPU utilization.
  • Apply careful correctness reasoning around ordering, idempotency, and race conditions in distributed request flows.

Scalability & Cluster Operations

  • Ensure the object data path and background systems scale linearly as nodes are added, including rebalancing and reconstruction workflows that minimize customer-visible impact.
  • Collaborate cross-functionally to integrate other platform components into the solution and operate effectively with remote teams.

Required Qualifications

  • 12+ years of software development experience using C/C++, Rust (or equivalent systems-level expertise).
  • Strong experience with distributed systems and high-performance storage software design.
  • Strong Linux experience, including debugging, profiling, and performance analysis of complex systems.
  • Solid understanding of concurrency, locking, and asynchronous programming models.
  • Strong communication skills; ability to collaborate in a team environment and across functions; ability to work effectively with remote teams.
  • Self-motivated, able to identify and solve problems independently, creative problem-solving mindset.
  • Willing and able to come to our office in Centennial, CO during core business hours (Tuesday - Thursday 10am-4pm).

Preferred / Nice-to-Have Skills

  • Experience with the Linux I/O subsystem and networking (plus).
  • Experience with storage protocols, clustering design and development (plus).
  • Experience with containers and Kubernetes (plus).
  • Experience using Git and Jira.
  • Experience with Amazon AWS S3 API, SDK’s & Tools.
  • Experience with AI tools or programming is a plus (especially for modern data pipelines and workload integration).

Quantum provides a diverse portfolio of health plans for medical and prescription, dental, vision, life, disability, and supplemental medical insurance options. We also support our team members’ efforts to develop and maintain a healthy lifestyle through reimbursement and educational programs. Quantum offers a company-matched 401(k) plan to help employees save for retirement in a tax-advantaged way. We also have an Employee Stock Purchase Program for purchasing Quantum stock at a discounted rate.

Anticipated Salary Range: $130,000 to $170,000 for qualified applicants.

The above pay range represents Quantum's good faith and reasonable estimate of possible compensation at the time of posting. Pay within the range will be based on a variety of factors, including but not limited to, relevant experience, knowledge/education, skills/abilities, internal equity, and budgetary considerations.

#LI-HYBRID