Giter Site home page Giter Site logo

xm0onh / subnomicon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subspace/subnomicon

0.0 0.0 0.0 66.37 MB

The Subspace Network Protocol Knowledge Base

Home Page: https://subnomicon.subspace.network/

JavaScript 56.29% TypeScript 19.36% CSS 16.96% Shell 7.39%

subnomicon's Introduction

The Subnomicon is a knowledge base about the Subspace Protocol. Subnomicon provides a comprehensive overview of the current state of protocol, covering the following:

  1. Architecture Overview - The Subspace modular architecture.
  2. Advancing Blockchain - How Subspace advances the state of blockchain technology.
  3. Consensus Mechanism - How Subspace achieves consensus through its storage-based design.
  4. Network Architecture - How Subspace is structured as a decentralized network.
  5. Decoupled Execution - How Subspace separates consensus and computation.

The information in the Subnomicon is kept up-to-date with the live state of the Subspace Protocol which may not represent the final desired state. Subnomicon's purpose is to serve as living documentation that grows and evolves with the protocol.

If you have any additions or corrections, please submit a pull request.

Contributing

If you would like to contribute, please check out the following materials and feel free to ask questions in our Discord

Setting Up Your Local Environment for Contribution

To ensure that your contributions include your name in the last_update section of documentation files automatically, follow these steps to set up your local environment:

Creating a .env File

  1. At the root of your local repository clone, create a file named .env.
  2. Inside the .env file, add the following line, replacing "Your Name" with your actual name:
AUTHOR_NAME="Your Name"
  1. Save and close the .env file. This file will be used by the pre-commit hook to automatically insert your name into the last_update section of Markdown files.

Installing the Pre-commit Package

The pre-commit package is used to run scripts before each commit automatically, allowing us to update the documentation's last_update section seamlessly.

  1. Install pre-commit on your system. If you're using pip (Python's package manager), you can install it by running:
pip install pre-commit
  1. Make sure the update_last_update.sh script is present in the scripts/ directory at the root of your repository and is executable. You may need to run chmod +x scripts/update_last_update.sh to make it executable.

  2. Run following command to set up the hook.

pre-commit install

With these steps completed, your local environment is set up to automatically update the last_update section of Markdown files with your name and the current date whenever you make a commit. This process helps maintain accurate documentation and attribution for contributions.

subnomicon's People

Contributors

dariolina avatar xm0onh avatar barakshani avatar omahs avatar sethy8s avatar nazar-pc avatar fatman13 avatar xiaoxianboy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.