web3isthefuture / XIPs.github.io

The XDC Network Improvement Proposal repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XDC Network Improvement Proposals (XIPs)

Before you initiate a pull request, please read the XIP-1 process document. Ideas should be thoroughly discussed on xdc.dev first.

This repository tracks ongoing improvements to the XDC Network. It contains:

For help implementing an XIP, please visit the XIP Chat Discord Channel.

If you would like to become an XIP Editor, please check the XIP Editor Handbook.

Mission

The goal of the XIP project is to document standardized protocols for XDC Network clients and applications and to document them in a high quality and implementable way.

Preferred Citation Format

The canonical URL for a XIP that has achieved draft status at any point is at https://xips.xdc.community/. For example, the canonical URL for XIP-1 is https://xips.xdc.community/XIPS/xip-1.

Please consider anything which is not published on https://xips.xdc.community/ as a working paper.

And please consider anything published at https://xips.xdc.community/ with a status of "draft" as an incomplete draft.

Build the status page locally

Install prerequisites

  1. Open Terminal.

  2. Check whether you have Ruby 2.1.0 or higher installed:

    ruby --version
  3. If you don't have Ruby installed, install Ruby 2.1.0 or higher.

  4. Install Bundler:

    gem install bundler
  5. Install dependencies:

    bundle install

Build your local Jekyll site

  1. Bundle assets and start the server:

    bundle exec jekyll serve
  2. Preview your local Jekyll site in your web browser at http://localhost:4000.

More information on Jekyll and GitHub pages here.

About

The XDC Network Improvement Proposal repository

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 92.0%Language:SCSS 5.2%Language:Ruby 2.7%