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:
- The XIP status page, tracking protocols for XDC Network clients and applications
- The process document that governs how protocols are published here
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.
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.
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.
-
Open Terminal.
-
Check whether you have Ruby 2.1.0 or higher installed:
ruby --version
-
If you don't have Ruby installed, install Ruby 2.1.0 or higher.
-
Install Bundler:
gem install bundler
-
Install dependencies:
bundle install
-
Bundle assets and start the server:
bundle exec jekyll serve
-
Preview your local Jekyll site in your web browser at http://localhost:4000.
More information on Jekyll and GitHub pages here.