ID | Title | Type | Status |
---|---|---|---|
BLIP-1 | Purpose and Guidelines of BLIPs | Stream | |
BLIP-2 | Research Object Certification | Stream | |
BLIP-3 | Peer Review | Stream |
In order to standardize and collaborate on various common features in a scientific blockchain, bloxberg improvement proposals are issued. This is to ensure a high degree of compatibility and quality of the use cases developed for bloxberg.
These can include proposals such as modifications to the governance model, adjustments to the consensus algorithm, or standardization of specific contracts.
All BLIPs are written in markdown and managed by the community via github version control in the BLIPS repository. The markdown content is than built and published by the maintainers with mkdocs.
In order to submit a BIP, simply clone the repository and create a PR with a draft of the proposal which will then be assigned a number.
If you have some basic command line skills you can build and run the BLIPs website on your own computer. Make sure you have the Git and Python installed on your system and follow these steps on the command line:
git clone https://github.com/bloxberg-org/blips.git
cd blips
pip install -r requirements.txt
mkdocs serve
All BLIP documents can be found in the blips
subfolder of this repository. The
recommended editor for the markdown files is typora. If
you have commit rights to the main repository
you can deploy the site with a simple mkdocs gh-deploy
.