We want to be transparent with our community about a change in our GitHub organization.
- Our original repository was located at: https://github.com/quantix
- Our new home is now at: https://github.com/ramseyauron
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
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.
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!
To contribute to the project, you need to have Go installed on your system. Follow the steps below to set up your environment.
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.gzsudo tar -C /usr/local -xzf go1.XX.X.linux-amd64.tar.gzexport PATH=$PATH:/usr/local/go/binFor Windows, download the installer from here Go Installation page.
Verify your Go installation:
go versionOnce Go is set up, clone the repository to your local machine.
git clone https://github.com/ramseyauron/quantix.gitcd protocolIf 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.
Add your fork as a remote:
git remote add fork https://github.com/<your-username>/protocol.gitWe encourage the community to help improve Quantix. You can contribute in many ways:
- fixing bugs
- writing documentation
- implementing new features
- or suggesting new ideas.
Make sure your local repository is up to date:
git pull origin main- Create a new branch for your feature or bug fix:
git checkout -b feature-name- Make the necessary changes in the code. Ensure your code is clean and well-documented.
- Test your code locally.
- Push your branch to your forked repository:
git push fork feature-name- Create a pull request (PR) to the main repository from your branch on GitHub. Make sure your PR description clearly explains your changes.
- 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 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
Here are some areas where contributions are most welcome:
- Documentation: Help improve existing documentation or write tutorials and guides.
- Testing: Write unit tests, integration tests, or perform manual testing to identify bugs.
- Security: Contribute to making Quantix more secure by reviewing code or proposing post-quantum cryptographic methods.
- Performance Optimization: Improve performance and scalability of the Quantix protocol.
- Feature Requests: If you have ideas for new features, open an issue or create a proposal in the https://github.com/ramseyauron/SIPS
This project is licensed under the MIT License - see the LICENSE file for details.
you will be able to contribute to the Quantix project and help us build a quantum-resistant blockchain ecosystem.