https://github.com/threefoldtech/tf_grid_3.50_4.0
Design of 3.50 & 4.0 tokenomics and governance
https://github.com/threefoldtech/tf_grid_3.50_4.0
Last synced: about 1 month ago
JSON representation
Design of 3.50 & 4.0 tokenomics and governance
- Host: GitHub
- URL: https://github.com/threefoldtech/tf_grid_3.50_4.0
- Owner: threefoldtech
- License: apache-2.0
- Created: 2023-08-07T08:13:50.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-10-13T18:17:43.000Z (over 1 year ago)
- Last Synced: 2023-10-15T09:11:32.757Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThreeFold Grid 3.50 & 4.0
Documentation of the TF Grid 3.50 and 4.0 releases, including improved tokenomics and better defined governance. Browse the rendered pages at [this link](https://threefoldtech.github.io/TF_Grid_3.50_4.0/).Please see the issues for ongoing discussions, or open a new one with your comments and suggestions.
## Serve locally
You can build and serve the book locally, to view changes in a web browser.
### Requirements
- Make
- [mdbook](https://rust-lang.github.io/mdBook/guide/installation.html)
- [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid)### build
`make build`
### Serve
`make serve`
will open the browser## Adding pages
To add new pages to this book, follow these steps:
1. Add the md file to [src](./src) directory.
2. Add the path of the md file to [SUMMARY](./src/SUMMARY.md).
3. Then use `make build` and `make serve` to see your changes on the browser.