This is a Gatsby site.
The develop branch is continuously deployed to a preview site. View dev site
The develop branch is merged to production weekly (unless we need to do a release sooner than that).
The master branch is continuously deployed to production.)
Centrifuge is an open, decentralized operating system which provides a method to create, exchange, and use the data that is used in the financial supply chain. It creates transparent and shareable relationships between interacting companies.
This project documents the procedure to setup a Centrifuge Node. For the step by step procedure, see Docs.
For information on the Centrifuge code, see our other repos.
To become a part of the Centrifuge community, read the Code of Conduct and join Slack.
Submit all pull requests to the develop branch
Place all the static images under docs/
folder close to the relevant content and
add the relative path of the image along with alt tag in the Markdown file like below
![Tinlake UI](../../images/tinlake/tinlake-ui.png)
You can use styling attributes on images
![Tinlake UI](../../images/tinlake/tinlake-ui.png#width=200px;float=right)
For more information and how to add custom attributes, refer to the gatsby-remark-image-attributes plugin.
We're using KaTeX
to display Math formulas inside the Markdown like below:
$$
D = P \times (1 + \frac{r}{n})^{nt}
$$
Centrifuge Documentation is licensed under the Creative Commons Attribution-ShareAlike 2.0 License