Resources
Cardano wallet dashboard demo
Hands-on project to explore a dashboard implementation for Cardano wallet activity. Use this repository when working through the Cardano Dev Environment session to practice connecting tooling and inspecting transactions end-to-end.
🧭 Repository
- Focus: Wallet interactions, transaction monitoring, UI integration
- Suggested usage:
- Clone the repo and install dependencies as documented
- Review environment variables and configuration flows
- Experiment with connecting to preview or preprod networks while following the session exercises
Cardano cli demo
This demo contains everything you need to follow along with creating wallets, generating addresses, and sending transactions using the Cardano CLI. We try running the node locally using docker compose just to see what the nod actually is and how you can interact with it.
🧭 Repository
- ✅ How to generate cryptographic keys
- ✅ Create Cardano addresses
- ✅ Check wallet balances
- ✅ Build and sign transactions
- ✅ Send ADA on the testnet
- ✅ Verify transactions on the blockchain
Referenced by the Q1 2025 Developer Experience Working Group session “Cardano Dev Environment”.