File size: 993 Bytes
db62eac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a0cae70
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# KCC (Konomi Cube Coin) dataset

This dataset is an export of the local `kc.db3` SQLite database.

## Tables exported
- `chain_blocks`: 3
- `transactions`: 30
- `blocks`: 3541
- `edges`: 1150
- `vertex_agents`: 8

## How to upload to Hugging Face
Use `huggingface_hub` or `datasets-cli` to create a dataset repo and push these files.

Example:
```bash

pip install huggingface_hub

huggingface-cli login

mkdir hf-dataset && cd hf-dataset

git init

git remote add origin https://huggingface.co/datasets/<your-username>/kcc

cp -r ../data/* .

git add . && git commit -m 'initial kcc export'

git push origin main

```

## License

This dataset is published under the Creative Commons Attribution 4.0 International
License (CC BY 4.0). You are free to share and adapt the material for any
purpose, including commercially, as long as you provide appropriate attribution.

Full license text is included in the repository at [datasets/kcc/LICENSE](datasets/kcc/LICENSE).