TDC Hodlers Dashboard
Live Version
This dashboard is hosted via Netlify and can be viewed at https://tdc.skllzrmy.com
Info
A dashboard to show stats on TezosDegenClub gaming.
To-Do
Migrate to Taquito React boilerplate (in progress, new branch coming soon) I ended up migrating to sveltekit and dumped taquito. Now powered by TzKT.io API
Wallet sync (DONE in React branch) + access requires holding TDC NFTs (?)
Reading BigMap data and reporting on games played (i.e. wins/losses, luckiest player, least lucky, etc.)
- Data visualization and charts
- Withdraw for TDC holders through app UI
Dependencies
- jQuery - for simple manipulation and traversal of HTML documents.
- parcel-bundler - for packaging web applications quickly.
- sveltekit
- tailwind css
Getting Started
Fork this repository
Clone your new repository:
Change your current working directory to the newly cloned repository directory.
Install dependencies:
npm install
Start development server:
npm run watch
Open http://localhost:1234 in your browser to see a sample application.