Skip to content

A Aerium Improvement Proposal, or AIP, is a design document that provides information or describes a new feature for the Aerium blockchain.

License

Notifications You must be signed in to change notification settings

aerium-network/aip

Repository files navigation

Aerium Improvement Proposals (AIPs)

AIP

AIPs, or Aerium Improvement Proposals, define standards and guidelines to improve the Aerium project. AIPs are designed to be a transparent and collaborative way to propose and discuss changes to the Aerium network. The AIP-1 defines the proposal workflows.

The status page tracks and lists all AIPs in this repository.

Running Locally

To get started, install Jekyll, first. Additionally, make sure to install Yarn for efficient dependency management, including Bootstrap.

Now, clone this repository and run it locally using the following commands:

git clone git@github.com:aerium-network/aip.git
cd aip
yarn install ## To install bootstrap
bundle install
bundle exec jekyll serve

Markdown

Markdown is a lightweight markup language that uses plain text formatting syntax to convert text into HTML, making it easy to read and write for web content.

Linting

Markdown linting helps ensure consistent style and formatting, detects syntax errors, improves readability, and maintains best practices in Markdown documents.

To lint Markdown files, you can use the mdl (MarkdownLint) command-line tool. This tool checks your Markdown files against a set of rules and provides feedback on any issues found.

To install mdl, first you need to install Ruby. Once you ensure Ruby installed on your system, you can install mdl by running:

gem install mdl

Then you can lint your Markdown files with the following command:

mdl --style=config/.mdlrc.rb ./AIPs

This command will check all documents in the AIPs folder for any linting issues and output them in the terminal.

About

A Aerium Improvement Proposal, or AIP, is a design document that provides information or describes a new feature for the Aerium blockchain.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 2

  •  
  •