Skip to content

Commit 614aa1b

Browse files
ohldclaude
andauthored
Add assets.csv to build branch and update README links (#881)
Also output assets.csv alongside assets.json so both formats are available on the build branch. Update README with direct links to both json and csv files. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e046581 commit 614aa1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Public dataset of labelled TON blockchain addresses
33

44
After each commit to the main branch artefacts are compiled and pushed:
5-
* To [the build branch](https://github.com/shuva10v/ton-labels/blob/build/assets.json) - may be useful for manual checking addresses
5+
* To [the build branch](https://github.com/shuva10v/ton-labels/blob/build/assets.json) ([json](https://github.com/shuva10v/ton-labels/blob/build/assets.json), [csv](https://github.com/shuva10v/ton-labels/blob/build/assets.csv)) - may be useful for manual checking addresses
66
* To TON Public Data Lake: s3://ton-blockchain-public-datalake/v1/ton-labels/json/
77
* To Dune: **dune.ton_foundation.dataset_labels** table
88

build_assets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@
9595
for row in output_df.to_dict(orient="records"):
9696
f.write(json.dumps(row))
9797
f.write("\n")
98+
99+
output_df.to_csv("output/json/assets.csv", index=False)

0 commit comments

Comments
 (0)