threefoldtech / info_grid

Apache License 2.0
1 stars 2 forks source link

Development tft overview #368

Closed Mik-TF closed 9 months ago

Mik-TF commented 10 months ago

Related Issue

This is to answer #358

Link with other PRs

This, along with #367, will make sure we have better data for tft price and marketcap, while showing the last changed (commit).

Work Done

Mik-TF commented 10 months ago

To answer #375, I pushed a new commit here. It fits with this PR as it includes another script (to generate cloud pricing based on current tft price).

Mik-TF commented 9 months ago

@xmonader You'll see that the readme was updated too.

We now run scripts to fetch data for different TFT stats (e.g. wallets).

So we now need jq and bc (see readme). This should be installed on the server building the manual.

sudo apt-get update
sudo apt-get install -y jq
sudo apt-get install -y  bc

Also, we updated the workflow so it runs make build (which runs the scripts and then runs mdbook build).