--- language: - en license: cc0-1.0 tags: - dogecoin - dogeparty - blockchain - crypto - nft - tokens - web3 pretty_name: Dogeparty Assets size_categories: - 100K 0] print(f"{len(nfts)} assets with descriptions") # Find locked supply assets locked = df[df["locked"] == True] print(f"{len(locked)} locked assets") # Find non-divisible tokens (typical NFTs) nondivisible = df[df["divisible"] == False] print(f"{len(nondivisible)} non-divisible assets") ``` ## Related Datasets - [ArchibaldAI/counterparty-assets](https://huggingface.co/datasets/ArchibaldAI/counterparty-assets) — The Bitcoin equivalent (Counterparty/XCP) ## Data Collection Data was collected via the Dogeparty JSON-RPC API using a Hugging Face Job. The collection script is available at [github.com/ArchibaldAI](https://github.com). ## License Released under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) — public domain, no restrictions. ## Citation ```bibtex @dataset{dogeparty_assets_2026, author = {ArchibaldAI}, title = {Dogeparty Assets}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/ArchibaldAI/dogeparty-assets} } ```