Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cardano Account Pandas Dumper to Showcase #1141

Closed
wants to merge 10 commits into from
Next Next commit
Add cardano_account_pandas_dumper
pixelsoup42 authored Sep 4, 2023

Verified

This commit was signed with the committer’s verified signature.
commit bc5c29249d227d09d134ddd2fea3eff4f5602809
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
@@ -1198,6 +1198,15 @@ export const Showcases = [
source: null,
tags: ["wallet", "nftsupport"],
},
{
title: "cardano_account_pandas_dumper",
description:
"cardano_account_pandas_dumper bridges Cardano transaction history with the Pandas data analysis framework, letting users create a report spreadsheet for their wallet's transaction history, including all native assets and many DeFI contracts.",
preview: require("./showcase/cardano_account_pandas_dumper.png"),
website: "https://github.com/pixelsoup42/cardano_account_pandas_dumper",
source: "https://github.com/pixelsoup42/cardano_account_pandas_dumper",
tags: ["analytics", "metadata", "nftsupport", "opensource"],
},
];

export const TagList = Object.keys(Tags);