Skip to content

ramseyauron/quantix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantix Protocol

We want to be transparent with our community about a change in our GitHub organization.

Why the Change?

The original https://github.com/quantix account was unfortunately lost due to Access to that account has been permanently lost and github has no solution for our case. To ensure continuity and maintain an active, accessible home for the Quantix blockchain project, we've created a new organization: https://github.com/ramseyauron.

What This Means for Contributors

  • All development continues - We're actively building at the new location
  • All contribution opportunities remain - Bug fixes, documentation, features, and proposals are still welcome
  • QIPS (QUANTIX Implementation Proposals) - Still available via our GitHub Wiki
  • MIT License remains - The project continues as open source

Introduction

Quantix is a blockchain layer 1 protocol built by community for humanity—an infrastructure for personal sovereignty that extends beyond economic participation, where privacy is mathematically enforced rather than merely promised. We implemented post-quantum cryptographic algorithms, we ensure blockchain security remains robust against the emerging and convergent threats posed by quantum computing and artificial intelligence.

In an era where AI systems grow increasingly powerful and quantum computers threaten to dismantle classical cryptography, the need for blockchain infrastructure that protects human interests has never been more critical. Quantix stands as a bulwark for human autonomy, founded on three core beliefs:

  • Privacy is a fundamental human right, not a luxury—enforced by mathematics, not trust
  • Sovereignty means individuals should have complete control over their digital assets, identity, and destiny
  • Humanity must be preserved through technology that serves people, elevating human dignity above surveillance and control

We are building this foundation not just for economic participants, but for every human being who deserves digital self-determination. We encourage developers, researchers, and blockchain enthusiasts to contribute to our project and participate in discussions to enhance the protocol.

What is Quantix?

Quantix is an open-source, post-quantum secure blockchain layer 1 protocol written in Go. We believe that every person brings a unique perspective and set of skills, which is why everyone is invited to contribute to this project. Whether you're a developer, researcher, or enthusiast, your input can help us build a resilient, sovereign-grade blockchain infrastructure for the next digital era. The project is under active development, and we welcome contributions from all walks of life!

Getting Started

To contribute to the project, you need to have Go installed on your system. Follow the steps below to set up your environment.

1. Install Go

You can install Go by following the official instructions on the Go Installation page.

For Linux/macOS:

wget https://go.dev/dl/go1.XX.X.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.XX.X.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin

For Windows, download the installer from here Go Installation page.

Verify your Go installation:

go version

2. Clone the Repository

Once Go is set up, clone the repository to your local machine.

git clone https://github.com/ramseyauron/quantix.git
cd protocol

3. Fork the Repository

If you intend to contribute, it is recommended to fork the repository. You can do this by clicking the "Fork" button in the upper-right corner of the repository page.

4. Set Up Your Fork

Add your fork as a remote:

git remote add fork https://github.com/<your-username>/protocol.git

Contribution Guidelines

We encourage the community to help improve Quantix. You can contribute in many ways:

  1. fixing bugs
  2. writing documentation
  3. implementing new features
  4. or suggesting new ideas.

Clone and Fork the Repository

Make sure your local repository is up to date:

git pull origin main

Making Changes

  1. Create a new branch for your feature or bug fix:
git checkout -b feature-name
  1. Make the necessary changes in the code. Ensure your code is clean and well-documented.
  2. Test your code locally.

Submitting a Pull Request

  1. Push your branch to your forked repository:
git push fork feature-name
  1. Create a pull request (PR) to the main repository from your branch on GitHub. Make sure your PR description clearly explains your changes.
  2. Wait for the review process. Be prepared to receive feedback or requests for changes.

Proposals and Discussions

All major proposals for features, upgrades, and changes are documented in the https://github.com/ramseyauron/SIPS section of the repository. You can find detailed descriptions of proposed features and their technical implementations here:

GitHub Wiki Pages

GitHub Wiki Pages is contains of QIPS (QUANTIX IMPLEMENTATION PROPOSALS) you can join to review, discussions, or suggest improvements to existing proposals ideas. To contribute just visit to the https://github.com/ramseyauron/SIPS

Improvement Ideas

Here are some areas where contributions are most welcome:

  1. Documentation: Help improve existing documentation or write tutorials and guides.
  2. Testing: Write unit tests, integration tests, or perform manual testing to identify bugs.
  3. Security: Contribute to making Quantix more secure by reviewing code or proposing post-quantum cryptographic methods.
  4. Performance Optimization: Improve performance and scalability of the Quantix protocol.
  5. Feature Requests: If you have ideas for new features, open an issue or create a proposal in the https://github.com/ramseyauron/SIPS

License

This project is licensed under the MIT License - see the LICENSE file for details.

By following this guide

you will be able to contribute to the Quantix project and help us build a quantum-resistant blockchain ecosystem.

About

Quantix Protocol - Post-quantum secure blockchain Layer 1

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors